File size: 403 Bytes
5390649
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "sklearn": {
        "environment": [
            "scikit-learn==1.5.2"
        ],
        "example_input": {
            "data": [
                "In the beginning God created the heavens and the earth."
            ]
        },
        "model": {
            "file": "Latin_model.joblib"
        },
        "model_format": "pickle",
        "task": "text-classification"
    }
}