RaymondAISG commited on
Commit
1f70736
·
verified ·
1 Parent(s): ae42b9b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -6
config.json CHANGED
@@ -8,25 +8,20 @@
8
  "eos_token_id": 128001,
9
  "hidden_act": "silu",
10
  "hidden_size": 4096,
11
- "init_device": "cpu",
12
  "initializer_range": 0.02,
13
  "intermediate_size": 14336,
14
  "max_position_embeddings": 8192,
15
  "model_type": "llama",
16
- "name": "hf_causal_lm",
17
  "num_attention_heads": 32,
18
  "num_hidden_layers": 32,
19
  "num_key_value_heads": 8,
20
- "pretrained": true,
21
- "pretrained_model_name_or_path": "meta-llama/Meta-Llama-3-8B",
22
  "pretraining_tp": 1,
23
  "rms_norm_eps": 1e-05,
24
  "rope_scaling": null,
25
  "rope_theta": 500000.0,
26
  "tie_word_embeddings": false,
27
  "torch_dtype": "bfloat16",
28
- "transformers_version": "4.36.2",
29
- "trust_remote_code": true,
30
  "use_cache": true,
31
  "use_flash_attention_2": true,
32
  "vocab_size": 128256
 
8
  "eos_token_id": 128001,
9
  "hidden_act": "silu",
10
  "hidden_size": 4096,
 
11
  "initializer_range": 0.02,
12
  "intermediate_size": 14336,
13
  "max_position_embeddings": 8192,
14
  "model_type": "llama",
 
15
  "num_attention_heads": 32,
16
  "num_hidden_layers": 32,
17
  "num_key_value_heads": 8,
 
 
18
  "pretraining_tp": 1,
19
  "rms_norm_eps": 1e-05,
20
  "rope_scaling": null,
21
  "rope_theta": 500000.0,
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
+ "transformers_version": "4.43.1",
 
25
  "use_cache": true,
26
  "use_flash_attention_2": true,
27
  "vocab_size": 128256