Harack1126

Results 1 issues of Harack1126

In `attack/DPA/backdoor_evaluate.py` at line 151, the code is as follows: ```python instruction = example['instruction'] inputs = tokenizer(instruction, return_tensors="pt") ``` Currently, only the 'instruction' field is tokenized. However, the test data...