RaymondAISG
commited on
Commit
•
9c57f20
1
Parent(s):
868f4d8
Update config.json
Browse files- config.json +0 -5
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/data/users/raymond/hr2",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -9,18 +8,14 @@
|
|
9 |
"eos_token_id": 128001,
|
10 |
"hidden_act": "silu",
|
11 |
"hidden_size": 4096,
|
12 |
-
"init_device": "cpu",
|
13 |
"initializer_range": 0.02,
|
14 |
"intermediate_size": 14336,
|
15 |
"max_position_embeddings": 8192,
|
16 |
"mlp_bias": false,
|
17 |
"model_type": "llama",
|
18 |
-
"name": "hf_causal_lm",
|
19 |
"num_attention_heads": 32,
|
20 |
"num_hidden_layers": 32,
|
21 |
"num_key_value_heads": 8,
|
22 |
-
"pretrained": true,
|
23 |
-
"pretrained_model_name_or_path": "/mnt/fs-arf-01/cpt_checkpoints/meta-llama/Meta-Llama-3-8B",
|
24 |
"pretraining_tp": 1,
|
25 |
"rms_norm_eps": 1e-05,
|
26 |
"rope_scaling": null,
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"LlamaForCausalLM"
|
4 |
],
|
|
|
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 |
"mlp_bias": false,
|
15 |
"model_type": "llama",
|
|
|
16 |
"num_attention_heads": 32,
|
17 |
"num_hidden_layers": 32,
|
18 |
"num_key_value_heads": 8,
|
|
|
|
|
19 |
"pretraining_tp": 1,
|
20 |
"rms_norm_eps": 1e-05,
|
21 |
"rope_scaling": null,
|