vader-sentiment-binary / vader_bin_eval.json
waseemrazakhan's picture
Upload vader_bin_eval.json with huggingface_hub
e73c955 verified
raw
history blame contribute delete
642 Bytes
{
"negative": {
"precision": 0.9022140221402214,
"recall": 0.38686708860759494,
"f1-score": 0.5415282392026578,
"support": 1264.0
},
"positive": {
"precision": 0.6223196881091618,
"recall": 0.9601503759398496,
"f1-score": 0.7551744529863986,
"support": 1330.0
},
"accuracy": 0.6808018504240555,
"macro avg": {
"precision": 0.7622668551246916,
"recall": 0.6735087322737223,
"f1-score": 0.6483513460945283,
"support": 2594.0
},
"weighted avg": {
"precision": 0.7587061330649286,
"recall": 0.6808018504240555,
"f1-score": 0.6510692817363414,
"support": 2594.0
}
}