nn with context
This commit is contained in:
parent
7a4ede6eb3
commit
ed3de6683c
21038
dev-0/out.tsv
21038
dev-0/out.tsv
File diff suppressed because one or more lines are too long
12
gonito.yaml
12
gonito.yaml
@ -1,7 +1,13 @@
|
||||
description: Neural network with changed parameters, preprocessed text
|
||||
description: Neural network with context(left context 20 words, 3 previous words, 1 word after, 50k lines from input file)
|
||||
tags:
|
||||
- neural-network
|
||||
- bigram
|
||||
- n-grams
|
||||
params:
|
||||
- vocab_size: 5000
|
||||
- embed_size: 150
|
||||
- hidden_layer: 128
|
||||
- batch_size: 12500
|
||||
- epoch: 3
|
||||
links:
|
||||
- title: "neural network with changed parameters"
|
||||
- title: "neural network with context"
|
||||
url: "https://git.wmi.amu.edu.pl/s444517/challenging-america-word-gap-prediction"
|
14828
test-A/out.tsv
14828
test-A/out.tsv
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user