COMET icon indicating copy to clipboard operation
COMET copied to clipboard

A Neural Framework for MT Evaluation

Results 66 COMET issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug / feature(?) Whenever running COMET from the `huggingface-evaluate` library, I get the following output: ``` GPU available: True, used: True TPU available: False, using: 0 TPU cores...

bug

## 🐛 Bug Encoding of io operations is done inconsistently. Scoring is performed expecting `utf-8`, but MBR decoding is not (see lines [188](https://github.com/Unbabel/COMET/blob/98aeb826112c04baf703290c7f06edc277710a85/comet/cli/mbr.py#L188) and [191](https://github.com/Unbabel/COMET/blob/98aeb826112c04baf703290c7f06edc277710a85/comet/cli/mbr.py#L191)), and compare only sometimes (see...

bug

Hello, In my ongoing evaluation of metrics, I have found out, that COMET (especially source based) is very unpredictable when it evaluates a language that is not supported by XLM...

enhancement

## 🚀 Feature It will be great if COMET makes a multi-system evaluation both with Paired Bootstrap Resampling and Paired Approximate Randomization for paired significance tests. ### Motivation Paired Approximate...

enhancement
good first issue

## 🐛 Bug Hi, there! I found that there were some problems with MULTI-GPU usage with COMET. When using 4 GPUs the segments seem to be getting unordered, making it...

bug

## 🚀 Feature It would be really nice if COMET could read input from STDIN, e.g., ```bash # three fields triggers comet-ref $ paste source.txt hyps.txt ref.txt | comet [args]...

enhancement

## 🐛 Bug Passing `--to_json` as `True` or `true` doesn't output any JSON file. Whereas passing any other value creates a file with that name and it has the JSON...

bug

## 🚀 Feature When running `comet-compare` show the actual COMET score for each system. Is this possible? ### Motivation I usually run the compare to know if a system is...

enhancement

When specifying the number of GPUs during inference, is it only for parallelism or is the model loaded piece-wise over multiple GPUs, if it's bigger than individual GPUs? For example...

question

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.1 to 3.9.2. Release notes Sourced from aiohttp's releases. 3.9.2 Bug fixes Fixed server-side websocket connection leak. Related issues and pull requests on GitHub: #7978. Fixed web.FileResponse...

dependencies