ColeH0415 commited on
Commit
b978496
·
verified ·
1 Parent(s): 1b5ab9a

CE fine-tuned epoch 3/3

Browse files
README.md CHANGED
@@ -28,25 +28,25 @@ model-index:
28
  type: ce-val
29
  metrics:
30
  - type: accuracy
31
- value: 0.8299065420560747
32
  name: Accuracy
33
  - type: accuracy_threshold
34
- value: -0.3896324336528778
35
  name: Accuracy Threshold
36
  - type: f1
37
- value: 0.8914285714285715
38
  name: F1
39
  - type: f1_threshold
40
- value: -1.0047539472579956
41
  name: F1 Threshold
42
  - type: precision
43
- value: 0.8351177730192719
44
  name: Precision
45
  - type: recall
46
- value: 0.9558823529411765
47
  name: Recall
48
  - type: average_precision
49
- value: 0.9535681876950206
50
  name: Average Precision
51
  ---
52
 
@@ -107,7 +107,7 @@ pairs = [
107
  ]
108
  scores = model.predict(pairs)
109
  print(scores)
110
- # [ 3.6842 2.0192 1.9189 -0.9618 0.3676]
111
 
112
  # Or rank different texts based on similarity to a single text
113
  ranks = model.rank(
@@ -158,13 +158,13 @@ You can finetune this model on your own dataset.
158
 
159
  | Metric | Value |
160
  |:----------------------|:-----------|
161
- | accuracy | 0.8299 |
162
- | accuracy_threshold | -0.3896 |
163
- | f1 | 0.8914 |
164
- | f1_threshold | -1.0048 |
165
- | precision | 0.8351 |
166
- | recall | 0.9559 |
167
- | **average_precision** | **0.9536** |
168
 
169
  <!--
170
  ## Bias, Risks and Limitations
@@ -317,11 +317,11 @@ You can finetune this model on your own dataset.
317
  ### Training Logs
318
  | Epoch | Step | ce-val_average_precision |
319
  |:-----:|:----:|:------------------------:|
320
- | 1.0 | 301 | 0.9536 |
321
 
322
 
323
  ### Training Time
324
- - **Training**: 27.9 seconds
325
 
326
  ### Framework Versions
327
  - Python: 3.12.13
 
28
  type: ce-val
29
  metrics:
30
  - type: accuracy
31
+ value: 0.8411214953271028
32
  name: Accuracy
33
  - type: accuracy_threshold
34
+ value: -0.21951499581336975
35
  name: Accuracy Threshold
36
  - type: f1
37
+ value: 0.8989547038327527
38
  name: F1
39
  - type: f1_threshold
40
+ value: -1.483269453048706
41
  name: F1 Threshold
42
  - type: precision
43
+ value: 0.8543046357615894
44
  name: Precision
45
  - type: recall
46
+ value: 0.9485294117647058
47
  name: Recall
48
  - type: average_precision
49
+ value: 0.9597205150279606
50
  name: Average Precision
51
  ---
52
 
 
107
  ]
108
  scores = model.predict(pairs)
109
  print(scores)
110
+ # [ 5.2169 2.2205 2.9421 -1.5924 -1.1596]
111
 
112
  # Or rank different texts based on similarity to a single text
113
  ranks = model.rank(
 
158
 
159
  | Metric | Value |
160
  |:----------------------|:-----------|
161
+ | accuracy | 0.8411 |
162
+ | accuracy_threshold | -0.2195 |
163
+ | f1 | 0.899 |
164
+ | f1_threshold | -1.4833 |
165
+ | precision | 0.8543 |
166
+ | recall | 0.9485 |
167
+ | **average_precision** | **0.9597** |
168
 
169
  <!--
170
  ## Bias, Risks and Limitations
 
317
  ### Training Logs
318
  | Epoch | Step | ce-val_average_precision |
319
  |:-----:|:----:|:------------------------:|
320
+ | 1.0 | 301 | 0.9597 |
321
 
322
 
323
  ### Training Time
324
+ - **Training**: 23.5 seconds
325
 
326
  ### Framework Versions
327
  - Python: 3.12.13
eval/CrossEncoderClassificationEvaluator_ce-val_results.csv CHANGED
@@ -1,3 +1,4 @@
1
  epoch,steps,Accuracy,Accuracy_Threshold,F1,F1_Threshold,Precision,Recall,Average_Precision
2
  1.0,301,0.8130841121495327,-0.25794858,0.8845265588914549,-0.43757033,0.8362445414847162,0.9387254901960784,0.9335939639352934
3
  1.0,301,0.8299065420560747,-0.38963243,0.8914285714285715,-1.004754,0.8351177730192719,0.9558823529411765,0.9535681876950206
 
 
1
  epoch,steps,Accuracy,Accuracy_Threshold,F1,F1_Threshold,Precision,Recall,Average_Precision
2
  1.0,301,0.8130841121495327,-0.25794858,0.8845265588914549,-0.43757033,0.8362445414847162,0.9387254901960784,0.9335939639352934
3
  1.0,301,0.8299065420560747,-0.38963243,0.8914285714285715,-1.004754,0.8351177730192719,0.9558823529411765,0.9535681876950206
4
+ 1.0,301,0.8411214953271028,-0.219515,0.8989547038327527,-1.4832695,0.8543046357615894,0.9485294117647058,0.9597205150279606
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e0ca103c6d4a5cde8fa579d1f6f9007149e9cede51d84a9a59e524ea135df68
3
  size 90866404
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be5e3a21981a266058942d48b96e0472f718fd3dcdfa0269c4c4bee7cde16de9
3
  size 90866404