Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
565bc8edec | |||
ca02f7739e | |||
d539be81fe |
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,3 +6,5 @@
|
|||||||
*.o
|
*.o
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.token
|
.token
|
||||||
|
.gin
|
||||||
|
geval
|
21038
dev-0/out.tsv
21038
dev-0/out.tsv
File diff suppressed because one or more lines are too long
18
gonito.yaml
18
gonito.yaml
@ -1,18 +0,0 @@
|
|||||||
description: Trigram Neural Network Solution
|
|
||||||
tags:
|
|
||||||
- neural-network
|
|
||||||
- right-right
|
|
||||||
params:
|
|
||||||
vocab_size: 20000
|
|
||||||
embed_size: 200
|
|
||||||
batch_size: 5000
|
|
||||||
hidden_size: 100
|
|
||||||
context_size: 2
|
|
||||||
learning-rate: 2e-3
|
|
||||||
epochs: 2
|
|
||||||
top_k: 200
|
|
||||||
unwanted-params:
|
|
||||||
- model-file
|
|
||||||
- vocab-file
|
|
||||||
param-files:
|
|
||||||
- "*.yaml"
|
|
Binary file not shown.
7414
test-A/out.tsv
7414
test-A/out.tsv
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue
Block a user