LSTM simple solution

This commit is contained in:
s478874 2023-06-07 11:55:49 +00:00
parent b30ed83944
commit 43fb6b94f4
4 changed files with 17948 additions and 10519 deletions

File diff suppressed because it is too large Load Diff

15
gonito.yaml Normal file
View File

@ -0,0 +1,15 @@
description: LSTM Solution
tags:
- LSTM
params:
max_steps = -1
vocab_size = 20000
embed_size = 150
batch_size = 1024*16
hidden_size = 512
learning_rate = 0.0003
unwanted-params:
- model-file
- vocab-file
param-files:
- "*.yaml"

7414
test-A/out.tsv Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.