Instructions to use hf-internal-testing/udop-tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/udop-tokenizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hf-internal-testing/udop-tokenizer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
| 26 |
},
|
| 27 |
"33200": {
|
| 28 |
"content": "[NEW_EOS]",
|
| 29 |
-
"lstrip":
|
| 30 |
"normalized": false,
|
| 31 |
"rstrip": false,
|
| 32 |
"single_word": false,
|
|
|
|
| 26 |
},
|
| 27 |
"33200": {
|
| 28 |
"content": "[NEW_EOS]",
|
| 29 |
+
"lstrip": true,
|
| 30 |
"normalized": false,
|
| 31 |
"rstrip": false,
|
| 32 |
"single_word": false,
|