xhluca
commited on
Commit
•
1eb63fd
1
Parent(s):
9e36627
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:917f3883ef5f8efa9e1e1eaeb9eb0a5560de5cd30571aad308929b9a54821441
|
3 |
+
size 949
|
generation_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7473570960edcd01f23208e9039194c52ce84a289469cabfaf10074722adf373
|
3 |
+
size 169
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e36a3631e8c76d23c821336147f01cbf042f4218530babe9c05dd91371bec73
|
3 |
+
size 5344577573
|
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:0c7d4a6ad8b4cb1d6c1cf8d2314d13d15436c4b0fb0bfc966539b7de1a5c0c53
|
3 |
+
size 3264987
|
tokenizer_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1738f5fd63afb1021817c14b7fe0e13daaa842f07cb7e31ce02a959ab74088d
|
3 |
+
size 20643
|