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", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 196 Bytes
9f7c98f | 1 2 3 4 5 6 7 8 9 10 11 | {
"model_type": "tiny-10-param-classifier",
"vocab": [
"A",
"B",
"C",
"D"
],
"param_count": 10,
"note": "Tiny model mapping any text to A/B/C/D via a 10-parameter MLP."
} |