haddadalwi
commited on
Commit
•
c8f3d05
1
Parent(s):
f16a900
Training in progress, step 500
Browse files- pytorch_model.bin +1 -1
- tokenizer.json +10 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1336511145
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be81e6baa00860db1a8b40eea1dcbbcee8aeca773efefc13593151d93a822f06
|
3 |
size 1336511145
|
tokenizer.json
CHANGED
@@ -6,7 +6,16 @@
|
|
6 |
"strategy": "OnlySecond",
|
7 |
"stride": 128
|
8 |
},
|
9 |
-
"padding":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"added_tokens": [
|
11 |
{
|
12 |
"id": 0,
|
|
|
6 |
"strategy": "OnlySecond",
|
7 |
"stride": 128
|
8 |
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": {
|
11 |
+
"Fixed": 384
|
12 |
+
},
|
13 |
+
"direction": "Right",
|
14 |
+
"pad_to_multiple_of": null,
|
15 |
+
"pad_id": 0,
|
16 |
+
"pad_type_id": 0,
|
17 |
+
"pad_token": "[PAD]"
|
18 |
+
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c41ede3d1c1b486fd6750788c01697ac4e92c9091691276d0361ac14928d244
|
3 |
size 4155
|