b07611031 commited on
Commit
bbea1d9
1 Parent(s): eec5288

End of training

Browse files
Files changed (5) hide show
  1. README.md +104 -0
  2. config.json +118 -0
  3. model.safetensors +3 -0
  4. preprocessor_config.json +22 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: microsoft/cvt-21-384-22k
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: cvt-21-384-22k-finetuned-LeafBack
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: validation
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.961038961038961
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
+ # cvt-21-384-22k-finetuned-LeafBack
32
+
33
+ This model is a fine-tuned version of [microsoft/cvt-21-384-22k](https://huggingface.co/microsoft/cvt-21-384-22k) on the imagefolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.1357
36
+ - Accuracy: 0.9610
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: 2e-05
56
+ - train_batch_size: 40
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
+ - num_epochs: 30
62
+
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | No log | 1.0 | 16 | 0.4915 | 0.7662 |
68
+ | No log | 2.0 | 32 | 0.4215 | 0.7922 |
69
+ | No log | 3.0 | 48 | 0.3265 | 0.8831 |
70
+ | No log | 4.0 | 64 | 0.2275 | 0.8961 |
71
+ | No log | 5.0 | 80 | 0.2464 | 0.8571 |
72
+ | No log | 6.0 | 96 | 0.2023 | 0.9091 |
73
+ | No log | 7.0 | 112 | 0.2282 | 0.8961 |
74
+ | No log | 8.0 | 128 | 0.1933 | 0.9091 |
75
+ | No log | 9.0 | 144 | 0.2563 | 0.8701 |
76
+ | No log | 10.0 | 160 | 0.1911 | 0.9091 |
77
+ | No log | 11.0 | 176 | 0.2113 | 0.9351 |
78
+ | No log | 12.0 | 192 | 0.1680 | 0.9221 |
79
+ | No log | 13.0 | 208 | 0.2042 | 0.9351 |
80
+ | No log | 14.0 | 224 | 0.1466 | 0.9221 |
81
+ | No log | 15.0 | 240 | 0.1277 | 0.9351 |
82
+ | No log | 16.0 | 256 | 0.1558 | 0.9351 |
83
+ | No log | 17.0 | 272 | 0.1407 | 0.9221 |
84
+ | No log | 18.0 | 288 | 0.1538 | 0.9351 |
85
+ | No log | 19.0 | 304 | 0.1735 | 0.9221 |
86
+ | No log | 20.0 | 320 | 0.1640 | 0.9481 |
87
+ | No log | 21.0 | 336 | 0.1774 | 0.9221 |
88
+ | No log | 22.0 | 352 | 0.1369 | 0.9481 |
89
+ | No log | 23.0 | 368 | 0.1503 | 0.9481 |
90
+ | No log | 24.0 | 384 | 0.2836 | 0.9221 |
91
+ | No log | 25.0 | 400 | 0.1777 | 0.9221 |
92
+ | No log | 26.0 | 416 | 0.1820 | 0.9351 |
93
+ | No log | 27.0 | 432 | 0.1260 | 0.9481 |
94
+ | No log | 28.0 | 448 | 0.1539 | 0.9221 |
95
+ | No log | 29.0 | 464 | 0.1622 | 0.9481 |
96
+ | No log | 30.0 | 480 | 0.1357 | 0.9610 |
97
+
98
+
99
+ ### Framework versions
100
+
101
+ - Transformers 4.38.1
102
+ - Pytorch 1.10.0+cu111
103
+ - Datasets 2.17.1
104
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/cvt-21-384-22k",
3
+ "architectures": [
4
+ "CvtForImageClassification"
5
+ ],
6
+ "attention_drop_rate": [
7
+ 0.0,
8
+ 0.0,
9
+ 0.0
10
+ ],
11
+ "cls_token": [
12
+ false,
13
+ false,
14
+ true
15
+ ],
16
+ "depth": [
17
+ 1,
18
+ 4,
19
+ 16
20
+ ],
21
+ "drop_path_rate": [
22
+ 0.0,
23
+ 0.0,
24
+ 0.1
25
+ ],
26
+ "drop_rate": [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0
30
+ ],
31
+ "embed_dim": [
32
+ 64,
33
+ 192,
34
+ 384
35
+ ],
36
+ "id2label": {
37
+ "0": "leafmold",
38
+ "1": "powdery"
39
+ },
40
+ "image_size": 384,
41
+ "initializer_range": 0.02,
42
+ "kernel_qkv": [
43
+ 3,
44
+ 3,
45
+ 3
46
+ ],
47
+ "label2id": {
48
+ "leafmold": 0,
49
+ "powdery": 1
50
+ },
51
+ "layer_norm_eps": 1e-12,
52
+ "mlp_ratio": [
53
+ 4.0,
54
+ 4.0,
55
+ 4.0
56
+ ],
57
+ "model_type": "cvt",
58
+ "num_channels": 3,
59
+ "num_heads": [
60
+ 1,
61
+ 3,
62
+ 6
63
+ ],
64
+ "num_stages": 3,
65
+ "padding_kv": [
66
+ 1,
67
+ 1,
68
+ 1
69
+ ],
70
+ "padding_q": [
71
+ 1,
72
+ 1,
73
+ 1
74
+ ],
75
+ "patch_padding": [
76
+ 2,
77
+ 1,
78
+ 1
79
+ ],
80
+ "patch_sizes": [
81
+ 7,
82
+ 3,
83
+ 3
84
+ ],
85
+ "patch_stride": [
86
+ 4,
87
+ 2,
88
+ 2
89
+ ],
90
+ "pos_embed": [
91
+ false,
92
+ false,
93
+ false
94
+ ],
95
+ "problem_type": "single_label_classification",
96
+ "qkv_bias": [
97
+ true,
98
+ true,
99
+ true
100
+ ],
101
+ "qkv_projection_method": [
102
+ "dw_bn",
103
+ "dw_bn",
104
+ "dw_bn"
105
+ ],
106
+ "stride_kv": [
107
+ 2,
108
+ 2,
109
+ 2
110
+ ],
111
+ "stride_q": [
112
+ 1,
113
+ 1,
114
+ 1
115
+ ],
116
+ "torch_dtype": "float32",
117
+ "transformers_version": "4.38.1"
118
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a64c1eb9a7f8b772af61f5ffccc7e652247204d575f8e464066ce5fd461518d
3
+ size 125239600
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb9ffd94d6925b028b92abd739ad5b911adbae1c5aea2124824d7fc25c1dea5b
3
+ size 4399