File size: 445 Bytes
9efaba0 10a9d1c 0499d8b 10a9d1c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"sklearn": {
"environment": ["scikit-learn=1.4.1.post1", "pandas"],
"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
},
"model_type": "sklearn"
}
|