manisunder246 commited on
Commit
e0b5d82
·
verified ·
1 Parent(s): 7f4f12d

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +28 -0
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForConditionalGeneration"
4
+ ],
5
+ "hidden_size": 4096,
6
+ "intermediate_size": 14336,
7
+ "model_type": "llama",
8
+ "num_attention_heads": 32,
9
+ "num_hidden_layers": 40,
10
+ "num_key_value_heads": 8,
11
+ "quantization": {
12
+ "group_size": 64,
13
+ "bits": 8
14
+ },
15
+ "rms_norm_eps": 1e-05,
16
+ "rope_scaling": {
17
+ "factor": 8.0,
18
+ "type": "linear",
19
+ "high_freq_factor": 4.0,
20
+ "low_freq_factor": 1.0,
21
+ "original_max_position_embeddings": 8192,
22
+ "rope_type": "llama3"
23
+ },
24
+ "rope_theta": 500000.0,
25
+ "torch_dtype": "bfloat16",
26
+ "use_bfloat16": false,
27
+ "vocab_size": 128256
28
+ }