ia_collab_sentiment / config.json
rodrigorcarmo's picture
feat: including first sentiment model
144e3d3 verified
raw
history blame
549 Bytes
{
"sklearn": {
"environment": [
"scikit-learn=1.5.2"
],
"example_input": {
"data": [
"i loooooooovvvvvveee my kindle not that the dx is cool but the is fantastic in it own right",
"reading my kindle love it lee child is good read",
"ok first assesment of the kindle it fucking rock"
]
},
"model": {
"file": "model.pkl"
},
"model_format": "pickle",
"task": "text-classification"
}
}