Create gpt2tokenizer_config.json
Browse files
gpt2tokenizer_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_max_length": 1024,
|
3 |
+
"padding_side": "right",
|
4 |
+
"truncation_side": "right"
|
5 |
+
}
|