lukecq commited on
Commit
b74f79b
1 Parent(s): c3f51d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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