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