File size: 601 Bytes
043ae68 32d2344 043ae68 405a546 043ae68 405a546 043ae68 405a546 32d2344 405a546 043ae68 405a546 043ae68 405a546 043ae68 405a546 043ae68 405a546 043ae68 |
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 35 36 37 |
---
language: code
tags:
- binary-classification
- model
- evaluation
metrics:
- average_precision: 0.69
- roc_auc: 0.80
- best threshold according to F1: 0.49
---
# Binary Classification Model
## Evaluation Results
**Average Precision:** 0.69
**ROC AUC:** 0.80
**best threshold according to F1: 0.49
## Visualizations
### Precision-Recall Curve

### ROC Curve

## Output Files and Directories
- 📂 `checkpoint-171/`
- `config.json`
- `model.safetensors`
- `preprocessor_config.json`
- `training_args.bin`
|