bhadresh-savani
commited on
Commit
•
48c83e7
1
Parent(s):
768c094
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
"d_ff": 2048,
|
7 |
"d_kv": 64,
|
8 |
"d_model": 768,
|
|
|
9 |
"decoder_start_token_id": 0,
|
10 |
"dropout_rate": 0.1,
|
11 |
"eos_token_id": 1,
|
|
|
6 |
"d_ff": 2048,
|
7 |
"d_kv": 64,
|
8 |
"d_model": 768,
|
9 |
+
"max_length": 256,
|
10 |
"decoder_start_token_id": 0,
|
11 |
"dropout_rate": 0.1,
|
12 |
"eos_token_id": 1,
|