Training in progress, step 20000
Browse files- eval/CrossEncoderClassificationEvaluator_test_cls_results.csv +13 -0
- model.safetensors +1 -1
- tokenizer.json +14 -2
- training_args.bin +3 -0
eval/CrossEncoderClassificationEvaluator_test_cls_results.csv
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,steps,Accuracy,Accuracy_Threshold,F1,F1_Threshold,Precision,Recall,Average_Precision
|
| 2 |
+
0,0,0.6201979398101394,4.390625,0.659710984621304,-2.6796875,0.5285786820440286,0.877374108298468,0.5443763245884709
|
| 3 |
+
0,0,0.6201979398101394,4.390625,0.659710984621304,-2.6796875,0.5285786820440286,0.877374108298468,0.5443763245884709
|
| 4 |
+
0,0,0.6201979398101394,4.390625,0.659710984621304,-2.6796875,0.5285786820440286,0.877374108298468,0.5443763245884709
|
| 5 |
+
0,0,0.6201979398101394,4.390625,0.659710984621304,-2.6796875,0.5285786820440286,0.877374108298468,0.5443763245884709
|
| 6 |
+
0,0,0.6201979398101394,4.390625,0.659710984621304,-2.6796875,0.5285786820440286,0.877374108298468,0.5443763245884709
|
| 7 |
+
0,0,0.6201979398101394,4.390625,0.659710984621304,-2.6796875,0.5285786820440286,0.877374108298468,0.5443763245884709
|
| 8 |
+
0,0,0.6201979398101394,4.390625,0.659710984621304,-2.6796875,0.5285786820440286,0.877374108298468,0.5443763245884709
|
| 9 |
+
0,0,0.6201979398101394,4.390625,0.659710984621304,-2.6796875,0.5285786820440286,0.877374108298468,0.5443763245884709
|
| 10 |
+
0.09596330363269086,20000,0.5907089476873358,-1.4453125,0.6344312940562179,-1.578125,0.4967379269227493,0.8777353038557626,0.5143111055250755
|
| 11 |
+
0.09596330363269086,20000,0.5909917188446778,-1.4375,0.6332816308442278,-1.6015625,0.48755483346872464,0.9032597899045842,0.5147397946685236
|
| 12 |
+
0.09596330363269086,20000,0.5913552817612604,-1.4453125,0.6367811158798283,-1.5859375,0.4947563232572486,0.8931764139301087,0.5157291843734237
|
| 13 |
+
0.09596330363269086,20000,0.5922170605264929,-1.4296875,0.6373420483941366,-1.6015625,0.49304937905590146,0.9010324173012672,0.5159712978289995
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 8776666
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28dc661eca1387a33f6384361d713baf5088c47d22c024dfec70c59af5953dcb
|
| 3 |
size 8776666
|
tokenizer.json
CHANGED
|
@@ -1,7 +1,19 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
| 7 |
"id": 0,
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": {
|
| 4 |
+
"direction": "Right",
|
| 5 |
+
"max_length": 512,
|
| 6 |
+
"strategy": "LongestFirst",
|
| 7 |
+
"stride": 0
|
| 8 |
+
},
|
| 9 |
+
"padding": {
|
| 10 |
+
"strategy": "BatchLongest",
|
| 11 |
+
"direction": "Right",
|
| 12 |
+
"pad_to_multiple_of": null,
|
| 13 |
+
"pad_id": 0,
|
| 14 |
+
"pad_type_id": 0,
|
| 15 |
+
"pad_token": "[PAD]"
|
| 16 |
+
},
|
| 17 |
"added_tokens": [
|
| 18 |
{
|
| 19 |
"id": 0,
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:071831d04c8f87a3f9a6bd32e20f97ac8370daa9631e06ac646bc745557a1451
|
| 3 |
+
size 6353
|