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
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# tiny-tiny-tiny-llama (toy)
|
| 2 |
|
| 3 |
-
A 10-parameter tiny classifier that outputs one of A/B/C/D.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
---
|
| 4 |
# tiny-tiny-tiny-llama (toy)
|
| 5 |
|
| 6 |
+
A 10-parameter tiny classifier that outputs one of A/B/C/D.
|