xhluca
commited on
Commit
•
ae55eb1
1
Parent(s):
4961f5c
Add model, tokenizer, and config files, input records.
Browse files- config.json +3 -0
- generation_config.json +3 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +3 -0
- spiece.model +3 -0
- tokenizer.json +3 -0
- tokenizer_config.json +3 -0
config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6f56811d769bd2be55a121a4ba112ff569ebd8605e7538c4ec6a08d4f865eb4
|
3 |
+
size 865
|
generation_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72810b76d4e4f4d7d5b7f73780649f2049b580e839e8f2d996b707052a81698b
|
3 |
+
size 164
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f35267fa7e7080e51200068150ff983fd46e31c469abb1f234e0ab157451ad2
|
3 |
+
size 1129242049
|
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:7fd650335add59bed55a432186ca0437a09e185c2d241faab468a538fe6bcf94
|
3 |
+
size 851388
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0af109b23840545ef2c286073f4373959badba1faa73c8557881d5126f6287c9
|
3 |
+
size 3265159
|
tokenizer_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:686a980218cd260e41dd366f60d3a7949e7bf333461374d8e3d7720a5ec0ab52
|
3 |
+
size 2451
|