radoslavralev commited on
Commit
0115666
·
verified ·
1 Parent(s): 54f6559

Training in progress, step 1000

Browse files
eval/binary_classification_evaluation_test_results.csv CHANGED
@@ -354,3 +354,4 @@ epoch,steps,cosine_accuracy,cosine_accuracy_threshold,cosine_f1,cosine_precision
354
  52.116402116402114,197000,0.7670627690620919,0.7557872986149227,0.6669990882151812,0.8718435754189944,0.7775947397511751,0.5393761775866834
355
  52.38095238095238,198000,0.7667725447832185,0.7553963798277031,0.6663251366120219,0.8719553072625699,0.777431193404544,0.5385298107291973
356
  0.26455026455026454,1000,0.7117589203656826,0.7177313432835821,0.5988542963885429,0.8954934823091247,0.660905056042479,0.4537581257418676
 
 
354
  52.116402116402114,197000,0.7670627690620919,0.7557872986149227,0.6669990882151812,0.8718435754189944,0.7775947397511751,0.5393761775866834
355
  52.38095238095238,198000,0.7667725447832185,0.7553963798277031,0.6663251366120219,0.8719553072625699,0.777431193404544,0.5385298107291973
356
  0.26455026455026454,1000,0.7117589203656826,0.7177313432835821,0.5988542963885429,0.8954934823091247,0.660905056042479,0.4537581257418676
357
+ 0.26455026455026454,1000,0.7117589203656826,0.7177313432835821,0.5988542963885429,0.8954934823091247,0.6609050528483301,0.4537581257418676
initial_metrics.json CHANGED
@@ -5,6 +5,6 @@
5
  "test_cosine_f1_threshold": 0.8116312026977539,
6
  "test_cosine_precision": 0.5987668417446905,
7
  "test_cosine_recall": 0.8788826815642458,
8
- "test_cosine_ap": 0.6473811496690576,
9
  "test_cosine_mcc": 0.4419218320172892
10
  }
 
5
  "test_cosine_f1_threshold": 0.8116312026977539,
6
  "test_cosine_precision": 0.5987668417446905,
7
  "test_cosine_recall": 0.8788826815642458,
8
+ "test_cosine_ap": 0.6473811529734892,
9
  "test_cosine_mcc": 0.4419218320172892
10
  }
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 8192,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 100,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
tokenizer_config.json CHANGED
@@ -933,6 +933,7 @@
933
  "cls_token": "[CLS]",
934
  "extra_special_tokens": {},
935
  "mask_token": "[MASK]",
 
936
  "model_input_names": [
937
  "input_ids",
938
  "attention_mask"
 
933
  "cls_token": "[CLS]",
934
  "extra_special_tokens": {},
935
  "mask_token": "[MASK]",
936
+ "max_length": 100,
937
  "model_input_names": [
938
  "input_ids",
939
  "attention_mask"