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_45
|
| 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.782051282051282
|
| 28 |
+
- name: F1
|
| 29 |
+
type: f1
|
| 30 |
+
value: 0.6733185513673319
|
| 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_45
|
| 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.4752
|
| 41 |
+
- Accuracy: 0.7821
|
| 42 |
+
- F1: 0.6733
|
| 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.5115 | 0.2597 | 20 | 0.5292 | 0.7308 | 0.4222 |
|
| 74 |
+
| 0.4949 | 0.5195 | 40 | 0.5229 | 0.7436 | 0.4708 |
|
| 75 |
+
| 0.4099 | 0.7792 | 60 | 0.4728 | 0.7692 | 0.5568 |
|
| 76 |
+
| 0.4461 | 1.0390 | 80 | 0.4428 | 0.8333 | 0.7247 |
|
| 77 |
+
| 0.4201 | 1.2987 | 100 | 0.4311 | 0.8718 | 0.8120 |
|
| 78 |
+
| 0.3532 | 1.5584 | 120 | 0.4206 | 0.8590 | 0.7886 |
|
| 79 |
+
| 0.3586 | 1.8182 | 140 | 0.4292 | 0.8590 | 0.7886 |
|
| 80 |
+
| 0.3412 | 2.0779 | 160 | 0.4541 | 0.8333 | 0.7247 |
|
| 81 |
+
| 0.2945 | 2.3377 | 180 | 0.4179 | 0.8333 | 0.7606 |
|
| 82 |
+
| 0.2555 | 2.5974 | 200 | 0.4331 | 0.8590 | 0.7886 |
|
| 83 |
+
| 0.2753 | 2.8571 | 220 | 0.4310 | 0.8205 | 0.7367 |
|
| 84 |
+
| 0.2079 | 3.1169 | 240 | 0.4152 | 0.8462 | 0.7833 |
|
| 85 |
+
| 0.217 | 3.3766 | 260 | 0.4157 | 0.8718 | 0.8260 |
|
| 86 |
+
| 0.167 | 3.6364 | 280 | 0.4259 | 0.8590 | 0.8051 |
|
| 87 |
+
| 0.1976 | 3.8961 | 300 | 0.4346 | 0.8462 | 0.7913 |
|
| 88 |
+
| 0.1376 | 4.1558 | 320 | 0.4341 | 0.8462 | 0.7913 |
|
| 89 |
+
| 0.1301 | 4.4156 | 340 | 0.4418 | 0.8462 | 0.7983 |
|
| 90 |
+
| 0.1503 | 4.6753 | 360 | 0.4375 | 0.8590 | 0.8120 |
|
| 91 |
+
| 0.126 | 4.9351 | 380 | 0.4376 | 0.8590 | 0.8120 |
|
| 92 |
+
| 0.098 | 5.1948 | 400 | 0.4310 | 0.8462 | 0.7983 |
|
| 93 |
+
| 0.0675 | 5.4545 | 420 | 0.4545 | 0.8333 | 0.7849 |
|
| 94 |
+
| 0.0618 | 5.7143 | 440 | 0.4587 | 0.8333 | 0.7849 |
|
| 95 |
+
| 0.0572 | 5.9740 | 460 | 0.4629 | 0.8462 | 0.7983 |
|
| 96 |
+
| 0.0283 | 6.2338 | 480 | 0.4778 | 0.8333 | 0.7849 |
|
| 97 |
+
| 0.0337 | 6.4935 | 500 | 0.4820 | 0.8462 | 0.7983 |
|
| 98 |
+
| 0.0416 | 6.7532 | 520 | 0.4794 | 0.8462 | 0.8045 |
|
| 99 |
+
| 0.0535 | 7.0130 | 540 | 0.4811 | 0.8333 | 0.7849 |
|
| 100 |
+
| 0.0146 | 7.2727 | 560 | 0.4780 | 0.8462 | 0.7983 |
|
| 101 |
+
| 0.0205 | 7.5325 | 580 | 0.4889 | 0.8333 | 0.7849 |
|
| 102 |
+
| 0.0118 | 7.7922 | 600 | 0.5004 | 0.8333 | 0.7913 |
|
| 103 |
+
| 0.0148 | 8.0519 | 620 | 0.4974 | 0.8333 | 0.7849 |
|
| 104 |
+
| 0.0078 | 8.3117 | 640 | 0.5009 | 0.8205 | 0.7719 |
|
| 105 |
+
| 0.0101 | 8.5714 | 660 | 0.5079 | 0.8205 | 0.7719 |
|
| 106 |
+
| 0.0042 | 8.8312 | 680 | 0.5178 | 0.8205 | 0.7719 |
|
| 107 |
+
| 0.0047 | 9.0909 | 700 | 0.5186 | 0.8205 | 0.7719 |
|
| 108 |
+
| 0.0029 | 9.3506 | 720 | 0.5217 | 0.8205 | 0.7719 |
|
| 109 |
+
| 0.0042 | 9.6104 | 740 | 0.5238 | 0.8077 | 0.7592 |
|
| 110 |
+
| 0.0038 | 9.8701 | 760 | 0.5246 | 0.8205 | 0.7719 |
|
| 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:5fc0c12a053f9c2600c3790554b87574b4cbae69db5863278ba6b8d4ce222236
|
| 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_17-05-56_ecd069846d98/events.out.tfevents.1731171959.ecd069846d98.31.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1bdbfc4eb176a36a46eb842770a4ed1cedf79eab11893d5bf8a421b8f72f76bf
|
| 3 |
+
size 35513
|
runs/Nov09_17-05-56_ecd069846d98/events.out.tfevents.1731173099.ecd069846d98.31.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65a60ad72ffe19dcf472738b00fb52050708349b6621adc6e793fc589adb2b68
|
| 3 |
+
size 457
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b24b9561a69e17c7a5d4a5e5f1a0ea98a19c452ef34111913dfe4c7b1c960a3
|
| 3 |
+
size 5240
|