File size: 267 Bytes
3638af1 |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"model_type": "sklearn",
"model_file": "spam_detector_model_v2.pkl",
"dependencies": {
"scikit-learn": "1.5.1",
"joblib": "latest"
},
"task": "text-classification",
"input_example": "This is an example text input.",
"output_example": "spam"
}
|