| { | |
| "sklearn": { | |
| "environment": [ | |
| "scikit-learn==1.5.2" | |
| ], | |
| "example_input": { | |
| "data": [ | |
| "In the beginning God created the heavens and the earth." | |
| ] | |
| }, | |
| "model": { | |
| "file": "Latin_vectorizer.joblib" | |
| }, | |
| "model_format": "pickle", | |
| "task": "text-classification" | |
| } | |
| } |