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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -30
config.json CHANGED
@@ -7,34 +7,5 @@
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,
13
- "bos_token_id": 128000,
14
- "eos_token_id": [128001, 128008, 128009],
15
- "head_dim": 128,
16
- "hidden_act": "silu",
17
- "hidden_size": 4096,
18
- "initializer_range": 0.02,
19
- "intermediate_size": 14336,
20
- "max_position_embeddings": 131072,
21
- "mlp_bias": false,
22
- "num_attention_heads": 32,
23
- "num_hidden_layers": 32,
24
- "num_key_value_heads": 8,
25
- "pretraining_tp": 1,
26
- "rms_norm_eps": 1e-05,
27
- "rope_scaling": {
28
- "factor": 8.0,
29
- "high_freq_factor": 4.0,
30
- "low_freq_factor": 1.0,
31
- "original_max_position_embeddings": 8192,
32
- "rope_type": "llama3"
33
- },
34
- "rope_theta": 500000.0,
35
- "tie_word_embeddings": false,
36
- "torch_dtype": "bfloat16",
37
- "transformers_version": "4.45.2",
38
- "use_cache": true,
39
- "vocab_size": 128256
40
  }
 
7
  "format": "GGUF"
8
  },
9
  "default_model_file": "watt-tool-8B-GGUF-Q4_K_M.gguf",
10
+ "architectures": ["LlamaForCausalLM"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  }