Instructions to use saneowl/tiny-tiny-tiny-llama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use saneowl/tiny-tiny-tiny-llama with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("saneowl/tiny-tiny-tiny-llama", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| library_name: transformers | |
| # tiny-tiny-tiny-llama (toy) | |
| A 10-parameter tiny classifier that outputs one of A/B/C/D. |