aapot
commited on
Commit
•
aa9750e
1
Parent(s):
025a638
Add 1000k step model
Browse files- config.json +0 -1
- generation_config.json +0 -1
- model.safetensors +3 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -13,7 +13,6 @@
|
|
13 |
"num_attention_heads": 32,
|
14 |
"num_hidden_layers": 26,
|
15 |
"num_key_value_heads": 32,
|
16 |
-
"pad_token_id": 0,
|
17 |
"pretraining_tp": 1,
|
18 |
"rms_norm_eps": 1e-06,
|
19 |
"rope_scaling": null,
|
|
|
13 |
"num_attention_heads": 32,
|
14 |
"num_hidden_layers": 26,
|
15 |
"num_key_value_heads": 32,
|
|
|
16 |
"pretraining_tp": 1,
|
17 |
"rms_norm_eps": 1e-06,
|
18 |
"rope_scaling": null,
|
generation_config.json
CHANGED
@@ -2,6 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
-
"pad_token_id": 0,
|
6 |
"transformers_version": "4.32.0.dev0"
|
7 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
|
|
5 |
"transformers_version": "4.32.0.dev0"
|
6 |
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ef1676ce1550e1a8f32df1dc9b8da6332acd649baf4715ad453da2e8bab897d
|
3 |
+
size 7265851232
|
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:dc4582834fac24b315e1279b3832e2527b4a7b3e7dc798288163bf4754b9bfb4
|
3 |
+
size 7265901477
|