test push for separate repo zad8

This commit is contained in:
wikbom 2023-06-24 13:41:56 +02:00
commit a31dd28d4f
17 changed files with 924390 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
Challenging America word-gap prediction
===================================
Guess a word in a gap.
Evaluation metric
-----------------
LikelihoodHashed is the metric

287
bigram_model.ipynb Normal file

File diff suppressed because one or more lines are too long

1
config.txt Normal file
View File

@ -0,0 +1 @@
--metric PerplexityHashed --precision 2 --in-header in-header.tsv --out-header out-header.tsv

8
config/params.yaml Normal file
View File

@ -0,0 +1,8 @@
epochs: 3
embed_size: 100
device: cuda
vocab_size: 20000
batch_size: 3200
learning_rate: 0.0003
k: 20
wildcard_minweight: 0.001

10519
dev-0/expected.tsv Normal file

File diff suppressed because it is too large Load Diff

10519
dev-0/hate-speech-info.tsv Normal file

File diff suppressed because it is too large Load Diff

10519
dev-0/out.tsv Normal file

File diff suppressed because it is too large Load Diff

BIN
filename.pickle Normal file

Binary file not shown.

14
gonito.yaml Normal file
View File

@ -0,0 +1,14 @@
description: zad8, trigram with left/right context embeddings
tags:
- neural-network
- left-to-right
params:
epochs: 3
learning-rate: 0.0003
vocab-size: 20000
batch_s: 3200
top_k_words: 20
param-files:
- config/*.yaml
links:
- repo: "https://git.wmi.amu.edu.pl/s470618/challenging-america-word-gap-prediction"

1
in-header.tsv Normal file
View File

@ -0,0 +1 @@
FileId Year LeftContext RightContext
1 FileId Year LeftContext RightContext

Binary file not shown.

1
out-header.tsv Normal file
View File

@ -0,0 +1 @@
Word
1 Word

7414
test-A/hate-speech-info.tsv Normal file

File diff suppressed because it is too large Load Diff

7414
test-A/out.tsv Normal file

File diff suppressed because it is too large Load Diff

432022
train/expected.tsv Normal file

File diff suppressed because it is too large Load Diff

432022
train/hate-speech-info.tsv Normal file

File diff suppressed because it is too large Load Diff

13640
zad7.ipynb Normal file

File diff suppressed because it is too large Load Diff