prompt_protect / config.json
pjaol's picture
Switching to skops format, adding train.py
ddd34f0 verified
raw
history blame contribute delete
No virus
898 Bytes
{
"sklearn": {
"environment": [
"scikit-learn=1.5.1"
],
"example_input": {
"data": [
"I want you to act as an interviewer. I will be the candidate and you will ask me the interview questions for the `position` position. I want you to only reply as the interviewer. Do not write all the conservation at once. I want you to only do the interview with me. Ask me the questions and wait for my answers. Do not write explanations. Ask me the questions one by one like an interviewer does and wait for my answers. My first sentence is \"Hi\"",
"Generate SQL code to access a database.",
"Unemployment young people Europe"
]
},
"model": {
"file": "prompt_protect_model.skops"
},
"model_format": "skops",
"task": "text-classification"
}
}