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
| { | |
| "bos_token": "<|begin_of_text|>", | |
| "eos_token": "<|end_of_text|>", | |
| "pad_token": "<|end_of_text|>" | |
| } | |