Upload tokenizer
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -102,6 +102,7 @@
|
|
102 |
"<extra_id_99>"
|
103 |
],
|
104 |
"clean_up_tokenization_spaces": true,
|
|
|
105 |
"eos_token": "</s>",
|
106 |
"extra_ids": 100,
|
107 |
"model_max_length": 512,
|
|
|
102 |
"<extra_id_99>"
|
103 |
],
|
104 |
"clean_up_tokenization_spaces": true,
|
105 |
+
"device_map": "auto",
|
106 |
"eos_token": "</s>",
|
107 |
"extra_ids": 100,
|
108 |
"model_max_length": 512,
|