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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "/Users/raymondng/work/data/model/herorun2",
3
  "architectures": [
4
  "LlamaModel"
5
  ],
@@ -19,7 +18,7 @@
19
  "num_hidden_layers": 32,
20
  "num_key_value_heads": 8,
21
  "pretrained": true,
22
- "pretrained_model_name_or_path": "/mnt/fs-arf-01/cpt_checkpoints/meta-llama/Meta-Llama-3-8B",
23
  "pretraining_tp": 1,
24
  "rms_norm_eps": 1e-05,
25
  "rope_scaling": null,
 
1
  {
 
2
  "architectures": [
3
  "LlamaModel"
4
  ],
 
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,