aditeyabaral-redis commited on
Commit
4d70a75
·
verified ·
1 Parent(s): 84af7af

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.18181818181818182,1000,0.8328791860821335,0.41721106,0.8161762126898391,0.38914314,0.7712448627866897,0.8666666666666667,0.8765087880104991
3
+ 0.18181818181818182,1000,0.8376033923993486,0.4922545,0.8215679442508711,0.40871328,0.7718166939443535,0.8781750465549348,0.8833973686404598
4
+ 0.18181818181818182,1000,0.8374099095467664,0.63421905,0.8212372138334146,0.5444435,0.7705164196644252,0.8791061452513966,0.881595032166733
5
+ 0.18181818181818182,1000,0.8351848567420712,0.3836869,0.8210892915639385,0.29337615,0.7644056370582004,0.886852886405959,0.8804529821236652
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:5c82ba9a613a89bb9b5d696503bf9059e08c035d8de532d7c26f95280923e5e4
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:bf2b3fe892da9cd4e096682b2d1a9274730f77d5e655412797777c5e2c8499d6
3
+ size 6289