xhluca
commited on
Commit
•
dfe5cad
1
Parent(s):
199514d
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.safetensors +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:8b817c3b12144ab16f19236c98d296f691ca528d110081f053fffdfb0e8efc21
|
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:3b9209ed9475dc8ba16142df51e81785a3f5eafbaa30370d0ecc02a2a8cf3004
|
3 |
+
size 131012739
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87f74985a2ced652b099e68a408dec97b9f3bdaaca4ac147207cf42bf250dfe3
|
3 |
+
size 2690871976
|
special_tokens_map.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0eee4a8222aa2865e6af57a7cbb5a4b433222d1009fd89c3d583f714267c298
|
3 |
+
size 434
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:775d445ff2a70a7c3ecf069ad10adcb163bde40b92081e006b730ea89bc392c4
|
3 |
+
size 1842863
|
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:db951de4cf49ec268f180bcfa0e4454c5ed5e923013f8c06ce8829d0cb5d2617
|
3 |
+
size 847
|
trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:480836750a0936f5c421c6f32fc1fe097b1c7081c75253eb0891bbf02196ed29
|
3 |
+
size 1146
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2b2e4dd4793419509bd24b353c696e60449f76dae4f753461a15787c84139f6
|
3 |
+
size 4283
|