Francois Vieille
commited on
Commit
•
b0b74a2
1
Parent(s):
44384d6
update max_length (encoder and decoder)
Browse files- config.json +2 -1
config.json
CHANGED
@@ -54,5 +54,6 @@
|
|
54 |
"torch_dtype": "float32",
|
55 |
"transformers_version": "4.11.3",
|
56 |
"use_cache": true,
|
57 |
-
"vocab_size": 50004
|
|
|
58 |
}
|
|
|
54 |
"torch_dtype": "float32",
|
55 |
"transformers_version": "4.11.3",
|
56 |
"use_cache": true,
|
57 |
+
"vocab_size": 50004,
|
58 |
+
"max_length": 512
|
59 |
}
|