Unbabel / COMET

A Neural Framework for MT Evaluation
https://unbabel.github.io/COMET/html/index.html
Apache License 2.0
441 stars 72 forks source link

[QUESTION] Train UnifiedMetric/XCOMET with word level predictions. #194

Open zolastro opened 5 months ago

zolastro commented 5 months ago

What is your question?

I was trying to train a model both at sentence and word level, but was unable to find any examples of it. I believe XCOMET is able to do so, since it has a word_level_training parameter, but I could not find any examples on how to feed the word level data to the model.

Would you have some examples available for this?

zolastro commented 3 months ago

I still was unable to get word level predictions. Would it be possible to add an small example to reproduce?