Add SetFit model
Browse files
README.md
CHANGED
@@ -11,6 +11,20 @@ widget: []
|
|
11 |
pipeline_tag: text-classification
|
12 |
inference: true
|
13 |
base_model: sentence-transformers/all-MiniLM-L6-v2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# SetFit with sentence-transformers/all-MiniLM-L6-v2
|
@@ -40,6 +54,13 @@ The model has been trained using an efficient few-shot learning technique that i
|
|
40 |
- **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
|
41 |
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
## Uses
|
44 |
|
45 |
### Direct Use for Inference
|
|
|
11 |
pipeline_tag: text-classification
|
12 |
inference: true
|
13 |
base_model: sentence-transformers/all-MiniLM-L6-v2
|
14 |
+
model-index:
|
15 |
+
- name: SetFit with sentence-transformers/all-MiniLM-L6-v2
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
type: text-classification
|
19 |
+
name: Text Classification
|
20 |
+
dataset:
|
21 |
+
name: Unknown
|
22 |
+
type: unknown
|
23 |
+
split: test
|
24 |
+
metrics:
|
25 |
+
- type: accuracy
|
26 |
+
value: 0.14285714285714285
|
27 |
+
name: Accuracy
|
28 |
---
|
29 |
|
30 |
# SetFit with sentence-transformers/all-MiniLM-L6-v2
|
|
|
54 |
- **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
|
55 |
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
56 |
|
57 |
+
## Evaluation
|
58 |
+
|
59 |
+
### Metrics
|
60 |
+
| Label | Accuracy |
|
61 |
+
|:--------|:---------|
|
62 |
+
| **all** | 0.1429 |
|
63 |
+
|
64 |
## Uses
|
65 |
|
66 |
### Direct Use for Inference
|