Jules Gagnon-Marchand

Results 42 comments of Jules Gagnon-Marchand

just look up how to setup wandb @sathish4ds https://docs.wandb.ai/quickstart or disable it

you need to install the github version of peft with `pip install git+https://github.com/huggingface/peft`

This should be accepted. I also just stumbled into this, and came to the same conclusion: inference_small doesn't return anything, yet in the cifar example, it's (non-existant) value is assigned...

I also have this. If a sentence finishes with a word number and a dot, the number is not converted. eg `"What is two plus seven ? The answer is...

The error is likely in split_glues, as the dot in "nine." is identified as part of the word.

So, we find separators. Separators are either whitespace or punctuation with things that are not numbers on both sides. The problem is that after the last separator has been found,...