davanstrien HF Staff commited on
Commit
3840896
·
verified ·
1 Parent(s): 0fa9434

Training in progress, step 174

Browse files
README.md CHANGED
@@ -31,25 +31,25 @@ model-index:
31
  type: fineweb_c_eval
32
  metrics:
33
  - type: accuracy
34
- value: 0.8388671875
35
  name: Accuracy
36
  - type: accuracy_threshold
37
- value: 0.7548891305923462
38
  name: Accuracy Threshold
39
  - type: f1
40
- value: 0.37500000000000006
41
  name: F1
42
  - type: f1_threshold
43
- value: 0.49519360065460205
44
  name: F1 Threshold
45
  - type: precision
46
- value: 0.3132530120481928
47
  name: Precision
48
  - type: recall
49
- value: 0.46706586826347307
50
  name: Recall
51
  - type: average_precision
52
- value: 0.296686339444048
53
  name: Average Precision
54
  ---
55
 
@@ -110,7 +110,7 @@ pairs = [
110
  ]
111
  scores = model.predict(pairs)
112
  print(scores)
113
- # [0.094 0.6645 0.1461 0.2214 0.5059]
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.8389 |
165
- | accuracy_threshold | 0.7549 |
166
- | f1 | 0.375 |
167
- | f1_threshold | 0.4952 |
168
- | precision | 0.3133 |
169
- | recall | 0.4671 |
170
- | **average_precision** | **0.2967** |
171
 
172
  <!--
173
  ## Bias, Risks and Limitations
@@ -381,12 +381,22 @@ You can finetune this model on your own dataset.
381
  | 0.3737 | 108 | 1.1537 | - | - |
382
  | 0.3945 | 114 | 1.0772 | - | - |
383
  | 0.4014 | 116 | - | 1.1264 | 0.2967 |
 
 
 
 
 
 
 
 
 
 
384
 
385
 
386
  ### Training Time
387
- - **Training**: 1.8 minutes
388
- - **Evaluation**: 41.5 seconds
389
- - **Total**: 2.5 minutes
390
 
391
  ### Framework Versions
392
  - Python: 3.12.12
 
31
  type: fineweb_c_eval
32
  metrics:
33
  - type: accuracy
34
+ value: 0.849609375
35
  name: Accuracy
36
  - type: accuracy_threshold
37
+ value: 0.8169846534729004
38
  name: Accuracy Threshold
39
  - type: f1
40
+ value: 0.5108433734939759
41
  name: F1
42
  - type: f1_threshold
43
+ value: 0.6361271142959595
44
  name: F1 Threshold
45
  - type: precision
46
+ value: 0.4274193548387097
47
  name: Precision
48
  - type: recall
49
+ value: 0.6347305389221557
50
  name: Recall
51
  - type: average_precision
52
+ value: 0.4518233024149694
53
  name: Average Precision
54
  ---
55
 
 
110
  ]
111
  scores = model.predict(pairs)
112
  print(scores)
113
+ # [0.1112 0.8549 0.0385 0.0726 0.0967]
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.8496 |
165
+ | accuracy_threshold | 0.817 |
166
+ | f1 | 0.5108 |
167
+ | f1_threshold | 0.6361 |
168
+ | precision | 0.4274 |
169
+ | recall | 0.6347 |
170
+ | **average_precision** | **0.4518** |
171
 
172
  <!--
173
  ## Bias, Risks and Limitations
 
381
  | 0.3737 | 108 | 1.1537 | - | - |
382
  | 0.3945 | 114 | 1.0772 | - | - |
383
  | 0.4014 | 116 | - | 1.1264 | 0.2967 |
384
+ | 0.4152 | 120 | 1.0160 | - | - |
385
+ | 0.4360 | 126 | 1.1722 | - | - |
386
+ | 0.4567 | 132 | 1.0133 | - | - |
387
+ | 0.4775 | 138 | 1.0978 | - | - |
388
+ | 0.4983 | 144 | 0.9355 | - | - |
389
+ | 0.5190 | 150 | 1.1273 | - | - |
390
+ | 0.5398 | 156 | 0.8814 | - | - |
391
+ | 0.5606 | 162 | 1.0361 | - | - |
392
+ | 0.5813 | 168 | 0.9421 | - | - |
393
+ | 0.6021 | 174 | 0.9503 | 0.8597 | 0.4518 |
394
 
395
 
396
  ### Training Time
397
+ - **Training**: 2.9 minutes
398
+ - **Evaluation**: 1.0 minutes
399
+ - **Total**: 3.9 minutes
400
 
401
  ### Framework Versions
402
  - Python: 3.12.12
eval/CrossEncoderClassificationEvaluator_fineweb_c_eval_results.csv CHANGED
@@ -1,3 +1,4 @@
1
  epoch,steps,Accuracy,Accuracy_Threshold,F1,F1_Threshold,Precision,Recall,Average_Precision
2
  0.20069204152249134,58,0.8369140625,0.8085842,0.29916897506925205,0.39676917,0.1945945945945946,0.6467065868263473,0.22527425150874691
3
  0.4013840830449827,116,0.8388671875,0.75488913,0.37500000000000006,0.4951936,0.3132530120481928,0.46706586826347307,0.296686339444048
 
 
1
  epoch,steps,Accuracy,Accuracy_Threshold,F1,F1_Threshold,Precision,Recall,Average_Precision
2
  0.20069204152249134,58,0.8369140625,0.8085842,0.29916897506925205,0.39676917,0.1945945945945946,0.6467065868263473,0.22527425150874691
3
  0.4013840830449827,116,0.8388671875,0.75488913,0.37500000000000006,0.4951936,0.3132530120481928,0.46706586826347307,0.296686339444048
4
+ 0.6020761245674741,174,0.849609375,0.81698465,0.5108433734939759,0.6361271,0.4274193548387097,0.6347305389221557,0.4518233024149694
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ea664b4ba0ae8596627ed5ef8736f276a4ef69c0948b6c038e76d549e9513f6
3
  size 1230138348
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a37604d143cbc9b7174630f1e818d0663e10ea8901d7c0137eb8068f2eab4c36
3
  size 1230138348