Xiao Wang

Results 8 comments of Xiao Wang

Hi, Thanks for the suggestion! We will update the function soon! Xiao Wang

> @BeyonderXX when running with batch_size=1, how much gpu memory it took? 30GB gpu memory

这对应了论文里的 Textflint 变形数据实现。 ori 文件夹里是原始数据, trans文件夹里是其数据变形后的数据。 关于textflint的信息,可以参考:https://github.com/textflint/textflint

你好! 感谢关注,目前只适用于LLM。 多模态模型的安全评测,可能会在后面大版本中更新。 Xiao Wang

我们的数据集都是提前下好的,这里是预处理到缓存,不存在下载的说法。

Looking forward to SGLang supporting this feature! Thks!

> I have made some modifications to this model loading class to make the model's inference speed faster compared to the original source code (`easyjailbreak.models.huggingface_model.from_pretrained`). > > It's actually possible...

你好,不一定要是512的,要看你的backbone支持多大长度。 当输入变长的时候,效果可能会下降(任务变难了)