ZivKassnerNK's picture
Add evaluation results and output files to model card
e9f3c4b
---
language: code
tags:
- binary-classification
- model
- evaluation
metrics:
- average_precision: 0.96
- roc_auc: 0.94
- best threshold according to F1: 0.37
---
# Binary Classification Model
## Evaluation Results
**Average Precision:** 0.96
**ROC AUC:** 0.94
**Best Threshold (F1 Score):** 0.37
## 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`