Compare commits
No commits in common. "10_lstm" and "master" have entirely different histories.
10519
dev-0/out.tsv
10519
dev-0/out.tsv
File diff suppressed because one or more lines are too long
11
gonito.yaml
11
gonito.yaml
@ -1,9 +1,10 @@
|
||||
description: LSTM, 10 right / 10 left context window
|
||||
description: trigram model
|
||||
tags:
|
||||
- LSTM
|
||||
- embeddings
|
||||
- neural-network
|
||||
- trigram
|
||||
params:
|
||||
vocab-size: 5000
|
||||
epochs: 1
|
||||
learning-rate: 0.0001
|
||||
vocab_size: 40000
|
||||
embed_size: 300
|
||||
hidden_size: 500
|
||||
hidden_size: 256
|
||||
|
7414
test-A/out.tsv
7414
test-A/out.tsv
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user