This commit is contained in:
Kamil Guttmann 2023-06-06 01:16:41 +02:00 committed by s444380
parent c09f295abe
commit 7f73af4eda
3 changed files with 17941 additions and 7 deletions

10519
dev-0/out.tsv Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,11 @@
description: nn, trigram, predict from next two tokens
description: bilstm, left context
tags:
- neural-network
- trigram
- bilstm
params:
epochs: 1
vocab-size: 20000
batch-size: 5000
embed-size: 100
topk: 150
vocab-size: 5000
batch-size: 64
embed-size: 50
lstm-size: 250
topk: 200
learning-rate: 1.0e-3

7414
test-A/out.tsv Normal file

File diff suppressed because one or more lines are too long