reciprocate
commited on
Commit
•
a285e96
1
Parent(s):
fe5d73c
Upload LlamaForCausalLM
Browse files- config.json +11 -3
- generation_config.json +3 -6
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -7,19 +7,27 @@
|
|
7 |
"eos_token_id": 2,
|
8 |
"hidden_act": "silu",
|
9 |
"hidden_size": 4096,
|
|
|
|
|
|
|
10 |
"initializer_range": 0.02,
|
11 |
"intermediate_size": 11008,
|
|
|
|
|
|
|
12 |
"max_position_embeddings": 4096,
|
13 |
"model_type": "llama",
|
14 |
"num_attention_heads": 32,
|
15 |
"num_hidden_layers": 32,
|
16 |
"num_key_value_heads": 32,
|
|
|
17 |
"pretraining_tp": 1,
|
18 |
"rms_norm_eps": 1e-05,
|
19 |
"rope_scaling": null,
|
|
|
20 |
"tie_word_embeddings": false,
|
21 |
"torch_dtype": "bfloat16",
|
22 |
-
"transformers_version": "4.
|
23 |
"use_cache": true,
|
24 |
-
"vocab_size":
|
25 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/admin/home-reciprocate/gsm8k-rm/reciprocate_llama2-7b-gsm8k_a99b9c5a_reciprocate_gsm8k_pairwise_larger_2e-06",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
7 |
"eos_token_id": 2,
|
8 |
"hidden_act": "silu",
|
9 |
"hidden_size": 4096,
|
10 |
+
"id2label": {
|
11 |
+
"0": "LABEL_0"
|
12 |
+
},
|
13 |
"initializer_range": 0.02,
|
14 |
"intermediate_size": 11008,
|
15 |
+
"label2id": {
|
16 |
+
"LABEL_0": 0
|
17 |
+
},
|
18 |
"max_position_embeddings": 4096,
|
19 |
"model_type": "llama",
|
20 |
"num_attention_heads": 32,
|
21 |
"num_hidden_layers": 32,
|
22 |
"num_key_value_heads": 32,
|
23 |
+
"pad_token_id": 32001,
|
24 |
"pretraining_tp": 1,
|
25 |
"rms_norm_eps": 1e-05,
|
26 |
"rope_scaling": null,
|
27 |
+
"rope_theta": 10000.0,
|
28 |
"tie_word_embeddings": false,
|
29 |
"torch_dtype": "bfloat16",
|
30 |
+
"transformers_version": "4.33.1",
|
31 |
"use_cache": true,
|
32 |
+
"vocab_size": 32002
|
33 |
}
|
generation_config.json
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
{
|
|
|
2 |
"bos_token_id": 1,
|
3 |
-
"do_sample": true,
|
4 |
"eos_token_id": 2,
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"temperature": 0.6,
|
8 |
-
"top_p": 0.9,
|
9 |
-
"transformers_version": "4.32.0"
|
10 |
}
|
|
|
1 |
{
|
2 |
+
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
|
|
4 |
"eos_token_id": 2,
|
5 |
+
"pad_token_id": 32001,
|
6 |
+
"transformers_version": "4.33.1"
|
|
|
|
|
|
|
7 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f668e0332fa048c5d545c2c8f335499006f4d563ffaecc4b88560c7fd7488fd
|
3 |
+
size 13476960357
|