{ | |
"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" | |
} | |
} |