WARP icon indicating copy to clipboard operation
WARP copied to clipboard

Code for ACL'2021 paper WARP 🌀 Word-level Adversarial ReProgramming. Outperforming `GPT-3` on SuperGLUE Few-Shot text classification. https://aclanthology.org/2021.acl-long.381/

Results 3 WARP issues
Sort by recently updated
recently updated
newest added

Hi, thanks for your nice work. When I read the source code, I have a simple question for the position id used in the code as follow, ``` parameters['position_ids'][0] tensor([...

Hi, Thank you for your work and for releasing the code! After reading your paper, I am confused about the manual prompts. """ In addition to the regular models where...

Thank you for your contributions.I wanted to turn off adversarial reprogramming and fine-tune the model, but I didn't find a place to fine-tune the model.Dear author, can you help me