poonehmousavi
commited on
Commit
•
eac28d8
1
Parent(s):
72501ed
Update hyperparams.yaml
Browse files- hyperparams.yaml +1 -1
hyperparams.yaml
CHANGED
@@ -19,7 +19,7 @@ emb_size: 128
|
|
19 |
dec_neurons: 1024
|
20 |
|
21 |
# Outputs
|
22 |
-
output_neurons:
|
23 |
|
24 |
# Decoding parameters
|
25 |
# Be sure that the bos and eos index match with the BPEs ones
|
|
|
19 |
dec_neurons: 1024
|
20 |
|
21 |
# Outputs
|
22 |
+
output_neurons: 1000 # BPE size, index(blank/eos/bos) = 0
|
23 |
|
24 |
# Decoding parameters
|
25 |
# Be sure that the bos and eos index match with the BPEs ones
|