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

Training in progress, step 464

Browse files
README.md CHANGED
@@ -31,25 +31,25 @@ model-index:
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,7 +110,7 @@ pairs = [
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,13 +161,13 @@ You can finetune this model on your own dataset.
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
@@ -432,12 +432,23 @@ You can finetune this model on your own dataset.
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
 
31
  type: fineweb_c_eval
32
  metrics:
33
  - type: accuracy
34
+ value: 0.91015625
35
  name: Accuracy
36
  - type: accuracy_threshold
37
+ value: 0.9219144582748413
38
  name: Accuracy Threshold
39
  - type: f1
40
+ value: 0.6866666666666666
41
  name: F1
42
  - type: f1_threshold
43
+ value: 0.8624649047851562
44
  name: F1 Threshold
45
  - type: precision
46
+ value: 0.7744360902255639
47
  name: Precision
48
  - type: recall
49
+ value: 0.6167664670658682
50
  name: Recall
51
  - type: average_precision
52
+ value: 0.7401881464737206
53
  name: Average Precision
54
  ---
55
 
 
110
  ]
111
  scores = model.predict(pairs)
112
  print(scores)
113
+ # [0.0272 0.9999 0.0107 0.0086 0.077 ]
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.9102 |
165
+ | accuracy_threshold | 0.9219 |
166
+ | f1 | 0.6867 |
167
+ | f1_threshold | 0.8625 |
168
+ | precision | 0.7744 |
169
+ | recall | 0.6168 |
170
+ | **average_precision** | **0.7402** |
171
 
172
  <!--
173
  ## Bias, Risks and Limitations
 
432
  | 1.3702 | 396 | 0.4614 | - | - |
433
  | 1.3910 | 402 | 0.3266 | - | - |
434
  | 1.4048 | 406 | - | 0.7257 | 0.7126 |
435
+ | 1.4118 | 408 | 0.4361 | - | - |
436
+ | 1.4325 | 414 | 0.4928 | - | - |
437
+ | 1.4533 | 420 | 0.4441 | - | - |
438
+ | 1.4740 | 426 | 0.2820 | - | - |
439
+ | 1.4948 | 432 | 0.5146 | - | - |
440
+ | 1.5156 | 438 | 0.6355 | - | - |
441
+ | 1.5363 | 444 | 0.4136 | - | - |
442
+ | 1.5571 | 450 | 0.2685 | - | - |
443
+ | 1.5779 | 456 | 0.6273 | - | - |
444
+ | 1.5986 | 462 | 0.5283 | - | - |
445
+ | 1.6055 | 464 | - | 0.6483 | 0.7402 |
446
 
447
 
448
  ### Training Time
449
+ - **Training**: 7.5 minutes
450
+ - **Evaluation**: 2.8 minutes
451
+ - **Total**: 10.2 minutes
452
 
453
  ### Framework Versions
454
  - Python: 3.12.12
eval/CrossEncoderClassificationEvaluator_fineweb_c_eval_results.csv CHANGED
@@ -6,3 +6,4 @@ epoch,steps,Accuracy,Accuracy_Threshold,F1,F1_Threshold,Precision,Recall,Average
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
 
 
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
9
+ 1.6055363321799307,464,0.91015625,0.92191446,0.6866666666666666,0.8624649,0.7744360902255639,0.6167664670658682,0.7401881464737206
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc0c1e4d699357e02cde7574bd71f82a72ff4ba0e84fcdc7e88bb00bc2a23af9
3
  size 1230138348
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac1ceac343b899a646fb41aefdcfaa773282f9e705396e2d3dbd903f1ee38a9d
3
  size 1230138348