new gonito.yaml
This commit is contained in:
parent
47935e09f0
commit
8506c95abb
16
lab8/gonito.yaml
Normal file
16
lab8/gonito.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
description: s444018
|
||||||
|
tags:
|
||||||
|
- neural-network
|
||||||
|
- bigram
|
||||||
|
params:
|
||||||
|
batch-size: 2000
|
||||||
|
vocab-size: 25000
|
||||||
|
embed-size: 300
|
||||||
|
hidden-size: 150
|
||||||
|
topk: [200, 400, 600]
|
||||||
|
unwanted-params:
|
||||||
|
- model-file
|
||||||
|
- vocab-file
|
||||||
|
param-files:
|
||||||
|
- "*.yaml"
|
||||||
|
- config/*.yaml
|
Loading…
Reference in New Issue
Block a user