aditeyabaral-redis commited on
Commit
fbd6f5f
·
verified ·
1 Parent(s): 76f18d4

Training in progress, step 1000

Browse files
eval/CrossEncoderClassificationEvaluator_test_results.csv ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ epoch,steps,Accuracy,Accuracy_Threshold,F1,F1_Threshold,Precision,Recall,Average_Precision
2
+ 0.18181818181818182,1000,0.8334757582109286,0.59872735,0.8161181671461653,0.5690813,0.7714067785368443,0.8663314711359404,0.8780843155061584
3
+ 0.18181818181818182,1000,0.8265103755179697,0.52520025,0.8076325483144499,0.43659562,0.7601130426210114,0.8614897579143389,0.8815865440335635
4
+ 0.18181818181818182,1000,0.83139581754567,0.5267246,0.8150292004754767,0.41102958,0.7582459851908837,0.8810055865921788,0.8924128683989633
5
+ 0.18181818181818182,1000,0.8193192628303316,0.70124555,0.8028029373708178,0.5326942,0.7314063504700082,0.8896461824953446,0.863287361247981
6
+ 0.18181818181818182,1000,0.8291868883120234,0.61377674,0.8093549923276364,0.5637657,0.7687204744195396,0.8545251396648045,0.8741719440409667
7
+ 0.18181818181818182,1000,0.8248496476999726,0.5315935,0.8094679860704066,0.32880834,0.7535306201052767,0.8743761638733706,0.8704477045650146
8
+ 0.18181818181818182,1000,0.8342335660502088,0.5026532,0.8158201933966372,0.41314963,0.7664756916025536,0.8719553072625699,0.8790535176361727
9
+ 0.18181818181818182,1000,0.8308476161300204,0.5652496,0.8132246944531496,0.48266852,0.7635347194978422,0.8698324022346369,0.8860777201232058
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:e853e25b6092b1bbf092c3bc84f3fc75bf5766e14c2425b4158f16233baf22d1
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:2c5b75502e98a6ea0d4fb8f109a105946c646d826ea20d924675f429bbc65b86
3
+ size 6225