Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer.json +2 -16
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -144,7 +144,7 @@
|
|
| 144 |
"num_hidden_layers": 12,
|
| 145 |
"pad_token_id": 1,
|
| 146 |
"position_embedding_type": "absolute",
|
| 147 |
-
"problem_type": "
|
| 148 |
"torch_dtype": "float32",
|
| 149 |
"transformers_version": "4.28.1",
|
| 150 |
"type_vocab_size": 1,
|
|
|
|
| 144 |
"num_hidden_layers": 12,
|
| 145 |
"pad_token_id": 1,
|
| 146 |
"position_embedding_type": "absolute",
|
| 147 |
+
"problem_type": "single_label_classification",
|
| 148 |
"torch_dtype": "float32",
|
| 149 |
"transformers_version": "4.28.1",
|
| 150 |
"type_vocab_size": 1,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498831221
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b3800700e9684fc8dbc2df0c06521dcaa488b502e20e1076badbd0d97aeb995
|
| 3 |
size 498831221
|
tokenizer.json
CHANGED
|
@@ -1,21 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
|
| 5 |
-
"max_length": 512,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
-
"padding": {
|
| 10 |
-
"strategy": {
|
| 11 |
-
"Fixed": 512
|
| 12 |
-
},
|
| 13 |
-
"direction": "Right",
|
| 14 |
-
"pad_to_multiple_of": null,
|
| 15 |
-
"pad_id": 1,
|
| 16 |
-
"pad_type_id": 0,
|
| 17 |
-
"pad_token": "<pad>"
|
| 18 |
-
},
|
| 19 |
"added_tokens": [
|
| 20 |
{
|
| 21 |
"id": 0,
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
| 4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
| 7 |
"id": 0,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94fa75dc5e688a5d7f40bbe1b9d5da4214d6ffe339725d56fbfd0a283377952c
|
| 3 |
size 3579
|