aditeyabaral-redis commited on
Commit
faa59b8
·
verified ·
1 Parent(s): 3114e7d

Training in progress, step 1000

Browse files
eval/CrossEncoderClassificationEvaluator_test_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.8186259492752455,0.60346174,0.8005829903978053,0.5082209,0.7418176040673657,0.8694599627560522,0.858548144400788
3
+ 0.18328445747800587,1000,0.8336369939214137,0.37405866,0.8175192566750716,0.25981838,0.7622053329898235,0.8814897579143389,0.8801937162535809
4
+ 0.18328445747800587,1000,0.8377807516808823,0.4952855,0.8200158576336887,0.44022,0.7781307473666611,0.8666666666666667,0.8789455947703338
5
+ 0.18328445747800587,1000,0.8391512552200061,0.62196034,0.8214864794183796,0.555862,0.7722489920346151,0.8774301675977654,0.8880574726767634
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:13c533d902d6a48fa97375c6856c3e60854f9228ea760e3fc18ebde057e0cf31
3
  size 598436708
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87333e3634f1c399196467f4b29ab96618c439cdb74b1400968527114960d0d9
3
  size 598436708
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
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:17f8462bb27476fca47d4f0f84ca72c9f399ee9cb40df8a38df436f6007e7739
3
+ size 6225