File size: 372 Bytes
3801944
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "sklearn": {
        "environment": [
            "scikit-learn",
            "joblib"
        ],
        "example_input": {
            "data": [
                "Isso \u00e9 um teste"
            ]
        },
        "model": {
            "file": "reg.joblib"
        },
        "model_format": "pickle",
        "task": "text-regression"
    }
}