Compare commits

..

3 Commits

Author SHA1 Message Date
f2715519d1 Trigram model 2023-05-09 18:18:01 +00:00
a3c459281d Trigram model 2023-05-07 10:12:14 +00:00
b13b56a8c8 Trigram model 2023-05-07 08:43:51 +00:00
7 changed files with 17951 additions and 10521 deletions

2
.gitignore vendored
View File

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

File diff suppressed because one or more lines are too long

BIN
geval Executable file

Binary file not shown.

18
gonito.yaml Normal file
View File

@ -0,0 +1,18 @@
description: Trigram Neural Network Solution
tags:
- neural-network
- right-right
params:
vocab_size: 20000
embed_size: 200
batch_size: 5000
hidden_size: 100
context_size: 2
learning-rate: 2e-3
epochs: 2
top_k: 200
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

Binary file not shown.