update gonito.yaml

This commit is contained in:
Maciej Czajka 2023-04-27 19:10:14 +02:00
parent 50dcf7d514
commit 2fe79f87d9

View File

@ -3,17 +3,7 @@ tags:
- neural-network
- bigram
params:
epochs: 10
learning-rate: 0.01
unwanted-params:
- model-file
- vocab-file
param-files:
- "*.yaml"
- config/*.yaml
links:
- title: "Some external link"
url: "https://example.com/foo-bar-baz-123"
- title: "Yet another link"
url: "https://example.org/xyz"
- url: "https://example.net/bare-link-without-text"
epochs: 1
vocab-size: 20000
embed-size: 100
batch-size: 5000