Upload tokenizer
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
}
|
13 |
},
|
14 |
"bos_token": "<|endoftext|>",
|
15 |
-
"clean_up_tokenization_spaces":
|
16 |
"eos_token": "<|endoftext|>",
|
17 |
"errors": "replace",
|
18 |
"model_max_length": 1024,
|
|
|
12 |
}
|
13 |
},
|
14 |
"bos_token": "<|endoftext|>",
|
15 |
+
"clean_up_tokenization_spaces": false,
|
16 |
"eos_token": "<|endoftext|>",
|
17 |
"errors": "replace",
|
18 |
"model_max_length": 1024,
|