Instructions to use tomaszki/tiny-stories with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tomaszki/tiny-stories with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tomaszki/tiny-stories", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer
Browse files- tokenizer.json +0 -6
tokenizer.json
CHANGED
|
@@ -56,12 +56,6 @@
|
|
| 56 |
"id": "A",
|
| 57 |
"type_id": 0
|
| 58 |
}
|
| 59 |
-
},
|
| 60 |
-
{
|
| 61 |
-
"SpecialToken": {
|
| 62 |
-
"id": "<|end_of_text|>",
|
| 63 |
-
"type_id": 0
|
| 64 |
-
}
|
| 65 |
}
|
| 66 |
],
|
| 67 |
"pair": [
|
|
|
|
| 56 |
"id": "A",
|
| 57 |
"type_id": 0
|
| 58 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
}
|
| 60 |
],
|
| 61 |
"pair": [
|