xhluca
commited on
Commit
·
6b3e333
1
Parent(s):
cdbbc69
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
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +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:7141feacf7f35c113391d698f85bc2fc853bde4d0e3eef521276e765896bdc7b
|
3 |
+
size 685
|
generation_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee3e5c066bd362ffef25af83a590e87022b58cde1864f3d85779000f62eed594
|
3 |
+
size 132
|
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
|
model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a55a30b26eeceb2b0e19c05a131d7fc44744f93de6b57287dc7818d0481e1732
|
3 |
+
size 4974521464
|
model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2f507422947eb6de1b0edc4db8b7032406bc70258511e468f405af60de0048e
|
3 |
+
size 428632856
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10f8838c1e13df1946eb073485e8889a8f7b333650eaf853de7bc242fd0f7ab0
|
3 |
+
size 23949
|
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:bc3beae5bd091d4aada7d8d4464dd9e4c27d8531e0dc437f4769ab5239d91bd5
|
3 |
+
size 869
|
trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8a1c32aa32b229a4af7fafb955976ece472efb68f1607b617208b9d61e1d94d
|
3 |
+
size 1145
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b139e09b1e09fbef2163bebf3b624e241f65d8fed05a9914cbafa7d8992566e5
|
3 |
+
size 4283
|