legionarius commited on
Commit
a0a88b8
·
verified ·
1 Parent(s): b22ce71

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -1,11 +1,12 @@
1
  {
2
  "model_type": "llama",
 
3
  "quantization": {
4
  "method": "gguf",
5
  "bits": 4,
6
  "format": "GGUF"
7
  },
8
- "default_model_file": "watt-tool-8B-GGUF-Q4_K_M.gguf",
9
  "architectures": ["LlamaForCausalLM"],
10
  "attention_bias": false,
11
  "attention_dropout": 0.0,
 
1
  {
2
  "model_type": "llama",
3
+ "_name_or_path": "legionarius/watt-tool-8B-GGUF",
4
  "quantization": {
5
  "method": "gguf",
6
  "bits": 4,
7
  "format": "GGUF"
8
  },
9
+ "default_model_file": "watt-tool-8B-GGUF-Q4_K_M.gguf",
10
  "architectures": ["LlamaForCausalLM"],
11
  "attention_bias": false,
12
  "attention_dropout": 0.0,