{ | |
"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" | |
} | |