Upload config.json with huggingface_hub
Browse files- config.json +7 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
config_data = {
|
2 |
+
"model_type": "llama",
|
3 |
+
"quantization_method": "q4_k_m",
|
4 |
+
"tags": ["gguf", "unsloth", "lora", "instruction-tuning"],
|
5 |
+
"license": "apache-2.0",
|
6 |
+
"pipeline_tag": "text-generation"
|
7 |
+
}
|