xhluca
commited on
Commit
•
f108658
1
Parent(s):
5b97aa7
Add model, tokenizer, and config files, input records.
Browse files- config.json +3 -0
- generation_config.json +3 -0
- input_records_m2w.json +3 -0
- model.safetensors +3 -0
- special_tokens_map.json +3 -0
- spiece.model +3 -0
- tokenizer.json +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:1c76bd64368381fb79bd87460536147c5cb76ac4eb7929ba7c85693cefcd5ff0
|
3 |
+
size 842
|
generation_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e1f5fe6985d189e6afadfc6aa83d9ff25d57e7637490f614fffb35f4076d1c3
|
3 |
+
size 142
|
input_records_m2w.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b429365099a7470f419e97590d170e858a0c88af1781077e562cd4b451acb324
|
3 |
+
size 142584211
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf3f872a3d09ad625ea698d568277c035bb21323e7aa18d701fe6313ff6b81ee
|
3 |
+
size 1566368768
|
special_tokens_map.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c87151ef0f72a99d1f766a4c418bd2a1f90aaa30a8e22fe5eca9641daebb64f
|
3 |
+
size 2201
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
|
3 |
+
size 791656
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e1cae6a6e7c807a4bc6079069e8c3ef744e0ee29d573c2660717a1f6dedacba
|
3 |
+
size 2422291
|
tokenizer_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fa625547e73f7a565e5fa7f6cc0b89e61c521c15816c8415238f639fa5b9e21
|
3 |
+
size 20771
|
trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33e0ea7fb46fc20dd1f20262be1e147e3e90faa283be94e8590d1a5968875730
|
3 |
+
size 1303
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed1cacce1eca34cacd56825cecef0be573091c52ae894c2988c0b75c779706a3
|
3 |
+
size 4475
|