ColeH0415 commited on
Commit
4db7167
·
verified ·
1 Parent(s): 69d8e59

CE fine-tuned epoch 3/3 best_val=0.8448

Browse files
Files changed (2) hide show
  1. README.md +17 -17
  2. model.safetensors +1 -1
README.md CHANGED
@@ -28,25 +28,25 @@ model-index:
28
  type: ce-val
29
  metrics:
30
  - type: accuracy
31
- value: 0.8424242424242424
32
  name: Accuracy
33
  - type: accuracy_threshold
34
- value: -1.4543638229370117
35
  name: Accuracy Threshold
36
  - type: f1
37
- value: 0.8487584650112867
38
  name: F1
39
  - type: f1_threshold
40
- value: -1.8693041801452637
41
  name: F1 Threshold
42
  - type: precision
43
- value: 0.7949260042283298
44
  name: Precision
45
  - type: recall
46
- value: 0.910411622276029
47
  name: Recall
48
  - type: average_precision
49
- value: 0.91111876065531
50
  name: Average Precision
51
  ---
52
 
@@ -107,7 +107,7 @@ pairs = [
107
  ]
108
  scores = model.predict(pairs)
109
  print(scores)
110
- # [-6.7653 1.1449 2.2433 5.7045 -7.9876]
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.8424 |
162
- | accuracy_threshold | -1.4544 |
163
- | f1 | 0.8488 |
164
- | f1_threshold | -1.8693 |
165
- | precision | 0.7949 |
166
- | recall | 0.9104 |
167
- | **average_precision** | **0.9111** |
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 | -1 | 0.9111 |
321
 
322
 
323
  ### Training Time
324
- - **Training**: 32.6 seconds
325
 
326
  ### Framework Versions
327
  - Python: 3.12.13
 
28
  type: ce-val
29
  metrics:
30
  - type: accuracy
31
+ value: 0.8448484848484848
32
  name: Accuracy
33
  - type: accuracy_threshold
34
+ value: -2.50508451461792
35
  name: Accuracy Threshold
36
  - type: f1
37
+ value: 0.8505214368482039
38
  name: F1
39
  - type: f1_threshold
40
+ value: -2.667440176010132
41
  name: F1 Threshold
42
  - type: precision
43
+ value: 0.8155555555555556
44
  name: Precision
45
  - type: recall
46
+ value: 0.8886198547215496
47
  name: Recall
48
  - type: average_precision
49
+ value: 0.9152025768340708
50
  name: Average Precision
51
  ---
52
 
 
107
  ]
108
  scores = model.predict(pairs)
109
  print(scores)
110
+ # [ -9.1708 2.7075 3.8609 8.2862 -10.5857]
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.8448 |
162
+ | accuracy_threshold | -2.5051 |
163
+ | f1 | 0.8505 |
164
+ | f1_threshold | -2.6674 |
165
+ | precision | 0.8156 |
166
+ | recall | 0.8886 |
167
+ | **average_precision** | **0.9152** |
168
 
169
  <!--
170
  ## Bias, Risks and Limitations
 
317
  ### Training Logs
318
  | Epoch | Step | ce-val_average_precision |
319
  |:-----:|:----:|:------------------------:|
320
+ | -1 | -1 | 0.9152 |
321
 
322
 
323
  ### Training Time
324
+ - **Training**: 33.2 seconds
325
 
326
  ### Framework Versions
327
  - Python: 3.12.13
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6606f8cc9371f20393b9b82d4c24700886cf3d6dc7bb53e3412280570939a231
3
  size 90866404
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12713a6f7d4fe5f00305ca6306aa5ef44c133ae838ac265c8b0c27a3e328d81c
3
  size 90866404