vnyaryan commited on
Commit
250a5ab
·
verified ·
1 Parent(s): cbec35f

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ }