Spaces:
No application file
No application file
Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -10
tokenizer_config.json
CHANGED
@@ -1,10 +1 @@
|
|
1 |
-
{
|
2 |
-
"add_prefix_space": false,
|
3 |
-
"bos_token": "<|endoftext|>",
|
4 |
-
"eos_token": "<|endoftext|>",
|
5 |
-
"model_max_length": 1024,
|
6 |
-
"name_or_path": "gpt2",
|
7 |
-
"special_tokens_map_file": null,
|
8 |
-
"tokenizer_class": "GPT2Tokenizer",
|
9 |
-
"unk_token": "<|endoftext|>"
|
10 |
-
}
|
|
|
1 |
+
{"model_max_length": 1024}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|