Chris Inskip

Results 1 comments of Chris Inskip

As a workaround, the `v4.22.1` release of `transformers` appears to work as expected. So if installing via pip: ``` pip install detoxify pip install transformers==4.22.1 ``` (Other versions between the...