Leandro von Werra
Leandro von Werra
Hi @zaidic 1. You kind of have a y-label on the right side. there is no easy way to do it right now without adapting/extending the underlying library ([python-lrcurve](https://github.com/AndreasMadsen/python-lrcurve)). 2....
An approach that works assuming you can hold the all the unique document hashes in memory: ```python from datasets import load_dataset def get_hash(example): """Get hash of content field.""" return {"hash":...
Maybe a bit down the road we could similar to the doc builder create a test org or just a space with the new module and check if the space...
Fair enough, let's leave it like that then! To solve the issue on windows, maybe you need to load with utf-8?
Thanks for the contribution @kadirnar and thanks @mathemakitten for stepping in! I made the community metric `lvwerra/bary_score` to help the original contributor see how it could be integrated (see https://github.com/huggingface/evaluate/issues/127)....
Sorry for the misunderstanding!
The issue with that is that we'll never be able to have a breaking change between the hub modules and the github repository without breaking every older version of the...
Hi @AndreaSottana Yes, this was a breaking change - we planned to do it before the initial release but it went under. There are a number of advantages moving from...
> When running compute, what kind of format is expected? I tried adding a batch dimension, but that will pass the list to compute, which in turn will trigger cer.calculate_cer_corpus...
Thanks for reporting, we noticed the issue and the PR got reverted. It should work again now.