sentiment-api / README.md
mrkharoos-ai's picture
Upload README.md with huggingface_hub
894e44b verified
|
Raw
History Blame Contribute Delete
370 Bytes
---
language: en
license: apache-2.0
tags:
- sentiment-analysis
- text-classification
- distilbert
datasets:
- imdb
pipeline_tag: text-classification
---
# sentiment-api
Fine-tuned DistilBERT for binary sentiment classification.
## Evaluation Results
| Metric | Score |
|--------|-------|
| Accuracy | 0.878 |
| Precision | 0.873 |
| Recall | 0.885 |
| F1 | 0.879 |