Upload tokenizer
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
"add_prefix_space": false,
|
3 |
"bos_token": "<|endoftext|>",
|
4 |
"clean_up_tokenization_spaces": true,
|
|
|
5 |
"eos_token": "<|endoftext|>",
|
6 |
"model_max_length": 1024,
|
7 |
"tokenizer_class": "GPT2Tokenizer",
|
|
|
2 |
"add_prefix_space": false,
|
3 |
"bos_token": "<|endoftext|>",
|
4 |
"clean_up_tokenization_spaces": true,
|
5 |
+
"device": "cuda",
|
6 |
"eos_token": "<|endoftext|>",
|
7 |
"model_max_length": 1024,
|
8 |
"tokenizer_class": "GPT2Tokenizer",
|