distilbert-sentiment-binary / vader_eval_bin.json
waseemrazakhan's picture
Upload vader_eval_bin.json with huggingface_hub
1536d66 verified
raw
history blame contribute delete
914 Bytes
{
"report": {
"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
}
},
"conf_summary": {
"count": 2594.0,
"mean": 0.5883655744024672,
"std": 0.31197742102372406,
"min": 0.0,
"25%": 0.3612,
"50%": 0.64015,
"75%": 0.867275,
"max": 0.9998
}
}