raffaelsiregar commited on
Commit
e26ccf2
·
verified ·
1 Parent(s): 4a3f92a

End of training

Browse files
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: results
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # results
18
+
19
+ This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0763
22
+ - Accuracy: 0.9743
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0002
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 32
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 5
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 0.4379 | 1.0 | 249 | 0.2430 | 0.93 |
54
+ | 0.1998 | 2.0 | 498 | 0.1380 | 0.9514 |
55
+ | 0.0739 | 3.0 | 747 | 0.1008 | 0.9614 |
56
+ | 0.0135 | 4.0 | 996 | 0.0834 | 0.9671 |
57
+ | 0.0036 | 5.0 | 1245 | 0.0763 | 0.9743 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.44.2
63
+ - Pytorch 2.4.1+cu121
64
+ - Datasets 3.0.1
65
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5",
18
+ "6": "LABEL_6",
19
+ "7": "LABEL_7",
20
+ "8": "LABEL_8",
21
+ "9": "LABEL_9",
22
+ "10": "LABEL_10",
23
+ "11": "LABEL_11",
24
+ "12": "LABEL_12",
25
+ "13": "LABEL_13",
26
+ "14": "LABEL_14",
27
+ "15": "LABEL_15",
28
+ "16": "LABEL_16",
29
+ "17": "LABEL_17",
30
+ "18": "LABEL_18",
31
+ "19": "LABEL_19",
32
+ "20": "LABEL_20",
33
+ "21": "LABEL_21",
34
+ "22": "LABEL_22",
35
+ "23": "LABEL_23",
36
+ "24": "LABEL_24",
37
+ "25": "LABEL_25",
38
+ "26": "LABEL_26",
39
+ "27": "LABEL_27",
40
+ "28": "LABEL_28",
41
+ "29": "LABEL_29",
42
+ "30": "LABEL_30",
43
+ "31": "LABEL_31",
44
+ "32": "LABEL_32",
45
+ "33": "LABEL_33",
46
+ "34": "LABEL_34",
47
+ "35": "LABEL_35",
48
+ "36": "LABEL_36",
49
+ "37": "LABEL_37",
50
+ "38": "LABEL_38",
51
+ "39": "LABEL_39",
52
+ "40": "LABEL_40",
53
+ "41": "LABEL_41",
54
+ "42": "LABEL_42",
55
+ "43": "LABEL_43",
56
+ "44": "LABEL_44",
57
+ "45": "LABEL_45",
58
+ "46": "LABEL_46",
59
+ "47": "LABEL_47",
60
+ "48": "LABEL_48",
61
+ "49": "LABEL_49",
62
+ "50": "LABEL_50",
63
+ "51": "LABEL_51",
64
+ "52": "LABEL_52",
65
+ "53": "LABEL_53",
66
+ "54": "LABEL_54",
67
+ "55": "LABEL_55",
68
+ "56": "LABEL_56",
69
+ "57": "LABEL_57",
70
+ "58": "LABEL_58",
71
+ "59": "LABEL_59",
72
+ "60": "LABEL_60",
73
+ "61": "LABEL_61",
74
+ "62": "LABEL_62",
75
+ "63": "LABEL_63",
76
+ "64": "LABEL_64",
77
+ "65": "LABEL_65",
78
+ "66": "LABEL_66",
79
+ "67": "LABEL_67",
80
+ "68": "LABEL_68",
81
+ "69": "LABEL_69",
82
+ "70": "LABEL_70"
83
+ },
84
+ "image_size": 224,
85
+ "initializer_range": 0.02,
86
+ "intermediate_size": 3072,
87
+ "label2id": {
88
+ "LABEL_0": 0,
89
+ "LABEL_1": 1,
90
+ "LABEL_10": 10,
91
+ "LABEL_11": 11,
92
+ "LABEL_12": 12,
93
+ "LABEL_13": 13,
94
+ "LABEL_14": 14,
95
+ "LABEL_15": 15,
96
+ "LABEL_16": 16,
97
+ "LABEL_17": 17,
98
+ "LABEL_18": 18,
99
+ "LABEL_19": 19,
100
+ "LABEL_2": 2,
101
+ "LABEL_20": 20,
102
+ "LABEL_21": 21,
103
+ "LABEL_22": 22,
104
+ "LABEL_23": 23,
105
+ "LABEL_24": 24,
106
+ "LABEL_25": 25,
107
+ "LABEL_26": 26,
108
+ "LABEL_27": 27,
109
+ "LABEL_28": 28,
110
+ "LABEL_29": 29,
111
+ "LABEL_3": 3,
112
+ "LABEL_30": 30,
113
+ "LABEL_31": 31,
114
+ "LABEL_32": 32,
115
+ "LABEL_33": 33,
116
+ "LABEL_34": 34,
117
+ "LABEL_35": 35,
118
+ "LABEL_36": 36,
119
+ "LABEL_37": 37,
120
+ "LABEL_38": 38,
121
+ "LABEL_39": 39,
122
+ "LABEL_4": 4,
123
+ "LABEL_40": 40,
124
+ "LABEL_41": 41,
125
+ "LABEL_42": 42,
126
+ "LABEL_43": 43,
127
+ "LABEL_44": 44,
128
+ "LABEL_45": 45,
129
+ "LABEL_46": 46,
130
+ "LABEL_47": 47,
131
+ "LABEL_48": 48,
132
+ "LABEL_49": 49,
133
+ "LABEL_5": 5,
134
+ "LABEL_50": 50,
135
+ "LABEL_51": 51,
136
+ "LABEL_52": 52,
137
+ "LABEL_53": 53,
138
+ "LABEL_54": 54,
139
+ "LABEL_55": 55,
140
+ "LABEL_56": 56,
141
+ "LABEL_57": 57,
142
+ "LABEL_58": 58,
143
+ "LABEL_59": 59,
144
+ "LABEL_6": 6,
145
+ "LABEL_60": 60,
146
+ "LABEL_61": 61,
147
+ "LABEL_62": 62,
148
+ "LABEL_63": 63,
149
+ "LABEL_64": 64,
150
+ "LABEL_65": 65,
151
+ "LABEL_66": 66,
152
+ "LABEL_67": 67,
153
+ "LABEL_68": 68,
154
+ "LABEL_69": 69,
155
+ "LABEL_7": 7,
156
+ "LABEL_70": 70,
157
+ "LABEL_8": 8,
158
+ "LABEL_9": 9
159
+ },
160
+ "layer_norm_eps": 1e-12,
161
+ "model_type": "vit",
162
+ "num_attention_heads": 12,
163
+ "num_channels": 3,
164
+ "num_hidden_layers": 12,
165
+ "patch_size": 16,
166
+ "problem_type": "single_label_classification",
167
+ "qkv_bias": true,
168
+ "torch_dtype": "float32",
169
+ "transformers_version": "4.44.2"
170
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33869f1218e4ad505e8746e7d399278a071babb5768d6d898f7d42f479ed586a
3
+ size 343436228
runs/Oct01_10-58-55_f3bbca751707/events.out.tfevents.1727780338.f3bbca751707.1737.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d09ca5b4ff8174569b8ead8d94d8edded2dc8cdc97f8f385a1dfb2b9da549df5
3
+ size 4184
runs/Oct01_11-01-15_f3bbca751707/events.out.tfevents.1727780484.f3bbca751707.2601.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6309345b8ac3a6dd3e7929555803081c2473b898c20a7d0f2fac5db82b46428
3
+ size 12255
runs/Oct01_11-01-15_f3bbca751707/events.out.tfevents.1727783289.f3bbca751707.2601.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9da1fd3996a2702d4bca7ea622ae80269c39223e5373d480924c1fa64f35060e
3
+ size 734
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c20b18c8a438dea6f28f926254bd2b3d890f6b4284342892a005c8e60fd412
3
+ size 5176