Add SetFit model
Browse files- README.md +3 -3
- 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.
|
| 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:
|
| 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** |
|
| 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 |
-
"
|
| 3 |
-
"
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"labels": null,
|
| 3 |
+
"normalize_embeddings": false
|
| 4 |
}
|