distilbert-sentiment-binary / distilbert_bin_eval.json
waseemrazakhan's picture
Upload distilbert_bin_eval.json with huggingface_hub
9b73384 verified
raw
history blame contribute delete
641 Bytes
{
"negative": {
"precision": 0.9485179407176287,
"recall": 0.9620253164556962,
"f1-score": 0.9552238805970149,
"support": 1264.0
},
"positive": {
"precision": 0.9634146341463414,
"recall": 0.9503759398496241,
"f1-score": 0.9568508705526116,
"support": 1330.0
},
"accuracy": 0.9560524286815728,
"macro avg": {
"precision": 0.9559662874319851,
"recall": 0.9562006281526602,
"f1-score": 0.9560373755748133,
"support": 2594.0
},
"weighted avg": {
"precision": 0.9561557981810781,
"recall": 0.9560524286815728,
"f1-score": 0.9560580735966077,
"support": 2594.0
}
}