jdchang commited on
Commit
66664a9
·
verified ·
1 Parent(s): 37325f3

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +25 -5
config.json CHANGED
@@ -9,24 +9,44 @@
9
  "AutoModel": "hf_utils.AutoModelForCausalLMWithRM"
10
  },
11
  "base_config": {
12
- "_name_or_path": "meta-llama/Meta-Llama-3-8B-Instruct",
13
  "architectures": [
14
  "LlamaForCausalLM"
15
  ],
 
 
16
  "bos_token_id": 128000,
17
- "eos_token_id": 128009,
 
 
 
 
 
 
18
  "hidden_size": 4096,
 
19
  "intermediate_size": 14336,
20
- "max_position_embeddings": 8192,
 
21
  "model_type": "llama",
22
  "num_attention_heads": 32,
23
  "num_hidden_layers": 32,
24
  "num_key_value_heads": 8,
 
25
  "rms_norm_eps": 1e-05,
 
 
 
 
 
 
 
26
  "rope_theta": 500000.0,
 
27
  "torch_dtype": "bfloat16",
28
- "use_cache": false,
29
- "vocab_size": 128257
 
30
  },
31
  "base_model": "meta-llama/Meta-Llama-3-8B-Instruct",
32
  "bias": 0.0,
 
9
  "AutoModel": "hf_utils.AutoModelForCausalLMWithRM"
10
  },
11
  "base_config": {
12
+ "_name_or_path": "meta-llama/Llama-3.1-8B-Instruct",
13
  "architectures": [
14
  "LlamaForCausalLM"
15
  ],
16
+ "attention_bias": false,
17
+ "attention_dropout": 0.0,
18
  "bos_token_id": 128000,
19
+ "eos_token_id": [
20
+ 128001,
21
+ 128008,
22
+ 128009
23
+ ],
24
+ "head_dim": 128,
25
+ "hidden_act": "silu",
26
  "hidden_size": 4096,
27
+ "initializer_range": 0.02,
28
  "intermediate_size": 14336,
29
+ "max_position_embeddings": 131072,
30
+ "mlp_bias": false,
31
  "model_type": "llama",
32
  "num_attention_heads": 32,
33
  "num_hidden_layers": 32,
34
  "num_key_value_heads": 8,
35
+ "pretraining_tp": 1,
36
  "rms_norm_eps": 1e-05,
37
+ "rope_scaling": {
38
+ "factor": 8.0,
39
+ "high_freq_factor": 4.0,
40
+ "low_freq_factor": 1.0,
41
+ "original_max_position_embeddings": 8192,
42
+ "rope_type": "llama3"
43
+ },
44
  "rope_theta": 500000.0,
45
+ "tie_word_embeddings": false,
46
  "torch_dtype": "bfloat16",
47
+ "transformers_version": "4.46.0",
48
+ "use_cache": true,
49
+ "vocab_size": 128256
50
  },
51
  "base_model": "meta-llama/Meta-Llama-3-8B-Instruct",
52
  "bias": 0.0,