davanstrien HF Staff commited on
Commit
b4d391d
·
verified ·
1 Parent(s): d9f7c87

Training in progress, step 166

Browse files
README.md CHANGED
@@ -31,25 +31,25 @@ model-index:
31
  type: fineweb_c_eval
32
  metrics:
33
  - type: accuracy
34
- value: 0.8335597826086957
35
  name: Accuracy
36
  - type: accuracy_threshold
37
- value: 0.9343951344490051
38
  name: Accuracy Threshold
39
  - type: f1
40
- value: 0.33268101761252444
41
  name: F1
42
  - type: f1_threshold
43
- value: 0.6988433599472046
44
  name: F1 Threshold
45
  - type: precision
46
- value: 0.21935483870967742
47
  name: Precision
48
  - type: recall
49
- value: 0.6882591093117408
50
  name: Recall
51
  - type: average_precision
52
- value: 0.2441194063501111
53
  name: Average Precision
54
  ---
55
 
@@ -110,7 +110,7 @@ pairs = [
110
  ]
111
  scores = model.predict(pairs)
112
  print(scores)
113
- # [0.7461 0.8963 0.5265 0.5997 0.5913]
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.8336 |
165
- | accuracy_threshold | 0.9344 |
166
- | f1 | 0.3327 |
167
- | f1_threshold | 0.6988 |
168
- | precision | 0.2194 |
169
- | recall | 0.6883 |
170
- | **average_precision** | **0.2441** |
171
 
172
  <!--
173
  ## Bias, Risks and Limitations
@@ -370,12 +370,22 @@ You can finetune this model on your own dataset.
370
  | 0.1735 | 72 | 1.2607 | - | - |
371
  | 0.1952 | 81 | 1.2275 | - | - |
372
  | 0.2 | 83 | - | 1.3164 | 0.2441 |
 
 
 
 
 
 
 
 
 
 
373
 
374
 
375
  ### Training Time
376
- - **Training**: 1.2 minutes
377
- - **Evaluation**: 36.4 seconds
378
- - **Total**: 1.8 minutes
379
 
380
  ### Framework Versions
381
  - Python: 3.12.12
 
31
  type: fineweb_c_eval
32
  metrics:
33
  - type: accuracy
34
+ value: 0.8376358695652174
35
  name: Accuracy
36
  - type: accuracy_threshold
37
+ value: 0.6088266372680664
38
  name: Accuracy Threshold
39
  - type: f1
40
+ value: 0.410958904109589
41
  name: F1
42
  - type: f1_threshold
43
+ value: 0.3380771279335022
44
  name: F1 Threshold
45
  - type: precision
46
+ value: 0.3105590062111801
47
  name: Precision
48
  - type: recall
49
+ value: 0.6072874493927125
50
  name: Recall
51
  - type: average_precision
52
+ value: 0.3509417036235269
53
  name: Average Precision
54
  ---
55
 
 
110
  ]
111
  scores = model.predict(pairs)
112
  print(scores)
113
+ # [0.4121 0.3208 0.0526 0.1956 0.3355]
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.8376 |
165
+ | accuracy_threshold | 0.6088 |
166
+ | f1 | 0.411 |
167
+ | f1_threshold | 0.3381 |
168
+ | precision | 0.3106 |
169
+ | recall | 0.6073 |
170
+ | **average_precision** | **0.3509** |
171
 
172
  <!--
173
  ## Bias, Risks and Limitations
 
370
  | 0.1735 | 72 | 1.2607 | - | - |
371
  | 0.1952 | 81 | 1.2275 | - | - |
372
  | 0.2 | 83 | - | 1.3164 | 0.2441 |
373
+ | 0.2169 | 90 | 1.1550 | - | - |
374
+ | 0.2386 | 99 | 1.1969 | - | - |
375
+ | 0.2602 | 108 | 1.2051 | - | - |
376
+ | 0.2819 | 117 | 1.1031 | - | - |
377
+ | 0.3036 | 126 | 1.1517 | - | - |
378
+ | 0.3253 | 135 | 1.1449 | - | - |
379
+ | 0.3470 | 144 | 1.0654 | - | - |
380
+ | 0.3687 | 153 | 1.0757 | - | - |
381
+ | 0.3904 | 162 | 0.9787 | - | - |
382
+ | 0.4 | 166 | - | 1.1451 | 0.3509 |
383
 
384
 
385
  ### Training Time
386
+ - **Training**: 2.4 minutes
387
+ - **Evaluation**: 1.2 minutes
388
+ - **Total**: 3.6 minutes
389
 
390
  ### Framework Versions
391
  - Python: 3.12.12
eval/CrossEncoderClassificationEvaluator_fineweb_c_eval_results.csv CHANGED
@@ -1,2 +1,3 @@
1
  epoch,steps,Accuracy,Accuracy_Threshold,F1,F1_Threshold,Precision,Recall,Average_Precision
2
  0.2,83,0.8335597826086957,0.93439513,0.33268101761252444,0.69884336,0.21935483870967742,0.6882591093117408,0.2441194063501111
 
 
1
  epoch,steps,Accuracy,Accuracy_Threshold,F1,F1_Threshold,Precision,Recall,Average_Precision
2
  0.2,83,0.8335597826086957,0.93439513,0.33268101761252444,0.69884336,0.21935483870967742,0.6882591093117408,0.2441194063501111
3
+ 0.4,166,0.8376358695652174,0.60882664,0.410958904109589,0.33807713,0.3105590062111801,0.6072874493927125,0.3509417036235269
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e530136a08e1826eaf0bf913bf83a7e998dd2df53d492f794a427728a04b6902
3
  size 1230138348
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5198e0a994ddabb58b74e9c026fa1620ad8c31639d4cba5055d9750bca27116a
3
  size 1230138348