aapot
commited on
Commit
•
fe015b9
1
Parent(s):
1219966
Add 100k step model
Browse files- config.json +2 -1
- generation_config.json +1 -1
- model.safetensors +1 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -16,9 +16,10 @@
|
|
16 |
"pretraining_tp": 1,
|
17 |
"rms_norm_eps": 1e-06,
|
18 |
"rope_scaling": null,
|
|
|
19 |
"tie_word_embeddings": false,
|
20 |
"torch_dtype": "float16",
|
21 |
-
"transformers_version": "4.
|
22 |
"use_cache": true,
|
23 |
"vocab_size": 64256
|
24 |
}
|
|
|
16 |
"pretraining_tp": 1,
|
17 |
"rms_norm_eps": 1e-06,
|
18 |
"rope_scaling": null,
|
19 |
+
"rope_theta": 10000.0,
|
20 |
"tie_word_embeddings": false,
|
21 |
"torch_dtype": "float16",
|
22 |
+
"transformers_version": "4.34.0.dev0",
|
23 |
"use_cache": true,
|
24 |
"vocab_size": 64256
|
25 |
}
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
-
"transformers_version": "4.
|
6 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.34.0.dev0"
|
6 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7265851232
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c57e576bd0641b9f61a50cb9b6a6ca8f3c51b38a0f8c3abeee257b5638e802c
|
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 7265901477
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e59e8eff337bef1f7d0e3ae48ab8612260cd1021c8976554a4a7f24376e2b20a
|
3 |
size 7265901477
|