lucienbaumgartner commited on
Commit
e33da67
·
verified ·
1 Parent(s): 24c3b54

Add SetFit model

Browse files
Files changed (3) hide show
  1. README.md +14 -14
  2. model.safetensors +1 -1
  3. model_head.pkl +1 -1
README.md CHANGED
@@ -34,16 +34,16 @@ model-index:
34
  split: test
35
  metrics:
36
  - type: accuracy
37
- value: 0.8947368421052632
38
  name: Accuracy
39
  - type: precision
40
- value: 0.9020833333333332
41
  name: Precision
42
  - type: recall
43
- value: 0.6666666666666666
44
  name: Recall
45
  - type: f1
46
- value: 0.7260307998012916
47
  name: F1
48
  ---
49
 
@@ -86,7 +86,7 @@ The model has been trained using an efficient few-shot learning technique that i
86
  ### Metrics
87
  | Label | Accuracy | Precision | Recall | F1 |
88
  |:--------|:---------|:----------|:-------|:-------|
89
- | **all** | 0.8947 | 0.9021 | 0.6667 | 0.7260 |
90
 
91
  ## Uses
92
 
@@ -173,18 +173,18 @@ preds = model("it contradicted itself")
173
  | 0.2632 | 100 | 0.1836 | - |
174
  | 0.3947 | 150 | 0.0803 | - |
175
  | 0.5263 | 200 | 0.016 | - |
176
- | 0.6579 | 250 | 0.0061 | - |
177
- | 0.7895 | 300 | 0.0015 | - |
178
  | 0.9211 | 350 | 0.0028 | - |
179
  | 1.0526 | 400 | 0.0006 | - |
180
- | 1.1842 | 450 | 0.002 | - |
181
  | 1.3158 | 500 | 0.0013 | - |
182
  | 1.4474 | 550 | 0.0012 | - |
183
  | 1.5789 | 600 | 0.0003 | - |
184
  | 1.7105 | 650 | 0.0003 | - |
185
  | 1.8421 | 700 | 0.0002 | - |
186
  | 1.9737 | 750 | 0.0002 | - |
187
- | 2.1053 | 800 | 0.0002 | - |
188
  | 2.2368 | 850 | 0.0001 | - |
189
  | 2.3684 | 900 | 0.0001 | - |
190
  | 2.5 | 950 | 0.0001 | - |
@@ -220,8 +220,8 @@ preds = model("it contradicted itself")
220
  | 6.4474 | 2450 | 0.0001 | - |
221
  | 6.5789 | 2500 | 0.0001 | - |
222
  | 6.7105 | 2550 | 0.0001 | - |
223
- | 6.8421 | 2600 | 0.0004 | - |
224
- | 6.9737 | 2650 | 0.0013 | - |
225
  | 7.1053 | 2700 | 0.0001 | - |
226
  | 7.2368 | 2750 | 0.0001 | - |
227
  | 7.3684 | 2800 | 0.0001 | - |
@@ -233,12 +233,12 @@ preds = model("it contradicted itself")
233
  | 8.1579 | 3100 | 0.0001 | - |
234
  | 8.2895 | 3150 | 0.0001 | - |
235
  | 8.4211 | 3200 | 0.0001 | - |
236
- | 8.5526 | 3250 | 0.0001 | - |
237
  | 8.6842 | 3300 | 0.0001 | - |
238
  | 8.8158 | 3350 | 0.0001 | - |
239
  | 8.9474 | 3400 | 0.0001 | - |
240
- | 9.0789 | 3450 | 0.0001 | - |
241
- | 9.2105 | 3500 | 0.0001 | - |
242
  | 9.3421 | 3550 | 0.0 | - |
243
  | 9.4737 | 3600 | 0.0001 | - |
244
  | 9.6053 | 3650 | 0.0001 | - |
 
34
  split: test
35
  metrics:
36
  - type: accuracy
37
+ value: 0.8421052631578947
38
  name: Accuracy
39
  - type: precision
40
+ value: 0.8238095238095239
41
  name: Precision
42
  - type: recall
43
+ value: 0.6436781609195402
44
  name: Recall
45
  - type: f1
46
+ value: 0.6768796175575836
47
  name: F1
48
  ---
49
 
 
86
  ### Metrics
87
  | Label | Accuracy | Precision | Recall | F1 |
88
  |:--------|:---------|:----------|:-------|:-------|
89
+ | **all** | 0.8421 | 0.8238 | 0.6437 | 0.6769 |
90
 
91
  ## Uses
92
 
 
173
  | 0.2632 | 100 | 0.1836 | - |
174
  | 0.3947 | 150 | 0.0803 | - |
175
  | 0.5263 | 200 | 0.016 | - |
176
+ | 0.6579 | 250 | 0.0062 | - |
177
+ | 0.7895 | 300 | 0.0016 | - |
178
  | 0.9211 | 350 | 0.0028 | - |
179
  | 1.0526 | 400 | 0.0006 | - |
180
+ | 1.1842 | 450 | 0.0019 | - |
181
  | 1.3158 | 500 | 0.0013 | - |
182
  | 1.4474 | 550 | 0.0012 | - |
183
  | 1.5789 | 600 | 0.0003 | - |
184
  | 1.7105 | 650 | 0.0003 | - |
185
  | 1.8421 | 700 | 0.0002 | - |
186
  | 1.9737 | 750 | 0.0002 | - |
187
+ | 2.1053 | 800 | 0.0001 | - |
188
  | 2.2368 | 850 | 0.0001 | - |
189
  | 2.3684 | 900 | 0.0001 | - |
190
  | 2.5 | 950 | 0.0001 | - |
 
220
  | 6.4474 | 2450 | 0.0001 | - |
221
  | 6.5789 | 2500 | 0.0001 | - |
222
  | 6.7105 | 2550 | 0.0001 | - |
223
+ | 6.8421 | 2600 | 0.0001 | - |
224
+ | 6.9737 | 2650 | 0.0001 | - |
225
  | 7.1053 | 2700 | 0.0001 | - |
226
  | 7.2368 | 2750 | 0.0001 | - |
227
  | 7.3684 | 2800 | 0.0001 | - |
 
233
  | 8.1579 | 3100 | 0.0001 | - |
234
  | 8.2895 | 3150 | 0.0001 | - |
235
  | 8.4211 | 3200 | 0.0001 | - |
236
+ | 8.5526 | 3250 | 0.0 | - |
237
  | 8.6842 | 3300 | 0.0001 | - |
238
  | 8.8158 | 3350 | 0.0001 | - |
239
  | 8.9474 | 3400 | 0.0001 | - |
240
+ | 9.0789 | 3450 | 0.0 | - |
241
+ | 9.2105 | 3500 | 0.0 | - |
242
  | 9.3421 | 3550 | 0.0 | - |
243
  | 9.4737 | 3600 | 0.0001 | - |
244
  | 9.6053 | 3650 | 0.0001 | - |
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d10167c2f8e2fa6d9be0b7ad6a1ac478bf9f0991692e14c1873719dcd4de1d4
3
  size 437967672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78e9c05b1a6371b2835cca3f7b00cb72894e6d80b350f78ae2849f9111476085
3
  size 437967672
model_head.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb06704b44ebcd040be5d1ddb17060d40357cace73ce6961774020a9d4cd9d53
3
  size 19855
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1167cafb1d56dc5beb298f6d211d78a09d161820cccc1f3a5a28af35cbecb85
3
  size 19855