jianqing666
commited on
Commit
•
eabdecd
1
Parent(s):
633dcfb
Upload 2 files
Browse files- config.json +3 -4
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
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": "
|
27 |
-
"transformers_version": "4.
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 32000
|
30 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/mntcephfs/lab_data/chenjunying/zhujianqing/llm_train/yufei/ppo-SRIBD/r32-u2-alr5e-7-clrd-b32-kl0.01-cr5-13b/checkpoint-799/actor",
|
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 |
}
|