ia_collab_sentiment / config.json
rodrigorcarmo's picture
refactor: changing from sklearn model to pipeline
db74a49 verified
raw
history blame contribute delete
571 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": "pipeline_sentiment_analysis.pkl"
},
"model_format": "pickle",
"task": "text-classification"
}
}