Upload 9 files
Browse files- model.safetensors +1 -1
- optimizer.pt +2 -2
- scheduler.pt +1 -1
- special_tokens_map.json +7 -1
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438385760
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a21bfe7a6d236c9ebcdecd12eaea80824ab9d05c45c7cab4e87b6aea28a77611
|
3 |
size 438385760
|
optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b32ddb1e51498c5604be17b5a5263c89c2491d87e1e47a23bedd786f5bbdddc
|
3 |
+
size 876892538
|
scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:631068b6ffe25b8ff0673a39c8a501c537c68c44bb5618e0c9d01a6d82a27dbb
|
3 |
size 1064
|
special_tokens_map.json
CHANGED
@@ -122,7 +122,13 @@
|
|
122 |
"rstrip": false,
|
123 |
"single_word": false
|
124 |
},
|
125 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
"sep_token": {
|
127 |
"content": "[SEP]",
|
128 |
"lstrip": false,
|
|
|
122 |
"rstrip": false,
|
123 |
"single_word": false
|
124 |
},
|
125 |
+
"pad_token": {
|
126 |
+
"content": "[PAD]",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false
|
131 |
+
},
|
132 |
"sep_token": {
|
133 |
"content": "[SEP]",
|
134 |
"lstrip": false,
|