Add evaluation results and output files to model card
Browse files- README.md +7 -4
- checkpoint-600/config.json +22 -0
- checkpoint-600/model.safetensors +3 -0
- checkpoint-600/optimizer.pt +3 -0
- checkpoint-600/preprocessor_config.json +22 -0
- checkpoint-600/rng_state.pth +3 -0
- checkpoint-600/scheduler.pt +3 -0
- checkpoint-600/trainer_state.json +0 -0
- checkpoint-600/training_args.bin +3 -0
- model.safetensors +1 -1
- pr_curve.png +0 -0
- roc_curve.png +0 -0
README.md
CHANGED
@@ -5,16 +5,19 @@ tags:
|
|
5 |
- model
|
6 |
- evaluation
|
7 |
metrics:
|
8 |
-
- average_precision: 0.
|
9 |
-
- roc_auc: 0.
|
|
|
10 |
---
|
11 |
|
12 |
# Binary Classification Model
|
13 |
|
14 |
## Evaluation Results
|
15 |
|
16 |
-
**Average Precision:** 0.
|
17 |
-
**ROC AUC:** 0.
|
|
|
|
|
18 |
|
19 |
## Visualizations
|
20 |
|
|
|
5 |
- model
|
6 |
- evaluation
|
7 |
metrics:
|
8 |
+
- average_precision: 0.71
|
9 |
+
- roc_auc: 0.81
|
10 |
+
- best threshold according to F1: 0.10
|
11 |
---
|
12 |
|
13 |
# Binary Classification Model
|
14 |
|
15 |
## Evaluation Results
|
16 |
|
17 |
+
**Average Precision:** 0.71
|
18 |
+
**ROC AUC:** 0.81
|
19 |
+
**best threshold according to F1: 0.10
|
20 |
+
|
21 |
|
22 |
## Visualizations
|
23 |
|
checkpoint-600/config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"ViTForImageClassification"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.0,
|
6 |
+
"encoder_stride": 16,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.0,
|
9 |
+
"hidden_size": 256,
|
10 |
+
"image_size": 32,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 512,
|
13 |
+
"layer_norm_eps": 1e-12,
|
14 |
+
"model_type": "vit",
|
15 |
+
"num_attention_heads": 8,
|
16 |
+
"num_channels": 3,
|
17 |
+
"num_hidden_layers": 4,
|
18 |
+
"patch_size": 4,
|
19 |
+
"qkv_bias": true,
|
20 |
+
"torch_dtype": "float32",
|
21 |
+
"transformers_version": "4.46.1"
|
22 |
+
}
|
checkpoint-600/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4384e0ecba0f4bf5d7a39dc0155b7dd469900a742bf76cc6b7169785d4e6b560
|
3 |
+
size 8563512
|
checkpoint-600/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77cd934acf8fcb4c80312480fb4649bc36af639d8ff3f748e7f91dc79d91ec93
|
3 |
+
size 17153594
|
checkpoint-600/preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": false,
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTFeatureExtractor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 32,
|
20 |
+
"width": 32
|
21 |
+
}
|
22 |
+
}
|
checkpoint-600/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8caac1ee02ee187b731ebf24932cb16709edd76b1ed57c006d17d3e8b50f2d9e
|
3 |
+
size 14244
|
checkpoint-600/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a936163db9c4d2313c4be931f56f65cb90356e3c03e6595faecc3cf6891f1459
|
3 |
+
size 1000
|
checkpoint-600/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-600/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:982bbbf0abd9f1c500a97ea56833237ea49d05a2e8ab2d3b817d7d547860902f
|
3 |
+
size 5368
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 8563512
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4384e0ecba0f4bf5d7a39dc0155b7dd469900a742bf76cc6b7169785d4e6b560
|
3 |
size 8563512
|
pr_curve.png
CHANGED
roc_curve.png
CHANGED