onizukal commited on
Commit
19ac9d6
1 Parent(s): 14e30ca

End of training

Browse files
Files changed (5) hide show
  1. README.md +95 -0
  2. config.json +60 -0
  3. model.safetensors +3 -0
  4. preprocessor_config.json +28 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: microsoft/beit-base-patch16-224-pt22k-ft22k
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: Boya1_3Class_RMSprop_1-e5_20Epoch_Beit-base-patch16_fold2
12
+ results:
13
+ - task:
14
+ name: Image Classification
15
+ type: image-classification
16
+ dataset:
17
+ name: imagefolder
18
+ type: imagefolder
19
+ config: default
20
+ split: test
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.8232432432432433
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # Boya1_3Class_RMSprop_1-e5_20Epoch_Beit-base-patch16_fold2
32
+
33
+ This model is a fine-tuned version of [microsoft/beit-base-patch16-224-pt22k-ft22k](https://huggingface.co/microsoft/beit-base-patch16-224-pt22k-ft22k) on the imagefolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.7644
36
+ - Accuracy: 0.8232
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 1e-05
56
+ - train_batch_size: 16
57
+ - eval_batch_size: 16
58
+ - seed: 42
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - lr_scheduler_warmup_ratio: 0.1
62
+ - num_epochs: 20
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
68
+ | 0.4974 | 1.0 | 923 | 0.5529 | 0.7873 |
69
+ | 0.4125 | 2.0 | 1846 | 0.4400 | 0.8268 |
70
+ | 0.2808 | 3.0 | 2769 | 0.5196 | 0.8368 |
71
+ | 0.1527 | 4.0 | 3692 | 0.5655 | 0.8330 |
72
+ | 0.1865 | 5.0 | 4615 | 0.8608 | 0.8173 |
73
+ | 0.0741 | 6.0 | 5538 | 1.0784 | 0.8203 |
74
+ | 0.0819 | 7.0 | 6461 | 1.3435 | 0.8214 |
75
+ | 0.0017 | 8.0 | 7384 | 1.5429 | 0.8286 |
76
+ | 0.1022 | 9.0 | 8307 | 1.5116 | 0.8186 |
77
+ | 0.0532 | 10.0 | 9230 | 1.6291 | 0.8216 |
78
+ | 0.062 | 11.0 | 10153 | 1.6075 | 0.8227 |
79
+ | 0.0034 | 12.0 | 11076 | 1.6033 | 0.8278 |
80
+ | 0.0602 | 13.0 | 11999 | 1.6450 | 0.83 |
81
+ | 0.0052 | 14.0 | 12922 | 1.7169 | 0.8241 |
82
+ | 0.0005 | 15.0 | 13845 | 1.7681 | 0.8241 |
83
+ | 0.0002 | 16.0 | 14768 | 1.7020 | 0.8308 |
84
+ | 0.0 | 17.0 | 15691 | 1.7773 | 0.8286 |
85
+ | 0.0465 | 18.0 | 16614 | 1.7601 | 0.8249 |
86
+ | 0.0 | 19.0 | 17537 | 1.7672 | 0.8276 |
87
+ | 0.0006 | 20.0 | 18460 | 1.7644 | 0.8232 |
88
+
89
+
90
+ ### Framework versions
91
+
92
+ - Transformers 4.35.0
93
+ - Pytorch 2.1.0
94
+ - Datasets 2.14.6
95
+ - Tokenizers 0.14.1
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
3
+ "architectures": [
4
+ "BeitForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_channels": 256,
8
+ "auxiliary_concat_input": false,
9
+ "auxiliary_loss_weight": 0.4,
10
+ "auxiliary_num_convs": 1,
11
+ "drop_path_rate": 0.1,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.0,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "HeadAbnormalities",
17
+ "1": "NeckAbnormalities",
18
+ "2": "Normal",
19
+ "3": "TailAbnormalities"
20
+ },
21
+ "image_size": 224,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "HeadAbnormalities": "0",
26
+ "NeckAbnormalities": "1",
27
+ "Normal": "2",
28
+ "TailAbnormalities": "3"
29
+ },
30
+ "layer_norm_eps": 1e-12,
31
+ "layer_scale_init_value": 0.1,
32
+ "model_type": "beit",
33
+ "num_attention_heads": 12,
34
+ "num_channels": 3,
35
+ "num_hidden_layers": 12,
36
+ "out_indices": [
37
+ 3,
38
+ 5,
39
+ 7,
40
+ 11
41
+ ],
42
+ "patch_size": 16,
43
+ "pool_scales": [
44
+ 1,
45
+ 2,
46
+ 3,
47
+ 6
48
+ ],
49
+ "problem_type": "single_label_classification",
50
+ "semantic_loss_ignore_index": 255,
51
+ "torch_dtype": "float32",
52
+ "transformers_version": "4.35.0",
53
+ "use_absolute_position_embeddings": false,
54
+ "use_auxiliary_head": true,
55
+ "use_mask_token": false,
56
+ "use_mean_pooling": true,
57
+ "use_relative_position_bias": true,
58
+ "use_shared_relative_position_bias": false,
59
+ "vocab_size": 8192
60
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daeddc686df36436c3443a855ba2b79dc7baec58b399da4e87cbee8223b17017
3
+ size 343086480
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "image_processor_type": "BeitImageProcessor",
17
+ "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "resample": 2,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "height": 224,
26
+ "width": 224
27
+ }
28
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b24bb04a4babce371c602243150fb207efdf6158e607cb1ab15219a8eff21bb0
3
+ size 4704