Commit
·
bab815b
1
Parent(s):
d6e8d1c
Add evaluation results and output files to model card
Browse files- README.md +36 -0
- checkpoint-721/config.json +23 -0
- checkpoint-721/model.safetensors +3 -0
- checkpoint-721/optimizer.pt +3 -0
- checkpoint-721/preprocessor_config.json +23 -0
- checkpoint-721/rng_state.pth +3 -0
- checkpoint-721/scheduler.pt +3 -0
- checkpoint-721/trainer_state.json +0 -0
- checkpoint-721/training_args.bin +3 -0
- config.json +23 -0
- model.safetensors +3 -0
- pr_curve.png +0 -0
- preprocessor_config.json +23 -0
- roc_curve.png +0 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: code
|
3 |
+
tags:
|
4 |
+
- binary-classification
|
5 |
+
- model
|
6 |
+
- evaluation
|
7 |
+
metrics:
|
8 |
+
- average_precision: 0.97
|
9 |
+
- roc_auc: 0.95
|
10 |
+
- best threshold according to F1: 0.22
|
11 |
+
---
|
12 |
+
|
13 |
+
# Binary Classification Model
|
14 |
+
|
15 |
+
## Evaluation Results
|
16 |
+
|
17 |
+
**Average Precision:** 0.97
|
18 |
+
**ROC AUC:** 0.95
|
19 |
+
**best threshold according to F1: 0.22
|
20 |
+
|
21 |
+
|
22 |
+
## Visualizations
|
23 |
+
|
24 |
+
### Precision-Recall Curve
|
25 |
+

|
26 |
+
|
27 |
+
### ROC Curve
|
28 |
+

|
29 |
+
|
30 |
+
## Output Files and Directories
|
31 |
+
|
32 |
+
- 📂 `checkpoint-171/`
|
33 |
+
- `config.json`
|
34 |
+
- `model.safetensors`
|
35 |
+
- `preprocessor_config.json`
|
36 |
+
- `training_args.bin`
|
checkpoint-721/config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "GenetikaPlus/binary_classification_model_v3.1.5_Junction_batch2",
|
3 |
+
"architectures": [
|
4 |
+
"ViTForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"encoder_stride": 16,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 256,
|
11 |
+
"image_size": 64,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 512,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"model_type": "vit",
|
16 |
+
"num_attention_heads": 8,
|
17 |
+
"num_channels": 3,
|
18 |
+
"num_hidden_layers": 4,
|
19 |
+
"patch_size": 4,
|
20 |
+
"qkv_bias": true,
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.48.0"
|
23 |
+
}
|
checkpoint-721/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64d7ef56d2ba3d7022673c9adf9b9757fdb21a75af6b6e9a4aabd27c7c114ce7
|
3 |
+
size 8760128
|
checkpoint-721/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b9356417069e774587d9420835d4725d7f68dd0662037479203aad51c5387d6
|
3 |
+
size 17564858
|
checkpoint-721/preprocessor_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": null,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": false,
|
6 |
+
"image_mean": [
|
7 |
+
0.5,
|
8 |
+
0.5,
|
9 |
+
0.5
|
10 |
+
],
|
11 |
+
"image_processor_type": "ViTFeatureExtractor",
|
12 |
+
"image_std": [
|
13 |
+
0.5,
|
14 |
+
0.5,
|
15 |
+
0.5
|
16 |
+
],
|
17 |
+
"resample": 2,
|
18 |
+
"rescale_factor": 0.00392156862745098,
|
19 |
+
"size": {
|
20 |
+
"height": 32,
|
21 |
+
"width": 32
|
22 |
+
}
|
23 |
+
}
|
checkpoint-721/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9d5c6932a6c1615267d9f3affb444bdbb2ebced616bd8dac436bad1249713b2
|
3 |
+
size 14244
|
checkpoint-721/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3717d054f923df917f5cc838cf36306bfaa891b1e89af3a5d0d99163ec06bec7
|
3 |
+
size 1064
|
checkpoint-721/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-721/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:729c98a3454f877bb02e02eb03a9afd37d090de798b73cc3e798ca5a6e30396b
|
3 |
+
size 5432
|
config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "GenetikaPlus/binary_classification_model_v3.1.5_Junction_batch2",
|
3 |
+
"architectures": [
|
4 |
+
"ViTForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"encoder_stride": 16,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 256,
|
11 |
+
"image_size": 64,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 512,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"model_type": "vit",
|
16 |
+
"num_attention_heads": 8,
|
17 |
+
"num_channels": 3,
|
18 |
+
"num_hidden_layers": 4,
|
19 |
+
"patch_size": 4,
|
20 |
+
"qkv_bias": true,
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.48.0"
|
23 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a26d4ca633a44129cd99bf4ad184c2ad4360b424c59538e17247fca6f94829a0
|
3 |
+
size 8760128
|
pr_curve.png
ADDED
![]() |
preprocessor_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": null,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": false,
|
6 |
+
"image_mean": [
|
7 |
+
0.5,
|
8 |
+
0.5,
|
9 |
+
0.5
|
10 |
+
],
|
11 |
+
"image_processor_type": "ViTFeatureExtractor",
|
12 |
+
"image_std": [
|
13 |
+
0.5,
|
14 |
+
0.5,
|
15 |
+
0.5
|
16 |
+
],
|
17 |
+
"resample": 2,
|
18 |
+
"rescale_factor": 0.00392156862745098,
|
19 |
+
"size": {
|
20 |
+
"height": 32,
|
21 |
+
"width": 32
|
22 |
+
}
|
23 |
+
}
|
roc_curve.png
ADDED
![]() |
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:729c98a3454f877bb02e02eb03a9afd37d090de798b73cc3e798ca5a6e30396b
|
3 |
+
size 5432
|