spam-comment-detector / config.json
quantumbit's picture
Create config.json
3638af1 verified
{
"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"
}