phoebeklett
commited on
Commit
•
d1edf41
1
Parent(s):
7ddd729
Upload ExtendedLlamaForCausalLM
Browse files- config.json +3 -6
- generation_config.json +10 -0
- pytorch_model-00001-of-00003.bin +2 -2
- pytorch_model-00002-of-00003.bin +2 -2
- pytorch_model-00003-of-00003.bin +2 -2
config.json
CHANGED
@@ -3,10 +3,6 @@
|
|
3 |
"architectures": [
|
4 |
"ExtendedLlamaForCausalLM"
|
5 |
],
|
6 |
-
"auto_map": {
|
7 |
-
"AutoConfig": "configuration_llama.ExtendedLlamaConfig",
|
8 |
-
"AutoModelForCausalLM": "modeling_llama.ExtendedLlamaForCausalLM"
|
9 |
-
},
|
10 |
"attention_bias": false,
|
11 |
"attention_dropout": 0.0,
|
12 |
"bos_token_id": 1,
|
@@ -16,15 +12,16 @@
|
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 11008,
|
18 |
"mask_by_sim": true,
|
19 |
-
"max_position_embeddings":
|
20 |
"memory_device": "cpu",
|
21 |
"memory_type": "manual",
|
22 |
"model_type": "extended-llama",
|
23 |
"num_attention_heads": 32,
|
24 |
"num_hidden_layers": 32,
|
25 |
"num_key_value_heads": 32,
|
|
|
26 |
"pretraining_tp": 1,
|
27 |
-
"rms_norm_eps": 1e-
|
28 |
"rope_scaling": null,
|
29 |
"rope_theta": 10000.0,
|
30 |
"sim_threshold": 0.25,
|
|
|
3 |
"architectures": [
|
4 |
"ExtendedLlamaForCausalLM"
|
5 |
],
|
|
|
|
|
|
|
|
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 1,
|
|
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_size": 11008,
|
14 |
"mask_by_sim": true,
|
15 |
+
"max_position_embeddings": 4096,
|
16 |
"memory_device": "cpu",
|
17 |
"memory_type": "manual",
|
18 |
"model_type": "extended-llama",
|
19 |
"num_attention_heads": 32,
|
20 |
"num_hidden_layers": 32,
|
21 |
"num_key_value_heads": 32,
|
22 |
+
"pad_token_id": 0,
|
23 |
"pretraining_tp": 1,
|
24 |
+
"rms_norm_eps": 1e-05,
|
25 |
"rope_scaling": null,
|
26 |
"rope_theta": 10000.0,
|
27 |
"sim_threshold": 0.25,
|
generation_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 1,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"max_length": 4096,
|
6 |
+
"pad_token_id": 0,
|
7 |
+
"temperature": 0.6,
|
8 |
+
"top_p": 0.9,
|
9 |
+
"transformers_version": "4.32.0"
|
10 |
+
}
|
pytorch_model-00001-of-00003.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:539bf751b68061957c4dab561a1e9a1f7da2549bb2aaeb390f0f9cb0c0e85166
|
3 |
+
size 9877990073
|
pytorch_model-00002-of-00003.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:72a9aba67ed4a7aa2e103ac7faec800dc8dffa230f09c139c185e2dd0afe50bf
|
3 |
+
size 9894801501
|
pytorch_model-00003-of-00003.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:bc105461dbecf5eb4f905c3aaf253be05dcc94051dd4b268f38f926044e4c569
|
3 |
+
size 7180991136
|