davanstrien HF Staff commited on
Commit
d003833
·
verified ·
1 Parent(s): c779909

Training in progress, step 406

Browse files
README.md CHANGED
@@ -31,25 +31,25 @@ model-index:
31
  type: fineweb_c_eval
32
  metrics:
33
  - type: accuracy
34
- value: 0.90234375
35
  name: Accuracy
36
  - type: accuracy_threshold
37
- value: 0.7725241184234619
38
  name: Accuracy Threshold
39
  - type: f1
40
- value: 0.6426229508196721
41
  name: F1
42
  - type: f1_threshold
43
- value: 0.601359486579895
44
  name: F1 Threshold
45
  - type: precision
46
- value: 0.7101449275362319
47
  name: Precision
48
  - type: recall
49
- value: 0.5868263473053892
50
  name: Recall
51
  - type: average_precision
52
- value: 0.696727465964923
53
  name: Average Precision
54
  ---
55
 
@@ -110,7 +110,7 @@ pairs = [
110
  ]
111
  scores = model.predict(pairs)
112
  print(scores)
113
- # [1.0987e-03 9.9933e-01 3.3535e-04 1.2066e-03 3.2731e-03]
114
 
115
  # Or rank different texts based on similarity to a single text
116
  ranks = model.rank(
@@ -161,13 +161,13 @@ You can finetune this model on your own dataset.
161
 
162
  | Metric | Value |
163
  |:----------------------|:-----------|
164
- | accuracy | 0.9023 |
165
- | accuracy_threshold | 0.7725 |
166
- | f1 | 0.6426 |
167
- | f1_threshold | 0.6014 |
168
- | precision | 0.7101 |
169
- | recall | 0.5868 |
170
- | **average_precision** | **0.6967** |
171
 
172
  <!--
173
  ## Bias, Risks and Limitations
@@ -422,12 +422,22 @@ You can finetune this model on your own dataset.
422
  | 1.1626 | 336 | 0.5970 | - | - |
423
  | 1.1834 | 342 | 0.4205 | - | - |
424
  | 1.2042 | 348 | 0.4822 | 0.9538 | 0.6967 |
 
 
 
 
 
 
 
 
 
 
425
 
426
 
427
  ### Training Time
428
- - **Training**: 5.7 minutes
429
- - **Evaluation**: 2.1 minutes
430
- - **Total**: 7.8 minutes
431
 
432
  ### Framework Versions
433
  - Python: 3.12.12
 
31
  type: fineweb_c_eval
32
  metrics:
33
  - type: accuracy
34
+ value: 0.9013671875
35
  name: Accuracy
36
  - type: accuracy_threshold
37
+ value: 0.8407575488090515
38
  name: Accuracy Threshold
39
  - type: f1
40
+ value: 0.6757493188010899
41
  name: F1
42
  - type: f1_threshold
43
+ value: 0.49566662311553955
44
  name: F1 Threshold
45
  - type: precision
46
+ value: 0.62
47
  name: Precision
48
  - type: recall
49
+ value: 0.7425149700598802
50
  name: Recall
51
  - type: average_precision
52
+ value: 0.7125866664018541
53
  name: Average Precision
54
  ---
55
 
 
110
  ]
111
  scores = model.predict(pairs)
112
  print(scores)
113
+ # [0.0136 0.9988 0.0103 0.0052 0.0117]
114
 
115
  # Or rank different texts based on similarity to a single text
116
  ranks = model.rank(
 
161
 
162
  | Metric | Value |
163
  |:----------------------|:-----------|
164
+ | accuracy | 0.9014 |
165
+ | accuracy_threshold | 0.8408 |
166
+ | f1 | 0.6757 |
167
+ | f1_threshold | 0.4957 |
168
+ | precision | 0.62 |
169
+ | recall | 0.7425 |
170
+ | **average_precision** | **0.7126** |
171
 
172
  <!--
173
  ## Bias, Risks and Limitations
 
422
  | 1.1626 | 336 | 0.5970 | - | - |
423
  | 1.1834 | 342 | 0.4205 | - | - |
424
  | 1.2042 | 348 | 0.4822 | 0.9538 | 0.6967 |
425
+ | 1.2249 | 354 | 0.5008 | - | - |
426
+ | 1.2457 | 360 | 0.4902 | - | - |
427
+ | 1.2664 | 366 | 0.6269 | - | - |
428
+ | 1.2872 | 372 | 0.4861 | - | - |
429
+ | 1.3080 | 378 | 0.6288 | - | - |
430
+ | 1.3287 | 384 | 0.4038 | - | - |
431
+ | 1.3495 | 390 | 0.5267 | - | - |
432
+ | 1.3702 | 396 | 0.4614 | - | - |
433
+ | 1.3910 | 402 | 0.3266 | - | - |
434
+ | 1.4048 | 406 | - | 0.7257 | 0.7126 |
435
 
436
 
437
  ### Training Time
438
+ - **Training**: 6.5 minutes
439
+ - **Evaluation**: 2.4 minutes
440
+ - **Total**: 9.0 minutes
441
 
442
  ### Framework Versions
443
  - Python: 3.12.12
eval/CrossEncoderClassificationEvaluator_fineweb_c_eval_results.csv CHANGED
@@ -5,3 +5,4 @@ epoch,steps,Accuracy,Accuracy_Threshold,F1,F1_Threshold,Precision,Recall,Average
5
  0.8027681660899654,232,0.869140625,0.81640637,0.53276955602537,0.5794004,0.4117647058823529,0.7544910179640718,0.5406815506036883
6
  1.0034602076124568,290,0.8837890625,0.81047595,0.6024844720496895,0.714628,0.6258064516129033,0.5808383233532934,0.6180374262832308
7
  1.2041522491349481,348,0.90234375,0.7725241,0.6426229508196721,0.6013595,0.7101449275362319,0.5868263473053892,0.696727465964923
 
 
5
  0.8027681660899654,232,0.869140625,0.81640637,0.53276955602537,0.5794004,0.4117647058823529,0.7544910179640718,0.5406815506036883
6
  1.0034602076124568,290,0.8837890625,0.81047595,0.6024844720496895,0.714628,0.6258064516129033,0.5808383233532934,0.6180374262832308
7
  1.2041522491349481,348,0.90234375,0.7725241,0.6426229508196721,0.6013595,0.7101449275362319,0.5868263473053892,0.696727465964923
8
+ 1.4048442906574394,406,0.9013671875,0.84075755,0.6757493188010899,0.49566662,0.62,0.7425149700598802,0.7125866664018541
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d043136e355945d57bcbf7816fcb8037742c275d5c0f6e572f1d812297d2493d
3
  size 1230138348
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc0c1e4d699357e02cde7574bd71f82a72ff4ba0e84fcdc7e88bb00bc2a23af9
3
  size 1230138348