xhluca
commited on
Commit
·
b50f093
1
Parent(s):
a96a1f4
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
- 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:405207d77bf22a2c3ff7502240e3a1d1bd12c06a2816a228d768a6a987338832
|
3 |
+
size 662
|
generation_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b55687b10e605907cac9b1319503724a8c369b27ca1a689b606923883701f3d
|
3 |
+
size 183
|
input_records_trunc.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd4b083a2f64a7aea37885fad1f60231d604cb591cad6a3b2209fcc06d88bca0
|
3 |
+
size 131037157
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43c643a481fd877b0a1436108465664d390aea9ff6bb39a3e78762512b21ca7d
|
3 |
+
size 13476978469
|
special_tokens_map.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4452b845ab9ca2afa863f59f1411a959e8a32bb4334e264b0e71d5d17dd4dcb9
|
3 |
+
size 437
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f41e2826c3e1cbcf3e48d1e1ef7980e7961f5359dae26d47c7aee9699d92b0a
|
3 |
+
size 1842866
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
tokenizer_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:825f6610840a527db445bba9dd0cedae964b62e14ebc86f58fb643cc2df2b72d
|
3 |
+
size 1711
|
trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:702c72dace54b21b447ab4fc78a847566df0371b84f8b3860f436809ba56b135
|
3 |
+
size 1129
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1e3a749d758e075ca740f72fd351cebdb2c64abe316bd2eb3e84afc986d7333
|
3 |
+
size 4283
|