lab7
This commit is contained in:
parent
7e225fcf2c
commit
e56cb9c904
5
.gitignore
vendored
5
.gitignore
vendored
@ -7,4 +7,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.token
|
.token
|
||||||
*in.tsv
|
*in.tsv
|
||||||
bigram.ipynb
|
bigram.ipynb
|
||||||
|
env
|
||||||
|
*.ipynb
|
||||||
|
*.bin
|
21038
dev-0/out.tsv
21038
dev-0/out.tsv
File diff suppressed because it is too large
Load Diff
15
gonito.yaml
Normal file
15
gonito.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
description: Lab7 task
|
||||||
|
tags:
|
||||||
|
- bigrams
|
||||||
|
params:
|
||||||
|
epochs: 1
|
||||||
|
embed_size: 250
|
||||||
|
vocab_size: 3000
|
||||||
|
batch_size: 4000
|
||||||
|
learning-rate: 0.01
|
||||||
|
param-files:
|
||||||
|
- "*.yaml"
|
||||||
|
- config/*.yaml
|
||||||
|
links:
|
||||||
|
- title: "lab7 task"
|
||||||
|
url: "https://git.wmi.amu.edu.pl/s444415/challenging-america-word-gap-prediction"
|
14828
test-A/out.tsv
14828
test-A/out.tsv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user