File size: 1,333 Bytes
c3d7fe2 b734f03 c3d7fe2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
{
"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_AGE.pkl"
},
"model_format": "pickle",
"task": "tabular-classification"
}
} |