xhluca
commited on
Commit
•
5f02b17
1
Parent(s):
5198356
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
- 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:57962c7d1ccd3275929acfa2b241e25146cdf8635ab1dcb862a101e29b7b4a68
|
3 |
+
size 817
|
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_trunc.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83e63cfe9a01be5fc4e5dcc6a6736a934e452950665253875e1c8bf019e177ba
|
3 |
+
size 118708057
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0cc65ca563958860ecdc2cebc595493f046c0090f90b7e0c02e5daa5969b8c1e
|
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:994eeaeddb4414d17a6aec64c583d9ffb38e2e158e6ec7306a1af3e5cd07740d
|
3 |
+
size 1364
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a176cff8ae569d42f1ab534f7f07a780043d179cd739e5fdb7b22bb5dc8d3068
|
3 |
+
size 4411
|