Instructions to use eole-nlp/cometkiwi-xxl-eole with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eole-nlp/cometkiwi-xxl-eole with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("eole-nlp/cometkiwi-xxl-eole", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Quality Estimation
#1
by ymoslem - opened
Hi Vincent!
Nice work. I understand you built this model for eole. Still, is it possible to use it in COMET (or maybe Transformers) for regular quality estimation? If so, would you please share a code snippet.
Many thanks!
Yasmin
no it's for eole only and not up to date to the last version I need to update the config.json file.
If you want something to be used by transformers I did one but XL, not XXL
If you can share the one that works with Transformers, that would be great. Many thanks, Vincent!
Thanks! It seems it has a NC license? This one has a MIT license.