Update README.md
Browse files
README.md
CHANGED
|
@@ -117,4 +117,17 @@ Here you can see how the performance of the model grows providing more examples:
|
|
| 117 |
| gliclass-large-v1.0-init | Weak Supervision | 0.1689 | 0.7051 | 0.4586 | 0.4442 |
|
| 118 |
| gliclass-base-v1.0-init | 0 | 0.2048 | 0.5614 | 0.2865 | 0.3509 |
|
| 119 |
| gliclass-base-v1.0-init | 8 | 0.2007 | 0.8359 | 0.4856 | 0.5074 |
|
| 120 |
-
| gliclass-base-v1.0-init | Weak Supervision | 0.0681 | 0.6627 | 0.3066 | 0.3458 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
| gliclass-large-v1.0-init | Weak Supervision | 0.1689 | 0.7051 | 0.4586 | 0.4442 |
|
| 118 |
| gliclass-base-v1.0-init | 0 | 0.2048 | 0.5614 | 0.2865 | 0.3509 |
|
| 119 |
| gliclass-base-v1.0-init | 8 | 0.2007 | 0.8359 | 0.4856 | 0.5074 |
|
| 120 |
+
| gliclass-base-v1.0-init | Weak Supervision | 0.0681 | 0.6627 | 0.3066 | 0.3458 |
|
| 121 |
+
|
| 122 |
+
## Citation
|
| 123 |
+
```bibtex
|
| 124 |
+
@misc{stepanov2025gliclassgeneralistlightweightmodel,
|
| 125 |
+
title={GLiClass: Generalist Lightweight Model for Sequence Classification Tasks},
|
| 126 |
+
author={Ihor Stepanov and Mykhailo Shtopko and Dmytro Vodianytskyi and Oleksandr Lukashov and Alexander Yavorskyi and Mykyta Yaroshenko},
|
| 127 |
+
year={2025},
|
| 128 |
+
eprint={2508.07662},
|
| 129 |
+
archivePrefix={arXiv},
|
| 130 |
+
primaryClass={cs.LG},
|
| 131 |
+
url={https://arxiv.org/abs/2508.07662},
|
| 132 |
+
}
|
| 133 |
+
```
|