Instructions to use zouhar/COMET-partial with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- COMET
How to use zouhar/COMET-partial with COMET:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Vilém Zouhar commited on
add citation
Browse files
README.md
CHANGED
|
@@ -140,3 +140,16 @@ Outputs (formatted):
|
|
| 140 |
```
|
| 141 |
scores 89.18 86.52 89.20
|
| 142 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 140 |
```
|
| 141 |
scores 89.18 86.52 89.20
|
| 142 |
```
|
| 143 |
+
|
| 144 |
+
This model is based on the work [Early-Exit and Instant Confidence Translation Quality Estimation](http://arxiv.org/abs/2502.14429) which can be cited as:
|
| 145 |
+
```
|
| 146 |
+
@misc{zouhar2025earlyexitinstantconfidencetranslation,
|
| 147 |
+
title={Early-Exit and Instant Confidence Translation Quality Estimation},
|
| 148 |
+
author={Vilém Zouhar and Maike Züfle and Beni Egressy and Julius Cheng and Jan Niehues},
|
| 149 |
+
year={2025},
|
| 150 |
+
eprint={2502.14429},
|
| 151 |
+
archivePrefix={arXiv},
|
| 152 |
+
primaryClass={cs.CL},
|
| 153 |
+
url={https://arxiv.org/abs/2502.14429},
|
| 154 |
+
}
|
| 155 |
+
```
|