onizukal commited on
Commit
9107560
1 Parent(s): b0abeff

End of training

Browse files
Files changed (5) hide show
  1. README.md +95 -0
  2. config.json +60 -0
  3. preprocessor_config.json +28 -0
  4. pytorch_model.bin +3 -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-large-patch16-224
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: Boya1_3Class_SGD_1-e3_20Epoch_Beit-large-224_fold1
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.7654086342655444
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_SGD_1-e3_20Epoch_Beit-large-224_fold1
32
+
33
+ This model is a fine-tuned version of [microsoft/beit-large-patch16-224](https://huggingface.co/microsoft/beit-large-patch16-224) on the imagefolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.5544
36
+ - Accuracy: 0.7654
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: 0.001
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.9015 | 1.0 | 924 | 0.9341 | 0.6112 |
69
+ | 0.8409 | 2.0 | 1848 | 0.7990 | 0.6780 |
70
+ | 0.787 | 3.0 | 2772 | 0.7073 | 0.7116 |
71
+ | 0.638 | 4.0 | 3696 | 0.6605 | 0.7269 |
72
+ | 0.7348 | 5.0 | 4620 | 0.6355 | 0.7355 |
73
+ | 0.5951 | 6.0 | 5544 | 0.6177 | 0.7396 |
74
+ | 0.6333 | 7.0 | 6468 | 0.6036 | 0.7456 |
75
+ | 0.5506 | 8.0 | 7392 | 0.5938 | 0.7491 |
76
+ | 0.5249 | 9.0 | 8316 | 0.5879 | 0.7526 |
77
+ | 0.7137 | 10.0 | 9240 | 0.5788 | 0.7570 |
78
+ | 0.5106 | 11.0 | 10164 | 0.5775 | 0.7575 |
79
+ | 0.6297 | 12.0 | 11088 | 0.5685 | 0.7608 |
80
+ | 0.5637 | 13.0 | 12012 | 0.5647 | 0.7613 |
81
+ | 0.5879 | 14.0 | 12936 | 0.5617 | 0.7632 |
82
+ | 0.4454 | 15.0 | 13860 | 0.5588 | 0.7649 |
83
+ | 0.522 | 16.0 | 14784 | 0.5607 | 0.7630 |
84
+ | 0.551 | 17.0 | 15708 | 0.5549 | 0.7660 |
85
+ | 0.6177 | 18.0 | 16632 | 0.5560 | 0.7641 |
86
+ | 0.5656 | 19.0 | 17556 | 0.5549 | 0.7641 |
87
+ | 0.6413 | 20.0 | 18480 | 0.5544 | 0.7654 |
88
+
89
+
90
+ ### Framework versions
91
+
92
+ - Transformers 4.32.1
93
+ - Pytorch 2.0.1
94
+ - Datasets 2.12.0
95
+ - Tokenizers 0.13.2
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-large-patch16-224",
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": 1024,
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": 4096,
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": 16,
34
+ "num_channels": 3,
35
+ "num_hidden_layers": 24,
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.32.1",
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
+ }
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbcd74bfb912310abb946a42e921c5e67e0e6764ba97046a3887cbd33c07e507
3
+ size 1213789289
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c9084c38820c15a0d68416c72f87c2633230b2ac5039c406706831ca41b16b5
3
+ size 4155