Compare commits

..

3 Commits

Author SHA1 Message Date
565bc8edec main cleanup
main cleanup
2023-06-26 15:31:42 +02:00
ca02f7739e main cleanup
main cleanup
2023-06-26 15:31:22 +02:00
d539be81fe main cleanup 2023-06-26 15:31:14 +02:00
7 changed files with 10521 additions and 17951 deletions

2
.gitignore vendored
View File

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

File diff suppressed because one or more lines are too long

BIN
geval

Binary file not shown.

View File

@ -1,18 +0,0 @@
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"

File diff suppressed because one or more lines are too long