File size: 520 Bytes
e49d74a fea0721 e49d74a fea0721 e49d74a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
language: code
tags:
- binary-classification
- model
- evaluation
metrics:
- average_precision: 0.83
- roc_auc: 0.89
---
# Binary Classification Model
## Evaluation Results
**Average Precision:** 0.83
**ROC AUC:** 0.89
## Visualizations
### Precision-Recall Curve
![Precision-Recall Curve](./pr_curve.png)
### ROC Curve
![ROC Curve](./roc_curve.png)
## Output Files and Directories
- 📂 `checkpoint-171/`
- `config.json`
- `model.safetensors`
- `preprocessor_config.json`
- `training_args.bin`
|