Jack Morris

Results 127 comments of Jack Morris

oh yes, I meant if someone puts up a pull request! I will have time eventually but likely can't make the changes this week.

Hi, we have several examples of this in our documentation, plus the seq2sick recipe which allows you to run an adversarial attack against a single sequence-to-sequence model output. If you...

Hi! Textattack relies on an abstraction we call _model wrappers_ which take text and output the model predictions. So you need to write a custom model wrapper that calls your...

You need to write a custom model wrapper, kind of like this one: https://github.com/QData/TextAttack/blob/master/examples/attack/attack_camembert.py

Seems like an update in the [flair](https://github.com/flairNLP/flair) dependency! Can you try to downgrade flair for now and see if it works? Long-term we should fix to a certain version of...

Hi @zzk0 thanks for catching this! want to open a small pull request to fix the bug?

I ran into this issue too. It's supposed to be fixed in the latest update of Transformers: https://github.com/huggingface/optimum/issues/1446

sorry haven't had time to keep this up-to-date. put up a PR and it'll get merged

Agreed - what changed that we can implement?

Even more basic: how do you switch between the 'default' & 'colorful' styles? I can't get anything but colorful. The homepage shows examples for each setting.