danielhanchen commited on
Commit
a40f036
1 Parent(s): c8d54b5

Upload config

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "meta-llama/Meta-Llama-3-70B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -8,14 +8,14 @@
8
  "bos_token_id": 128000,
9
  "eos_token_id": 128009,
10
  "hidden_act": "silu",
11
- "hidden_size": 8192,
12
  "initializer_range": 0.02,
13
- "intermediate_size": 28672,
14
  "max_position_embeddings": 8192,
15
  "mlp_bias": false,
16
  "model_type": "llama",
17
- "num_attention_heads": 64,
18
- "num_hidden_layers": 80,
19
  "num_key_value_heads": 8,
20
  "pretraining_tp": 1,
21
  "quantization_config": {
 
1
  {
2
+ "_name_or_path": "meta-llama/Meta-Llama-3-8B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
8
  "bos_token_id": 128000,
9
  "eos_token_id": 128009,
10
  "hidden_act": "silu",
11
+ "hidden_size": 4096,
12
  "initializer_range": 0.02,
13
+ "intermediate_size": 14336,
14
  "max_position_embeddings": 8192,
15
  "mlp_bias": false,
16
  "model_type": "llama",
17
+ "num_attention_heads": 32,
18
+ "num_hidden_layers": 32,
19
  "num_key_value_heads": 8,
20
  "pretraining_tp": 1,
21
  "quantization_config": {