Text Classification
Scikit-learn
skops
prompt_protect / config.json
pjaol's picture
Upload folder using huggingface_hub
676ee65 verified
raw
history blame
891 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": "skops-3fs68p31.pkl"
},
"model_format": "pickle",
"task": "text-classification"
}
}