metadata added to README
Browse files
README.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Tiny Random LLaMA
|
| 2 |
|
| 3 |
-
A tiny LLaMA model with random weights for testing and development.
|
| 4 |
⚠️ Outputs are meaningless — for sandbox/testing purposes only.
|
| 5 |
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
tags:
|
| 5 |
+
- test
|
| 6 |
+
- dummy
|
| 7 |
+
- tiny
|
| 8 |
+
- llama
|
| 9 |
+
- random
|
| 10 |
+
- sandbox
|
| 11 |
+
- vLLM
|
| 12 |
+
- Ollama
|
| 13 |
+
library_name: transformers
|
| 14 |
+
pipeline_tag: text-generation
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
# Tiny Random LLaMA
|
| 18 |
|
| 19 |
+
A really tiny (<10mb) LLaMA model with random weights for testing and development.
|
| 20 |
⚠️ Outputs are meaningless — for sandbox/testing purposes only.
|
| 21 |
|
| 22 |
+
Really useful for testing LLM applications without needing to download large models or use external APIs.
|
| 23 |
+
|