Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
tags:
|
4 |
-
- code
|
5 |
- Zero-Shot Classification
|
|
|
6 |
---
|
7 |
# Zero-shot text classification (base-sized model) trained with self-supervised tuning
|
8 |
|
@@ -30,7 +30,8 @@ There are three versions of models released. The details are:
|
|
30 |
|
31 |
| Model | Backbone | #params | accuracy | Speed | #Training data
|
32 |
|------------|-----------|----------|-------|-------|----|
|
33 |
-
| [zero-shot-classify-SSTuning-base](https://huggingface.co/DAMO-NLP-SG/zero-shot-classify-SSTuning-base) | [roberta-base](https://huggingface.co/roberta-base
|
|
|
34 |
| [zero-shot-classify-SSTuning-large](https://huggingface.co/DAMO-NLP-SG/zero-shot-classify-SSTuning-large) | [roberta-large](https://huggingface.co/roberta-large) | 355M | Medium | Medium | 5.12M |
|
35 |
| [zero-shot-classify-SSTuning-ALBERT](https://huggingface.co/DAMO-NLP-SG/zero-shot-classify-SSTuning-ALBERT) | [albert-xxlarge-v2](https://huggingface.co/albert-xxlarge-v2) | 235M | High | Low| 5.12M |
|
36 |
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
tags:
|
|
|
4 |
- Zero-Shot Classification
|
5 |
+
pipeline_tag: zero-shot-classification
|
6 |
---
|
7 |
# Zero-shot text classification (base-sized model) trained with self-supervised tuning
|
8 |
|
|
|
30 |
|
31 |
| Model | Backbone | #params | accuracy | Speed | #Training data
|
32 |
|------------|-----------|----------|-------|-------|----|
|
33 |
+
| [zero-shot-classify-SSTuning-base](https://huggingface.co/DAMO-NLP-SG/zero-shot-classify-SSTuning-base) | [roberta-base](https://huggingface.co/roberta-base
|
34 |
+
) | 125M | Low | High | 20.48M |
|
35 |
| [zero-shot-classify-SSTuning-large](https://huggingface.co/DAMO-NLP-SG/zero-shot-classify-SSTuning-large) | [roberta-large](https://huggingface.co/roberta-large) | 355M | Medium | Medium | 5.12M |
|
36 |
| [zero-shot-classify-SSTuning-ALBERT](https://huggingface.co/DAMO-NLP-SG/zero-shot-classify-SSTuning-ALBERT) | [albert-xxlarge-v2](https://huggingface.co/albert-xxlarge-v2) | 235M | High | Low| 5.12M |
|
37 |
|