Compare commits

..

No commits in common. "b498c614cf8ce5cd67c2967a899690b9db5ed325" and "04f07104c8d94e4319d55df3d3a276f78dd45402" have entirely different histories.

View File

@ -1,14 +1,14 @@
description: s444018
tags:
- neural-network
- bow
- trigram
params:
vocab-size: 12500
vocab-size: 25000
embed-size: 300
batch-size: 10000
hidden-size: 1000
second-hidden-size: 500
dropout: 0.3
batch-size: 2000
hidden-size: 150
context-size: -2
learning-rate: 0.0001
unwanted-params:
- model-file
- vocab-file