poet-type-model / config.json
Ozziey's picture
Upload . with huggingface_hub
ccffc92
{
"sklearn": {
"columns": [
"anger",
"disgust",
"fear",
"joy",
"neutral",
"sadness",
"surprise"
],
"environment": [
"scikit-learn=\"1.0.2\""
],
"example_input": {
"anger": [
0.13340177,
0.26429585,
0.75805366
],
"disgust": [
0.07661828,
0.14570697,
0.21044387
],
"fear": [
0.094705686,
0.057977196,
0.003689876
],
"joy": [
0.006762238,
0.2627153,
0.001755206
],
"neutral": [
0.03295978,
0.019884355,
0.013996695
],
"sadness": [
0.6507381,
0.24445744,
0.011482558
],
"surprise": [
0.004814104,
0.00496282,
0.000578273
]
},
"model": {
"file": "Pickle_HME_Model.pkl"
},
"model_format": "pickle",
"task": "tabular-classification"
}
}