Upload tokenizer
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
|
@@ -42,6 +42,7 @@
|
|
| 42 |
}
|
| 43 |
},
|
| 44 |
"backend": "custom",
|
|
|
|
| 45 |
"cls_token": "<cls>",
|
| 46 |
"eos_token": "<eos>",
|
| 47 |
"is_local": false,
|
|
|
|
| 42 |
}
|
| 43 |
},
|
| 44 |
"backend": "custom",
|
| 45 |
+
"clean_up_tokenization_spaces": true,
|
| 46 |
"cls_token": "<cls>",
|
| 47 |
"eos_token": "<eos>",
|
| 48 |
"is_local": false,
|