GGU-CLF / config.json
philipp-zettl's picture
Upload folder using huggingface_hub
9f090d3 verified
{
"sklearn": {
"environment": [
"scikit-learn=1.5.0"
],
"example_input": {
"data": [
"Dzi\u0119kuj\u0119, wszystko w porz\u0105dku.",
"anata no shinsetsu sa ni oo-i kansha o",
"hast du kurse f\u00fcr industrieelektroniker?"
]
},
"model": {
"file": "GGU-CLF.pkl"
},
"model_format": "pickle",
"task": "text-classification",
"use_intelex": false
}
}