language: code | |
tags: | |
- binary-classification | |
- model | |
- evaluation | |
metrics: | |
- average_precision: 0.94 | |
- roc_auc: 0.89 | |
- best threshold according to F1: 0.92 | |
# Binary Classification Model | |
## Evaluation Results | |
**Average Precision:** 0.94 | |
**ROC AUC:** 0.89 | |
**best threshold according to F1: 0.92 | |
## 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` | |