Bryan Tor

Results 3 comments of Bryan Tor

[I think this is the commit that removed the old behavior,](https://github.com/LAION-AI/Open-Assistant/commit/afc06702bc82e19ba81a8647ea6035adfda57d20) but please correct me if I'm wrong. A possible solution for this would be to bring back the deleted...

Does the file at `outputs/2024-11-28-11-41-55-920215/best_model/model.py` exist? The screenshot you've shared shows `best_model` as a directory, and not a Python module.

I'm assuming you're referring to this portion of the code. The docs indicate the following for `Attack.transformation`: ``` transformation (:class:`~textattack.transformations.Transformation`): The transformation applied at each step of the attack. ```...