bigram Model zad 7

This commit is contained in:
wikbom 2023-06-30 13:58:47 +02:00
commit e14a69fe68
16 changed files with 916681 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

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

BIN
dev-0/in.tsv.xz Normal file

Binary file not shown.

10519
dev-0/out.tsv Normal file

File diff suppressed because it is too large Load Diff

14
gonito.yaml Normal file
View File

@ -0,0 +1,14 @@
description: zad 7, bigram with left context embeddings
tags:
- neural-network
- left-context
params:
epochs: 4
learning-rate: 0.0001
vocab-size: 25000
batch_s: 3200
top_k_words: 20
links:
-title: "repo"
url:
- repo: https://git.wmi.amu.edu.pl/s470618/challenging-america-word-gap-prediction-bigram.git

1
in-header.tsv Normal file
View File

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

BIN
model-bigram_final.bin Normal file

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

BIN
test-A/in.tsv.xz Normal file

Binary file not shown.

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

BIN
train/in.tsv.xz Normal file

Binary file not shown.

6227
zad7.ipynb Normal file

File diff suppressed because it is too large Load Diff