specollective-ai
Update config.
10a9d1c
raw
history blame
450 Bytes
{
"sklearn": {
"environment": ["scikit-learn=1.4.1.post1", "pandas"],
"model_type": "regression",
"example_input": {
"data": [
"What is the capital of France?",
"I am feeling very tired today.",
"Please turn off the lights before leaving."
]
},
"model": {
"file": "custom_model.pkl"
},
"model_format": "pickle",
"task": "text-classification",
"use_intelex": false
}
}