How to attack flan-t5 or ChatGPT models #792
Unanswered
CristianCosci
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, as i understood, the attack can be made only on "classifier" models that output numbers. How can i re-write some code part, and which of them, in order to make attack on model that outputs text? For example the base versione of flan-t5-large, chatGPT via API or LLaMa model?
In particular i want to know where to rewrite the inference phase of the model to transoform text in label.
To be more specific, if my model make the classification like this:
Where have i to insert the model loading and inference?
Beta Was this translation helpful? Give feedback.
All reactions