End of training
Browse files
README.md
ADDED
@@ -0,0 +1,118 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: google/vit-base-patch16-224
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- medmnist-v2
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
- f1
|
12 |
+
model-index:
|
13 |
+
- name: ViT_breastmnist_std_15
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
name: Image Classification
|
17 |
+
type: image-classification
|
18 |
+
dataset:
|
19 |
+
name: medmnist-v2
|
20 |
+
type: medmnist-v2
|
21 |
+
config: breastmnist
|
22 |
+
split: validation
|
23 |
+
args: breastmnist
|
24 |
+
metrics:
|
25 |
+
- name: Accuracy
|
26 |
+
type: accuracy
|
27 |
+
value: 0.7884615384615384
|
28 |
+
- name: F1
|
29 |
+
type: f1
|
30 |
+
value: 0.6551215917464996
|
31 |
+
---
|
32 |
+
|
33 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
34 |
+
should probably proofread and complete it, then remove this comment. -->
|
35 |
+
|
36 |
+
# ViT_breastmnist_std_15
|
37 |
+
|
38 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the medmnist-v2 dataset.
|
39 |
+
It achieves the following results on the evaluation set:
|
40 |
+
- Loss: 0.4504
|
41 |
+
- Accuracy: 0.7885
|
42 |
+
- F1: 0.6551
|
43 |
+
|
44 |
+
## Model description
|
45 |
+
|
46 |
+
More information needed
|
47 |
+
|
48 |
+
## Intended uses & limitations
|
49 |
+
|
50 |
+
More information needed
|
51 |
+
|
52 |
+
## Training and evaluation data
|
53 |
+
|
54 |
+
More information needed
|
55 |
+
|
56 |
+
## Training procedure
|
57 |
+
|
58 |
+
### Training hyperparameters
|
59 |
+
|
60 |
+
The following hyperparameters were used during training:
|
61 |
+
- learning_rate: 2e-05
|
62 |
+
- train_batch_size: 64
|
63 |
+
- eval_batch_size: 16
|
64 |
+
- seed: 42
|
65 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
66 |
+
- lr_scheduler_type: linear
|
67 |
+
- num_epochs: 10
|
68 |
+
|
69 |
+
### Training results
|
70 |
+
|
71 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
72 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
|
73 |
+
| 0.4628 | 0.2597 | 20 | 0.4724 | 0.7821 | 0.5951 |
|
74 |
+
| 0.3645 | 0.5195 | 40 | 0.3994 | 0.8590 | 0.7786 |
|
75 |
+
| 0.2744 | 0.7792 | 60 | 0.4429 | 0.8462 | 0.7524 |
|
76 |
+
| 0.3004 | 1.0390 | 80 | 0.3893 | 0.8590 | 0.7886 |
|
77 |
+
| 0.2153 | 1.2987 | 100 | 0.4120 | 0.8462 | 0.7641 |
|
78 |
+
| 0.1593 | 1.5584 | 120 | 0.4542 | 0.8590 | 0.7786 |
|
79 |
+
| 0.1189 | 1.8182 | 140 | 0.3911 | 0.8718 | 0.8120 |
|
80 |
+
| 0.1139 | 2.0779 | 160 | 0.4154 | 0.8590 | 0.7886 |
|
81 |
+
| 0.0707 | 2.3377 | 180 | 0.4517 | 0.8590 | 0.7886 |
|
82 |
+
| 0.0482 | 2.5974 | 200 | 0.4824 | 0.8718 | 0.8034 |
|
83 |
+
| 0.0499 | 2.8571 | 220 | 0.4408 | 0.8462 | 0.7743 |
|
84 |
+
| 0.0195 | 3.1169 | 240 | 0.4874 | 0.8462 | 0.7743 |
|
85 |
+
| 0.0146 | 3.3766 | 260 | 0.4723 | 0.8718 | 0.8120 |
|
86 |
+
| 0.0141 | 3.6364 | 280 | 0.5117 | 0.8590 | 0.7886 |
|
87 |
+
| 0.017 | 3.8961 | 300 | 0.6032 | 0.8462 | 0.7743 |
|
88 |
+
| 0.0052 | 4.1558 | 320 | 0.5948 | 0.8590 | 0.7886 |
|
89 |
+
| 0.005 | 4.4156 | 340 | 0.5897 | 0.8590 | 0.7886 |
|
90 |
+
| 0.0039 | 4.6753 | 360 | 0.5729 | 0.8462 | 0.7743 |
|
91 |
+
| 0.0088 | 4.9351 | 380 | 0.5623 | 0.8462 | 0.7743 |
|
92 |
+
| 0.0104 | 5.1948 | 400 | 0.4814 | 0.8718 | 0.8194 |
|
93 |
+
| 0.0012 | 5.4545 | 420 | 0.5039 | 0.8718 | 0.8194 |
|
94 |
+
| 0.001 | 5.7143 | 440 | 0.5268 | 0.8718 | 0.8120 |
|
95 |
+
| 0.001 | 5.9740 | 460 | 0.5435 | 0.8590 | 0.7886 |
|
96 |
+
| 0.0007 | 6.2338 | 480 | 0.5435 | 0.8462 | 0.7743 |
|
97 |
+
| 0.0007 | 6.4935 | 500 | 0.5373 | 0.8590 | 0.7974 |
|
98 |
+
| 0.0006 | 6.7532 | 520 | 0.5745 | 0.8590 | 0.7886 |
|
99 |
+
| 0.0007 | 7.0130 | 540 | 0.5674 | 0.8462 | 0.7743 |
|
100 |
+
| 0.0004 | 7.2727 | 560 | 0.5826 | 0.8462 | 0.7743 |
|
101 |
+
| 0.0006 | 7.5325 | 580 | 0.5663 | 0.8462 | 0.7743 |
|
102 |
+
| 0.0006 | 7.7922 | 600 | 0.5751 | 0.8462 | 0.7743 |
|
103 |
+
| 0.0005 | 8.0519 | 620 | 0.5851 | 0.8462 | 0.7743 |
|
104 |
+
| 0.0004 | 8.3117 | 640 | 0.5782 | 0.8462 | 0.7743 |
|
105 |
+
| 0.0004 | 8.5714 | 660 | 0.5875 | 0.8462 | 0.7743 |
|
106 |
+
| 0.0004 | 8.8312 | 680 | 0.5939 | 0.8462 | 0.7743 |
|
107 |
+
| 0.0004 | 9.0909 | 700 | 0.5934 | 0.8462 | 0.7743 |
|
108 |
+
| 0.0004 | 9.3506 | 720 | 0.5925 | 0.8462 | 0.7743 |
|
109 |
+
| 0.0004 | 9.6104 | 740 | 0.5930 | 0.8462 | 0.7743 |
|
110 |
+
| 0.0004 | 9.8701 | 760 | 0.5945 | 0.8462 | 0.7743 |
|
111 |
+
|
112 |
+
|
113 |
+
### Framework versions
|
114 |
+
|
115 |
+
- Transformers 4.45.1
|
116 |
+
- Pytorch 2.4.0
|
117 |
+
- Datasets 3.0.1
|
118 |
+
- Tokenizers 0.20.0
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-224",
|
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": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "malignant",
|
13 |
+
"1": "normal, benign"
|
14 |
+
},
|
15 |
+
"image_size": 224,
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 3072,
|
18 |
+
"label2id": {
|
19 |
+
"malignant": "0",
|
20 |
+
"normal, benign": "1"
|
21 |
+
},
|
22 |
+
"layer_norm_eps": 1e-12,
|
23 |
+
"model_type": "vit",
|
24 |
+
"num_attention_heads": 12,
|
25 |
+
"num_channels": 3,
|
26 |
+
"num_hidden_layers": 12,
|
27 |
+
"patch_size": 16,
|
28 |
+
"problem_type": "single_label_classification",
|
29 |
+
"qkv_bias": true,
|
30 |
+
"torch_dtype": "float32",
|
31 |
+
"transformers_version": "4.45.1"
|
32 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27a4000f1dd770319ae1e08663db3e846904a4fd545af2909a0978e2efaa7059
|
3 |
+
size 343223968
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
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": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
runs/Nov09_16-06-15_e4df77beffc3/events.out.tfevents.1731168377.e4df77beffc3.30.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8147e9b5617b183aa9b076e14c2d0286d7af6ea4334def9a4171e2c7e70d33b0
|
3 |
+
size 35513
|
runs/Nov09_16-06-15_e4df77beffc3/events.out.tfevents.1731169524.e4df77beffc3.30.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:993d9d5c394dab9cf64b7d2d244c3dbb9be89f9f3376c7fb5546af7a06c71dbf
|
3 |
+
size 457
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b70a96cb420d4e917cb068642b5d5012ab4e9159f7b52f3aa5952f3c0b8119fc
|
3 |
+
size 5240
|