Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- runs/May21_23-04-35_d8476db72feb/1684710402.5427876/events.out.tfevents.1684710402.d8476db72feb.2698.1 +3 -0
- runs/May21_23-04-35_d8476db72feb/events.out.tfevents.1684710402.d8476db72feb.2698.0 +3 -0
- special_tokens_map.json +1 -1
- tokenizer.json +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -34,7 +34,7 @@
|
|
| 34 |
"num_attention_heads": 12,
|
| 35 |
"num_hidden_layers": 12,
|
| 36 |
"onnx_export": false,
|
| 37 |
-
"pad_token_id":
|
| 38 |
"position_embedding_type": "absolute",
|
| 39 |
"problem_type": "single_label_classification",
|
| 40 |
"sep_token_id": 2,
|
|
|
|
| 34 |
"num_attention_heads": 12,
|
| 35 |
"num_hidden_layers": 12,
|
| 36 |
"onnx_export": false,
|
| 37 |
+
"pad_token_id": 1,
|
| 38 |
"position_embedding_type": "absolute",
|
| 39 |
"problem_type": "single_label_classification",
|
| 40 |
"sep_token_id": 2,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 594739281
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6adb394672c457bce1a46c2566dbb19ae89408bbb11390a4997f951aaeb92faa
|
| 3 |
size 594739281
|
runs/May21_23-04-35_d8476db72feb/1684710402.5427876/events.out.tfevents.1684710402.d8476db72feb.2698.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d787fc012767fc12017b5e016e44acfb74f47af2a2c985f05829995054d747d
|
| 3 |
+
size 5860
|
runs/May21_23-04-35_d8476db72feb/events.out.tfevents.1684710402.d8476db72feb.2698.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4c26b17f41d3b2e7094c3d0c8df70b696a947dc1008398d8f95f4c7334a94e4
|
| 3 |
+
size 4708
|
special_tokens_map.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"rstrip": false,
|
| 10 |
"single_word": false
|
| 11 |
},
|
| 12 |
-
"pad_token": "<
|
| 13 |
"sep_token": "</s>",
|
| 14 |
"unk_token": "<unk>"
|
| 15 |
}
|
|
|
|
| 9 |
"rstrip": false,
|
| 10 |
"single_word": false
|
| 11 |
},
|
| 12 |
+
"pad_token": "<pad>",
|
| 13 |
"sep_token": "</s>",
|
| 14 |
"unk_token": "<unk>"
|
| 15 |
}
|
tokenizer.json
CHANGED
|
@@ -12,9 +12,9 @@
|
|
| 12 |
},
|
| 13 |
"direction": "Right",
|
| 14 |
"pad_to_multiple_of": null,
|
| 15 |
-
"pad_id":
|
| 16 |
"pad_type_id": 0,
|
| 17 |
-
"pad_token": "<
|
| 18 |
},
|
| 19 |
"added_tokens": [
|
| 20 |
{
|
|
|
|
| 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 |
{
|
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:20e3eac9dd24deb79db18d65864803e2ae5c40192ee5a1b218e55a981b7f3027
|
| 3 |
size 3579
|