Update README.md
Browse files
README.md
CHANGED
@@ -51,6 +51,7 @@ for result in results:
|
|
51 |
Below, you can see the F1 score on several text classification datasets. All tested models were not fine-tuned on those datasets and were tested in a zero-shot setting.
|
52 |
| Model | IMDB | AG_NEWS | Emotions |
|
53 |
|-----------------------------|------|---------|----------|
|
|
|
54 |
| [gliclass-base-v1.0 (186 M)](https://huggingface.co/knowledgator/gliclass-base-v1.0) | 0.8650 | 0.6837 | 0.4749 |
|
55 |
| [gliclass-small-v1.0 (144 M)](https://huggingface.co/knowledgator/gliclass-small-v1.0) | 0.8650 | 0.6805 | 0.4664 |
|
56 |
| [Bart-large-mnli (407 M)](https://huggingface.co/facebook/bart-large-mnli) | 0.89 | 0.6887 | 0.3765 |
|
|
|
51 |
Below, you can see the F1 score on several text classification datasets. All tested models were not fine-tuned on those datasets and were tested in a zero-shot setting.
|
52 |
| Model | IMDB | AG_NEWS | Emotions |
|
53 |
|-----------------------------|------|---------|----------|
|
54 |
+
| [gliclass-large-v1.0 (438 M)](https://huggingface.co/knowledgator/gliclass-base-v1.0) | 0.9404 | 0.7516 | 0.4874 |
|
55 |
| [gliclass-base-v1.0 (186 M)](https://huggingface.co/knowledgator/gliclass-base-v1.0) | 0.8650 | 0.6837 | 0.4749 |
|
56 |
| [gliclass-small-v1.0 (144 M)](https://huggingface.co/knowledgator/gliclass-small-v1.0) | 0.8650 | 0.6805 | 0.4664 |
|
57 |
| [Bart-large-mnli (407 M)](https://huggingface.co/facebook/bart-large-mnli) | 0.89 | 0.6887 | 0.3765 |
|