Ozziey's picture
Update config.json
7d983e8
raw
history blame contribute delete
611 Bytes
{
"sklearn": {
"columns": [
"anger",
"disgust",
"fear",
"joy",
"neutral",
"sadness",
"surprise",
],
"environment": ['scikit-learn="1.0.2."', "numpy"],
"example_input": {
"anger": [0.078],
"disgust": [0.211],
"fear": [0.536],
"joy": [0.005],
"neutral": [0.083],
"sadness": [0.037],
"surprise": [0.050],
},
"model": {"file": "HME_pickle.pkl"},
"task": "tabular-classification",
}
}