Trigram model

This commit is contained in:
s478874 2023-05-09 18:18:01 +00:00
parent a3c459281d
commit f2715519d1
1 changed files with 18 additions and 0 deletions

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"