code-review-sentiment / config.json
zach
Add trained model and model card
ac81450
{
"model_type": "sklearn-pipeline",
"task": "text-classification",
"labels": {
"0": "negative",
"1": "neutral",
"2": "positive"
},
"features": "tfidf",
"accuracy": 0.3666666666666667
}