Instructions to use srmty/tiny-mistral-tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use srmty/tiny-mistral-tokenizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("srmty/tiny-mistral-tokenizer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer
Browse files- tokenizer.json +1 -1
tokenizer.json
CHANGED
|
@@ -124,7 +124,7 @@
|
|
| 124 |
"</s>": {
|
| 125 |
"id": "</s>",
|
| 126 |
"ids": [
|
| 127 |
-
|
| 128 |
],
|
| 129 |
"tokens": [
|
| 130 |
"</s>"
|
|
|
|
| 124 |
"</s>": {
|
| 125 |
"id": "</s>",
|
| 126 |
"ids": [
|
| 127 |
+
3
|
| 128 |
],
|
| 129 |
"tokens": [
|
| 130 |
"</s>"
|