Push model using huggingface_hub.
Browse files
README.md
CHANGED
|
@@ -63,6 +63,20 @@ pipeline_tag: text-classification
|
|
| 63 |
library_name: setfit
|
| 64 |
inference: false
|
| 65 |
base_model: sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
---
|
| 67 |
|
| 68 |
# SetFit with sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
|
@@ -92,6 +106,13 @@ The model has been trained using an efficient few-shot learning technique that i
|
|
| 92 |
- **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
|
| 93 |
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
| 94 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
## Uses
|
| 96 |
|
| 97 |
### Direct Use for Inference
|
|
|
|
| 63 |
library_name: setfit
|
| 64 |
inference: false
|
| 65 |
base_model: sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
| 66 |
+
model-index:
|
| 67 |
+
- name: SetFit with sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
| 68 |
+
results:
|
| 69 |
+
- task:
|
| 70 |
+
type: text-classification
|
| 71 |
+
name: Text Classification
|
| 72 |
+
dataset:
|
| 73 |
+
name: Unknown
|
| 74 |
+
type: unknown
|
| 75 |
+
split: test
|
| 76 |
+
metrics:
|
| 77 |
+
- type: accuracy
|
| 78 |
+
value: 0.39185750636132316
|
| 79 |
+
name: Accuracy
|
| 80 |
---
|
| 81 |
|
| 82 |
# SetFit with sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
|
|
|
| 106 |
- **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
|
| 107 |
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
| 108 |
|
| 109 |
+
## Evaluation
|
| 110 |
+
|
| 111 |
+
### Metrics
|
| 112 |
+
| Label | Accuracy |
|
| 113 |
+
|:--------|:---------|
|
| 114 |
+
| **all** | 0.3919 |
|
| 115 |
+
|
| 116 |
## Uses
|
| 117 |
|
| 118 |
### Direct Use for Inference
|