Training in progress, step 500
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer.json +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
"sep_token_id": 3,
|
28 |
"tokenizer_class": "BertTokenizer",
|
29 |
"torch_dtype": "float32",
|
30 |
-
"transformers_version": "4.
|
31 |
"type_vocab_size": 2,
|
32 |
"use_bias": true,
|
33 |
"use_cache": true,
|
|
|
27 |
"sep_token_id": 3,
|
28 |
"tokenizer_class": "BertTokenizer",
|
29 |
"torch_dtype": "float32",
|
30 |
+
"transformers_version": "4.23.0",
|
31 |
"type_vocab_size": 2,
|
32 |
"use_bias": true,
|
33 |
"use_cache": true,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 471656101
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b6f353c40ed6d77c0f607bd28f3fce70e927656784e367f66dac0e718b54243
|
3 |
size 471656101
|
tokenizer.json
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "OnlySecond",
|
7 |
"stride": 200
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
-
"Fixed":
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 312,
|
6 |
"strategy": "OnlySecond",
|
7 |
"stride": 200
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
+
"Fixed": 312
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3439
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e5412c1839a94e1af38bdd9465b761f9fb41e6f38b8403d9b49cacb9eb31299
|
3 |
size 3439
|