Training in progress, epoch 1
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 438003950
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe12e914fee9fda9ce36296cbe81ab45da9159d4be9608351061ccc3c4b5b49f
|
3 |
size 438003950
|
tokenizer.json
CHANGED
@@ -1,7 +1,16 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
"truncation": null,
|
4 |
-
"padding":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
"truncation": null,
|
4 |
+
"padding": {
|
5 |
+
"strategy": {
|
6 |
+
"Fixed": 512
|
7 |
+
},
|
8 |
+
"direction": "Right",
|
9 |
+
"pad_to_multiple_of": null,
|
10 |
+
"pad_id": 0,
|
11 |
+
"pad_type_id": 0,
|
12 |
+
"pad_token": "[PAD]"
|
13 |
+
},
|
14 |
"added_tokens": [
|
15 |
{
|
16 |
"id": 0,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4472
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:315bfc2dee79ad95b67ee08b11564bcf3bf16468939efaee3fdfc575d486e772
|
3 |
size 4472
|