Commit
·
18a242a
1
Parent(s):
cfe5ccc
Initial model and tokenizer commit
Browse files- generation_config.json +6 -0
- model.safetensors +3 -0
- pytorch_model.bin +2 -2
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"eos_token_id": 50256,
|
4 |
+
"pad_token_id": 50258,
|
5 |
+
"transformers_version": "4.48.3"
|
6 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d32ac1c5135884bc1273ead17e77145eb45548d31c7eee5371ab67f58518425d
|
3 |
+
size 133259688
|
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:c272f5d92c5543ac55c1826b48ba6c8d8f2f0f871344033b393b6390f0e44876
|
3 |
+
size 81812702
|