FelipeCasali-USP's picture
Update config.json
1c3f2a7
{
"sklearn": {
"columns": [
"Data",
"Classifier",
"Tag"
],
"environment": [
"scikit-learn=1.0.2"
],
"example_input": {
"Classifier": [
"cnpj",
"cnpj",
"cnpj"
],
"Data": [
"89094553000180",
"56321179000190",
"71685006000196"
],
"Tag": [
0,
0,
0
]
},
"model": {
"file": "skops-kwpjljh4.pkl"
},
"model_format": "pickle",
"task": "text-classification",
"use_intelex": false
}
}