File size: 601 Bytes
57c9c50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.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`