File size: 601 Bytes
8f3f9f2
 
 
 
 
 
 
93f2955
 
 
8f3f9f2
 
 
 
 
 
93f2955
 
 
8f3f9f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.71
  - roc_auc: 0.67
  - best threshold according to F1: 0.06
---

# Binary Classification Model

## Evaluation Results

**Average Precision:** 0.71  
**ROC AUC:** 0.67
**best threshold according to F1: 0.06


## 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`