lukecq commited on
Commit
69a9e37
·
1 Parent(s): b878bab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ # Zero-shot text classification (model based on albert-xxlarge-v2) trained with self-supervised tuning
5
+
6
+ Zero-shot text classification model trained with self-supervised tuning (SSTuning).
7
+ It was introduced in the paper Zero-Shot Text Classification via Self-Supervised Tuning by
8
+ Chaoqun Liu, Wenxuan Zhang, Guizhen Chen, Xiaobao Wu, Anh Tuan Luu, Chip Hong Chang, Lidong Bing
9
+ and first released in [this repository](https://github.com/DAMO-NLP-SG/SSTuning).
10
+
11
+ The model backbone is albert-xxlarge-v2.
12
+
13
+ Please refer to [zero-shot-classify-SSTuning-base](https://huggingface.co/DAMO-NLP-SG/zero-shot-classify-SSTuning-base) for more information.