Neural network model 1.0

This commit is contained in:
s478874 2023-05-31 05:14:54 +00:00
parent b30ed83944
commit aef8f1b6da
4 changed files with 17954 additions and 10519 deletions

2
.gitignore vendored
View File

@ -6,3 +6,5 @@
*.o
.DS_Store
.token
geval
*.bin

File diff suppressed because one or more lines are too long

19
gonito.yaml Normal file
View File

@ -0,0 +1,19 @@
description: Neural Network Solution
tags:
- neural-network
- right-right
params:
vocab_size = 2500
bagging_left_ctx = 20
bagging_right_ctx = 20
ngram_left_ctx = 3
ngram_right_ctx = 3
embed_size = 300
hidden_size = 50
batch_size = 80000
lr = 0.0004
unwanted-params:
- model-file
- vocab-file
param-files:
- "*.yaml"

7414
test-A/out.tsv Normal file

File diff suppressed because one or more lines are too long