Giuseppe Attanasio

Results 21 comments of Giuseppe Attanasio

Hi! I appreciate the notice. Yes, we currently need robust requirement specifications (and dependency management and packaging, for what that matters). I will look into this during this week!

Hi @Kihansi95, can you provide the full error stack for both the lines you mention?

Hi, thank you for reaching out. Can you give me the version of transformer interpret you are using and the sentence you are explaining so that I can setup a...

Perfect! Can you also tell me which model checkpoint you are using? (if it's a private model, I can try a similar public one if you point me to it)....

Hey, sorry for the long radio silence. In your last code example, normalization is still happening, so that might be an issue. Anyway, another different factor I see is the...

I'm experiencing the same problem but using a standard HF trainer.

Hi, thank you for reaching out! We are planning future developments, and benchmarking of explanations on seq2seq models is among them :) However, we won't likely implement the generation of...

Hi, thank you for reaching out. `ferret` uses the `model.config.label2id` and `model.config.id2label` to associate the logit positional index to the label, which might be non-coherent with your class labels. We...

Hey, thank you for reaching out. Yes indeed, it seems related to the deprecation of that pandas method. I believe the best way here is to rename duplicated columns (tokens)...