Commit
·
069c91c
1
Parent(s):
8bd755a
Update tokenizer_config.json
Browse files- tokenizer_config.json +7 -8
tokenizer_config.json
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
}
|
10 |
}
|
|
|
1 |
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"bos_token": "<|endoftext|>",
|
4 |
+
"tokenizer_class": "GPT2Tokenizer",
|
5 |
+
"clean_up_tokenization_spaces": true,
|
6 |
+
"eos_token": "<|endoftext|>",
|
7 |
+
"model_max_length": 1000000000000000019884624838656,
|
8 |
+
"unk_token": "<|endoftext|>"
|
|
|
9 |
}
|