AI4Bharat / IndicMT-Eval

IndicMT Eval: A Dataset to Meta-Evaluate Machine Translation Metrics for Indian Languages, ACL 2023
4 stars 0 forks source link

How to use IndicComet? #3

Open sofia100 opened 2 months ago

sofia100 commented 2 months ago

I want to use IndicComet instead of Comet. What should be my python code?

uanushkatkd commented 1 month ago

Hi, you can use our repo to setup comet.

  1. Download IndicComet model checkpoint file.
  2. use comet/cli/score.py --load_from_checkpoint {indicComet ckpt} to do inference.