Upload folder using huggingface_hub
Browse files- tokenizer_config.json +7 -6
tokenizer_config.json
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
{
|
2 |
"model_type": "gpt2",
|
3 |
-
"
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
"
|
|
|
9 |
}
|
|
|
1 |
{
|
2 |
"model_type": "gpt2",
|
3 |
+
"special_tokens_map_file": null,
|
4 |
+
"tokenizer_class": "GPT2Tokenizer",
|
5 |
+
"unk_token": "<|endoftext|>",
|
6 |
+
"bos_token": "<|endoftext|>",
|
7 |
+
"eos_token": "<|endoftext|>",
|
8 |
+
"pad_token": "<|endoftext|>",
|
9 |
+
"clean_up_tokenization_spaces": true
|
10 |
}
|