Upload manifest.json with huggingface_hub
Browse files- manifest.json +14 -0
manifest.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "TinyLlama",
|
3 |
+
"version": "1.1B-Chat-v1.0",
|
4 |
+
"description": "A fine-tuned version of TinyLlama optimized for chat-based tasks.",
|
5 |
+
"files": [
|
6 |
+
{
|
7 |
+
"type": "model",
|
8 |
+
"filename": "TinyLlama-1.1B-Chat-v1.0-F16.gguf",
|
9 |
+
"format": "gguf",
|
10 |
+
"url": "https://huggingface.co/layonsan/flowertune-llm-tinyllama/resolve/main/TinyLlama-1.1B-Chat-v1.0-F16.gguf"
|
11 |
+
}
|
12 |
+
]
|
13 |
+
}
|
14 |
+
|