Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,9 @@ tags:
|
|
7 |
# Zero-shot text classification (base-sized model) trained with self-supervised tuning
|
8 |
|
9 |
Zero-shot text classification model trained with self-supervised tuning (SSTuning).
|
10 |
-
It was introduced in the paper Zero-Shot Text Classification via Self-Supervised Tuning
|
|
|
|
|
11 |
|
12 |
The model backbone is RoBERTa-base.
|
13 |
|
|
|
7 |
# Zero-shot text classification (base-sized model) trained with self-supervised tuning
|
8 |
|
9 |
Zero-shot text classification model trained with self-supervised tuning (SSTuning).
|
10 |
+
It was introduced in the paper Zero-Shot Text Classification via Self-Supervised Tuning by
|
11 |
+
Chaoqun Liu, Wenxuan Zhang, Guizhen Chen, Xiaobao Wu, Anh Tuan Luu, Chip Hong Chang, Lidong Bing
|
12 |
+
and first released in [this repository](https://github.com/DAMO-NLP-SG/SSTuning).
|
13 |
|
14 |
The model backbone is RoBERTa-base.
|
15 |
|