lukecq's picture
Update README.md
69a9e37
|
raw
history blame
665 Bytes
---
license: mit
---
# Zero-shot text classification (model based on albert-xxlarge-v2) trained with self-supervised tuning
Zero-shot text classification model trained with self-supervised tuning (SSTuning).
It was introduced in the paper Zero-Shot Text Classification via Self-Supervised Tuning by
Chaoqun Liu, Wenxuan Zhang, Guizhen Chen, Xiaobao Wu, Anh Tuan Luu, Chip Hong Chang, Lidong Bing
and first released in [this repository](https://github.com/DAMO-NLP-SG/SSTuning).
The model backbone is albert-xxlarge-v2.
Please refer to [zero-shot-classify-SSTuning-base](https://huggingface.co/DAMO-NLP-SG/zero-shot-classify-SSTuning-base) for more information.