jianqing666 commited on
Commit
67ae819
1 Parent(s): 80b1d19

Upload 2 files

Browse files

update AceGPT-7B-chat model

Files changed (1) hide show
  1. config.json +3 -4
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/ibex/user/xuj0h/LLM_ckpt/llama-pretrained-RLHF-v1.0",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -21,10 +21,9 @@
21
  "pretraining_tp": 1,
22
  "rms_norm_eps": 1e-05,
23
  "rope_scaling": null,
24
- "rope_theta": 10000.0,
25
  "tie_word_embeddings": false,
26
- "torch_dtype": "float32",
27
- "transformers_version": "4.33.2",
28
  "use_cache": true,
29
  "vocab_size": 32000
30
  }
 
1
  {
2
+ "_name_or_path": "/mntcephfs/lab_data/chenjunying/zhujianqing/llm_train/yufei/final_sft/llama-pretrained-v5.2/checkpoint-0-26120",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
21
  "pretraining_tp": 1,
22
  "rms_norm_eps": 1e-05,
23
  "rope_scaling": null,
 
24
  "tie_word_embeddings": false,
25
+ "torch_dtype": "float16",
26
+ "transformers_version": "4.29.0",
27
  "use_cache": true,
28
  "vocab_size": 32000
29
  }