hojzas commited on
Commit
a0c7a4c
1 Parent(s): 3b3d5bb

Add SetFit model

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. config_setfit.json +2 -2
README.md CHANGED
@@ -28,7 +28,7 @@ widget:
28
  pipeline_tag: text-classification
29
  inference: true
30
  co2_eq_emissions:
31
- emissions: 0.304162146960255
32
  source: codecarbon
33
  training_type: fine-tuning
34
  on_cloud: false
@@ -48,7 +48,7 @@ model-index:
48
  split: test
49
  metrics:
50
  - type: accuracy
51
- value: 1.0
52
  name: Accuracy
53
  ---
54
 
@@ -90,7 +90,7 @@ The model has been trained using an efficient few-shot learning technique that i
90
  ### Metrics
91
  | Label | Accuracy |
92
  |:--------|:---------|
93
- | **all** | 1.0 |
94
 
95
  ## Uses
96
 
 
28
  pipeline_tag: text-classification
29
  inference: true
30
  co2_eq_emissions:
31
+ emissions: 0.30176603615895614
32
  source: codecarbon
33
  training_type: fine-tuning
34
  on_cloud: false
 
48
  split: test
49
  metrics:
50
  - type: accuracy
51
+ value: 0.9375
52
  name: Accuracy
53
  ---
54
 
 
90
  ### Metrics
91
  | Label | Accuracy |
92
  |:--------|:---------|
93
+ | **all** | 0.9375 |
94
 
95
  ## Uses
96
 
config_setfit.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "normalize_embeddings": false,
3
- "labels": null
4
  }
 
1
  {
2
+ "labels": null,
3
+ "normalize_embeddings": false
4
  }