Update README.md
Browse files
README.md
CHANGED
|
@@ -59,4 +59,17 @@ Below, you can see the F1 score on several text classification datasets. All tes
|
|
| 59 |
| [Bart-large-mnli (407 M)](https://huggingface.co/facebook/bart-large-mnli) | 0.89 | 0.6887 | 0.3765 |
|
| 60 |
| [Deberta-base-v3 (184 M)](https://huggingface.co/cross-encoder/nli-deberta-v3-base) | 0.85 | 0.6455 | 0.5095 |
|
| 61 |
| [Comprehendo (184M)](https://huggingface.co/knowledgator/comprehend_it-base) | 0.90 | 0.7982 | 0.5660 |
|
| 62 |
-
| SetFit [BAAI/bge-small-en-v1.5 (33.4M)](https://huggingface.co/BAAI/bge-small-en-v1.5) | 0.86 | 0.5636 | 0.5754 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
| [Bart-large-mnli (407 M)](https://huggingface.co/facebook/bart-large-mnli) | 0.89 | 0.6887 | 0.3765 |
|
| 60 |
| [Deberta-base-v3 (184 M)](https://huggingface.co/cross-encoder/nli-deberta-v3-base) | 0.85 | 0.6455 | 0.5095 |
|
| 61 |
| [Comprehendo (184M)](https://huggingface.co/knowledgator/comprehend_it-base) | 0.90 | 0.7982 | 0.5660 |
|
| 62 |
+
| SetFit [BAAI/bge-small-en-v1.5 (33.4M)](https://huggingface.co/BAAI/bge-small-en-v1.5) | 0.86 | 0.5636 | 0.5754 |
|
| 63 |
+
|
| 64 |
+
## Citation
|
| 65 |
+
```bibtex
|
| 66 |
+
@misc{stepanov2025gliclassgeneralistlightweightmodel,
|
| 67 |
+
title={GLiClass: Generalist Lightweight Model for Sequence Classification Tasks},
|
| 68 |
+
author={Ihor Stepanov and Mykhailo Shtopko and Dmytro Vodianytskyi and Oleksandr Lukashov and Alexander Yavorskyi and Mykyta Yaroshenko},
|
| 69 |
+
year={2025},
|
| 70 |
+
eprint={2508.07662},
|
| 71 |
+
archivePrefix={arXiv},
|
| 72 |
+
primaryClass={cs.LG},
|
| 73 |
+
url={https://arxiv.org/abs/2508.07662},
|
| 74 |
+
}
|
| 75 |
+
```
|