xhluca
commited on
Commit
·
e6bade9
1
Parent(s):
3a5e8ea
Add model, tokenizer, and config files, input records.
Browse files- config.json +3 -0
- generation_config.json +3 -0
- input_records_trunc.json +3 -0
- pytorch_model.bin +3 -0
- pytorch_model_fsdp.bin +3 -0
- special_tokens_map.json +3 -0
- tokenizer.json +3 -0
- tokenizer.model +3 -0
- tokenizer_config.json +3 -0
- trainer_state.json +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e303e31d27f2e3b711d0081c0c23c4ff9547ddb0f3b8a00bdef0de4f9415a96a
|
3 |
+
size 805
|
generation_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bc222b367f5762a79b8cb7ad0d21a9fa0b0603c733466629f95f7cfa9c5ed38
|
3 |
+
size 115
|
input_records_trunc.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca1cc908fdb80d78b88cc7d4542d7d967a62ec85ae53bf31a62dfe3d8f811d97
|
3 |
+
size 140518292
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7243322cd965b12e0e3f7617d3c3d89452898686fe63440df483e9cdbefc903
|
3 |
+
size 18816758500
|
pytorch_model_fsdp.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7243322cd965b12e0e3f7617d3c3d89452898686fe63440df483e9cdbefc903
|
3 |
+
size 18816758500
|
special_tokens_map.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4929e4d98397e12df31752e6f0726d06198ff4c08907993622dd7f5dbf37a5a4
|
3 |
+
size 528
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20119416a890c3fefc86210999fb8189dde194c12f7f861dbb3bc7a922baaabb
|
3 |
+
size 16454569
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:407d001d18582959881b30ff39b660d4bd5ee50957d03f57daeeb3059e9db54c
|
3 |
+
size 6128796
|
tokenizer_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad06187f6a2e71a0ca89a658297e1f5265fca99b035fed8139951e38d8366e4e
|
3 |
+
size 884
|
trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5364a2e8186384ace22ab9bdcb01d87eeda591483c46d9065dabb01709e2ed4
|
3 |
+
size 1145
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cc26f9cac5f0a142d95dd827abda7b0345c849ed402fedad5b29d0e555136f0
|
3 |
+
size 4664
|