Commit
·
0db5bc0
1
Parent(s):
3f1335f
Add evaluation results and output files to model card
Browse files- README.md +6 -6
- checkpoint-1384/config.json +23 -0
- checkpoint-1384/model.safetensors +3 -0
- checkpoint-1384/optimizer.pt +3 -0
- checkpoint-1384/preprocessor_config.json +23 -0
- checkpoint-1384/rng_state.pth +3 -0
- checkpoint-1384/scheduler.pt +3 -0
- checkpoint-1384/trainer_state.json +0 -0
- checkpoint-1384/training_args.bin +3 -0
- model.safetensors +1 -1
- pr_curve.png +0 -0
- roc_curve.png +0 -0
- training_args.bin +2 -2
README.md
CHANGED
@@ -5,18 +5,18 @@ tags:
|
|
5 |
- model
|
6 |
- evaluation
|
7 |
metrics:
|
8 |
-
- average_precision: 0.
|
9 |
-
- roc_auc: 0.
|
10 |
-
- best threshold according to F1: 0.
|
11 |
---
|
12 |
|
13 |
# Binary Classification Model
|
14 |
|
15 |
## Evaluation Results
|
16 |
|
17 |
-
**Average Precision:** 0.
|
18 |
-
**ROC AUC:** 0.
|
19 |
-
**best threshold according to F1: 0.
|
20 |
|
21 |
|
22 |
## Visualizations
|
|
|
5 |
- model
|
6 |
- evaluation
|
7 |
metrics:
|
8 |
+
- average_precision: 0.96
|
9 |
+
- roc_auc: 0.94
|
10 |
+
- best threshold according to F1: 0.30
|
11 |
---
|
12 |
|
13 |
# Binary Classification Model
|
14 |
|
15 |
## Evaluation Results
|
16 |
|
17 |
+
**Average Precision:** 0.96
|
18 |
+
**ROC AUC:** 0.94
|
19 |
+
**best threshold according to F1: 0.30
|
20 |
|
21 |
|
22 |
## Visualizations
|
checkpoint-1384/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-1384/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99319d51e8cf0facc1c592d36f33eedf419c299f2a2862cb2906d20a4912d97c
|
3 |
+
size 8760128
|
checkpoint-1384/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c681e32553dccd171114911d33dfc246400c83a467bb60ad110530287614f13d
|
3 |
+
size 17564858
|
checkpoint-1384/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-1384/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7391daa4b215673f40ee9f2f21b2fada20d658f39ea15345664046b5980774e8
|
3 |
+
size 14244
|
checkpoint-1384/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a380f604cb5fc299fed3f8706917adf8132aa7fc4509af50b351124160c03afe
|
3 |
+
size 1064
|
checkpoint-1384/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1384/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:533942e4c51378a0ec0b57c4b2c984691303160f66d5ab43e15a964dc09f965e
|
3 |
+
size 5432
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 8760128
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb87fedae2e556c6ed432f3f6304b5fbcb6f36bfcf1a1b86ab7742ebf8c70899
|
3 |
size 8760128
|
pr_curve.png
CHANGED
![]() |
![]() |
roc_curve.png
CHANGED
![]() |
![]() |
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:533942e4c51378a0ec0b57c4b2c984691303160f66d5ab43e15a964dc09f965e
|
3 |
+
size 5432
|