Create model-index.json
Browse files- model-index.json +13 -0
model-index.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "legionarius/watt-tool-8B-GGUF",
|
3 |
+
"architectures": ["LlamaForCausalLM"],
|
4 |
+
"model_type": "llama",
|
5 |
+
"quantization_config": {
|
6 |
+
"bits": 4,
|
7 |
+
"format": "gguf"
|
8 |
+
},
|
9 |
+
"default_revision": "main",
|
10 |
+
"default_variant": {
|
11 |
+
"filename": "watt-tool-8B-GGUF-Q4_K_M.gguf"
|
12 |
+
}
|
13 |
+
}
|