Training in progress, step 1000
Browse files- eval/CrossEncoderClassificationEvaluator_val_results.csv +5 -0
- initial_metrics.json +16 -0
- model.safetensors +1 -1
- tokenizer.json +14 -2
- training_args.bin +3 -0
eval/CrossEncoderClassificationEvaluator_val_results.csv
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
epoch,steps,Accuracy,Accuracy_Threshold,F1,F1_Threshold,Precision,Recall,Average_Precision
|
2 |
+
0.18328445747800587,1000,0.780844735276621,0.5439426,0.7115356355620867,0.36395895,0.6687845303867404,0.7601255886970173,0.7831122726916699
|
3 |
+
0.18328445747800587,1000,0.7733491969066032,0.37693042,0.7026247476204212,0.20523526,0.6497732728727661,0.7648351648351648,0.7658893647211513
|
4 |
+
0.18328445747800587,1000,0.7906008328375966,0.4438138,0.7260989855517983,0.42253342,0.711231556760012,0.7416012558869701,0.8024080334566515
|
5 |
+
0.18328445747800587,1000,0.783343248066627,0.5704801,0.7121653084982538,0.33241585,0.6636832112828858,0.7682888540031397,0.7914783977724629
|
initial_metrics.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"val_accuracy": 0.77180249851279,
|
3 |
+
"val_accuracy_threshold": 0.8926752805709839,
|
4 |
+
"val_f1": 0.6933947772657449,
|
5 |
+
"val_f1_threshold": 0.8759380578994751,
|
6 |
+
"val_precision": 0.678796992481203,
|
7 |
+
"val_recall": 0.7086342229199372,
|
8 |
+
"val_average_precision": 0.7676424589681807,
|
9 |
+
"test_accuracy": 0.7230292965285952,
|
10 |
+
"test_accuracy_threshold": 0.9352303147315979,
|
11 |
+
"test_f1": 0.7144263194410831,
|
12 |
+
"test_f1_threshold": 0.9142870903015137,
|
13 |
+
"test_precision": 0.6302559284880577,
|
14 |
+
"test_recall": 0.8245437616387337,
|
15 |
+
"test_average_precision": 0.6906882331078481
|
16 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 598436708
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0b03a0b39450f19288dfbc17586f6f015a918fc0fbc12642f1232e14ec14cf2
|
3 |
size 598436708
|
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": 8192,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": "BatchLongest",
|
11 |
+
"direction": "Right",
|
12 |
+
"pad_to_multiple_of": null,
|
13 |
+
"pad_id": 50283,
|
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:04383a8587399a0c88334422a88d562064ee6c48c0010ca35790e246efdd5b3a
|
3 |
+
size 6225
|