Update README.md
Browse files
README.md
CHANGED
@@ -102,7 +102,7 @@ pipeline_tag: zero-shot-classification
|
|
102 |
metrics:
|
103 |
- accuracy
|
104 |
---
|
105 |
-
# Zero-shot text classification (
|
106 |
|
107 |
Zero-shot text classification model trained with self-supervised tuning (SSTuning).
|
108 |
It was introduced in the paper [Zero-Shot Text Classification via Self-Supervised Tuning](https://arxiv.org/abs/2305.11442) by
|
@@ -113,7 +113,6 @@ The model backbone is xlm-roberta-base.
|
|
113 |
|
114 |
## Model description
|
115 |
|
116 |
-
|
117 |
The model is tuned with unlabeled data using a first sentence prediction (FSP) learning objective.
|
118 |
The FSP task is designed by considering both the nature of the unlabeled corpus and the input/output format of classification tasks.
|
119 |
|
|
|
102 |
metrics:
|
103 |
- accuracy
|
104 |
---
|
105 |
+
# Zero-shot text classification (multilingual version) trained with self-supervised tuning
|
106 |
|
107 |
Zero-shot text classification model trained with self-supervised tuning (SSTuning).
|
108 |
It was introduced in the paper [Zero-Shot Text Classification via Self-Supervised Tuning](https://arxiv.org/abs/2305.11442) by
|
|
|
113 |
|
114 |
## Model description
|
115 |
|
|
|
116 |
The model is tuned with unlabeled data using a first sentence prediction (FSP) learning objective.
|
117 |
The FSP task is designed by considering both the nature of the unlabeled corpus and the input/output format of classification tasks.
|
118 |
|