lxl2023 commited on
Commit
c733336
1 Parent(s): d0cdedd

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - autotrain
5
+ - image-classification
6
+ widget:
7
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
8
+ example_title: Tiger
9
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/teapot.jpg
10
+ example_title: Teapot
11
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/palace.jpg
12
+ example_title: Palace
13
+ datasets:
14
+ - lxl2023/autotrain-data-autotrain-9974e-705pt
15
+ ---
16
+
17
+ # Model Trained Using AutoTrain
18
+
19
+ - Problem type: Image Classification
20
+
21
+ ## Validation Metricsg
22
+ loss: 0.9459153413772583
23
+
24
+ f1_macro: 0.26666666666666666
25
+
26
+ f1_micro: 0.5
27
+
28
+ f1_weighted: 0.4
29
+
30
+ precision_macro: 0.2222222222222222
31
+
32
+ precision_micro: 0.5
33
+
34
+ precision_weighted: 0.3333333333333333
35
+
36
+ recall_macro: 0.3333333333333333
37
+
38
+ recall_micro: 0.5
39
+
40
+ recall_weighted: 0.5
41
+
42
+ accuracy: 0.5
checkpoint-10/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-large-patch32-384",
3
+ "_num_labels": 3,
4
+ "architectures": [
5
+ "ViTForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "encoder_stride": 16,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "11covered_with_a_quilt_and_only_the_head_exposed",
14
+ "1": "12covered_with_a_quilt_and_exposed_other_parts_of_the_body",
15
+ "2": "13has_nothing_to_do_with_11_and_12_above"
16
+ },
17
+ "image_size": 384,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 4096,
20
+ "label2id": {
21
+ "11covered_with_a_quilt_and_only_the_head_exposed": 0,
22
+ "12covered_with_a_quilt_and_exposed_other_parts_of_the_body": 1,
23
+ "13has_nothing_to_do_with_11_and_12_above": 2
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "model_type": "vit",
27
+ "num_attention_heads": 16,
28
+ "num_channels": 3,
29
+ "num_hidden_layers": 24,
30
+ "patch_size": 32,
31
+ "problem_type": "single_label_classification",
32
+ "qkv_bias": true,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.36.1"
35
+ }
checkpoint-10/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a43b031ee3f637bd3d2be3100a5723521cb259e970dcadc3fd724b511842eb3
3
+ size 1222489588
checkpoint-10/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a396b34421ebd91394a9dda3b9c2df0c997308ffc9e30d56805cbc70b79b30e6
3
+ size 2445203114
checkpoint-10/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edb3d205f2cd4d1c36d1811d6bce83d695d605d7f9bf5bf78be10c357a470e26
3
+ size 13990
checkpoint-10/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11a542abe7f685ce050f1714f11921361e7f10c88c1d863d855878381cdc5019
3
+ size 1064
checkpoint-10/trainer_state.json ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9459153413772583,
3
+ "best_model_checkpoint": "/tmp/model/checkpoint-10",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 10,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.5,
13
+ "learning_rate": 0.00016666666666666666,
14
+ "loss": 1.0986,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "learning_rate": 0.0003333333333333333,
20
+ "loss": 1.0986,
21
+ "step": 2
22
+ },
23
+ {
24
+ "epoch": 1.0,
25
+ "eval_accuracy": 0.5,
26
+ "eval_f1_macro": 0.26666666666666666,
27
+ "eval_f1_micro": 0.5,
28
+ "eval_f1_weighted": 0.4,
29
+ "eval_loss": 1.083847999572754,
30
+ "eval_precision_macro": 0.2222222222222222,
31
+ "eval_precision_micro": 0.5,
32
+ "eval_precision_weighted": 0.3333333333333333,
33
+ "eval_recall_macro": 0.3333333333333333,
34
+ "eval_recall_micro": 0.5,
35
+ "eval_recall_weighted": 0.5,
36
+ "eval_runtime": 3.3287,
37
+ "eval_samples_per_second": 1.202,
38
+ "eval_steps_per_second": 0.3,
39
+ "step": 2
40
+ },
41
+ {
42
+ "epoch": 1.5,
43
+ "learning_rate": 0.0005,
44
+ "loss": 1.0646,
45
+ "step": 3
46
+ },
47
+ {
48
+ "epoch": 2.0,
49
+ "learning_rate": 0.00042857142857142855,
50
+ "loss": 1.0935,
51
+ "step": 4
52
+ },
53
+ {
54
+ "epoch": 2.0,
55
+ "eval_accuracy": 0.5,
56
+ "eval_f1_macro": 0.26666666666666666,
57
+ "eval_f1_micro": 0.5,
58
+ "eval_f1_weighted": 0.4,
59
+ "eval_loss": 1.0450736284255981,
60
+ "eval_precision_macro": 0.2222222222222222,
61
+ "eval_precision_micro": 0.5,
62
+ "eval_precision_weighted": 0.3333333333333333,
63
+ "eval_recall_macro": 0.3333333333333333,
64
+ "eval_recall_micro": 0.5,
65
+ "eval_recall_weighted": 0.5,
66
+ "eval_runtime": 3.2114,
67
+ "eval_samples_per_second": 1.246,
68
+ "eval_steps_per_second": 0.311,
69
+ "step": 4
70
+ },
71
+ {
72
+ "epoch": 2.5,
73
+ "learning_rate": 0.00035714285714285714,
74
+ "loss": 0.948,
75
+ "step": 5
76
+ },
77
+ {
78
+ "epoch": 3.0,
79
+ "learning_rate": 0.0002857142857142857,
80
+ "loss": 0.8361,
81
+ "step": 6
82
+ },
83
+ {
84
+ "epoch": 3.0,
85
+ "eval_accuracy": 0.5,
86
+ "eval_f1_macro": 0.4444444444444444,
87
+ "eval_f1_micro": 0.5,
88
+ "eval_f1_weighted": 0.5,
89
+ "eval_loss": 1.0501549243927002,
90
+ "eval_precision_macro": 0.5,
91
+ "eval_precision_micro": 0.5,
92
+ "eval_precision_weighted": 0.625,
93
+ "eval_recall_macro": 0.5,
94
+ "eval_recall_micro": 0.5,
95
+ "eval_recall_weighted": 0.5,
96
+ "eval_runtime": 3.1926,
97
+ "eval_samples_per_second": 1.253,
98
+ "eval_steps_per_second": 0.313,
99
+ "step": 6
100
+ },
101
+ {
102
+ "epoch": 3.5,
103
+ "learning_rate": 0.00021428571428571427,
104
+ "loss": 0.7256,
105
+ "step": 7
106
+ },
107
+ {
108
+ "epoch": 4.0,
109
+ "learning_rate": 0.00014285714285714284,
110
+ "loss": 0.6448,
111
+ "step": 8
112
+ },
113
+ {
114
+ "epoch": 4.0,
115
+ "eval_accuracy": 0.5,
116
+ "eval_f1_macro": 0.26666666666666666,
117
+ "eval_f1_micro": 0.5,
118
+ "eval_f1_weighted": 0.4,
119
+ "eval_loss": 0.9623019695281982,
120
+ "eval_precision_macro": 0.2222222222222222,
121
+ "eval_precision_micro": 0.5,
122
+ "eval_precision_weighted": 0.3333333333333333,
123
+ "eval_recall_macro": 0.3333333333333333,
124
+ "eval_recall_micro": 0.5,
125
+ "eval_recall_weighted": 0.5,
126
+ "eval_runtime": 3.2155,
127
+ "eval_samples_per_second": 1.244,
128
+ "eval_steps_per_second": 0.311,
129
+ "step": 8
130
+ },
131
+ {
132
+ "epoch": 4.5,
133
+ "learning_rate": 7.142857142857142e-05,
134
+ "loss": 0.5365,
135
+ "step": 9
136
+ },
137
+ {
138
+ "epoch": 5.0,
139
+ "learning_rate": 0.0,
140
+ "loss": 0.5542,
141
+ "step": 10
142
+ },
143
+ {
144
+ "epoch": 5.0,
145
+ "eval_accuracy": 0.5,
146
+ "eval_f1_macro": 0.26666666666666666,
147
+ "eval_f1_micro": 0.5,
148
+ "eval_f1_weighted": 0.4,
149
+ "eval_loss": 0.9459153413772583,
150
+ "eval_precision_macro": 0.2222222222222222,
151
+ "eval_precision_micro": 0.5,
152
+ "eval_precision_weighted": 0.3333333333333333,
153
+ "eval_recall_macro": 0.3333333333333333,
154
+ "eval_recall_micro": 0.5,
155
+ "eval_recall_weighted": 0.5,
156
+ "eval_runtime": 3.3135,
157
+ "eval_samples_per_second": 1.207,
158
+ "eval_steps_per_second": 0.302,
159
+ "step": 10
160
+ }
161
+ ],
162
+ "logging_steps": 1,
163
+ "max_steps": 10,
164
+ "num_input_tokens_seen": 0,
165
+ "num_train_epochs": 5,
166
+ "save_steps": 500,
167
+ "total_flos": 4.86692706484224e+16,
168
+ "train_batch_size": 8,
169
+ "trial_name": null,
170
+ "trial_params": null
171
+ }
checkpoint-10/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55244826c6927d2f1f2e31f103b222a178f43f25a8ff00886436fb9efe7c96a4
3
+ size 4728
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-large-patch32-384",
3
+ "_num_labels": 3,
4
+ "architectures": [
5
+ "ViTForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "encoder_stride": 16,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "11covered_with_a_quilt_and_only_the_head_exposed",
14
+ "1": "12covered_with_a_quilt_and_exposed_other_parts_of_the_body",
15
+ "2": "13has_nothing_to_do_with_11_and_12_above"
16
+ },
17
+ "image_size": 384,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 4096,
20
+ "label2id": {
21
+ "11covered_with_a_quilt_and_only_the_head_exposed": 0,
22
+ "12covered_with_a_quilt_and_exposed_other_parts_of_the_body": 1,
23
+ "13has_nothing_to_do_with_11_and_12_above": 2
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "model_type": "vit",
27
+ "num_attention_heads": 16,
28
+ "num_channels": 3,
29
+ "num_hidden_layers": 24,
30
+ "patch_size": 32,
31
+ "problem_type": "single_label_classification",
32
+ "qkv_bias": true,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.36.1"
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a43b031ee3f637bd3d2be3100a5723521cb259e970dcadc3fd724b511842eb3
3
+ size 1222489588
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": 384,
20
+ "width": 384
21
+ }
22
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55244826c6927d2f1f2e31f103b222a178f43f25a8ff00886436fb9efe7c96a4
3
+ size 4728
training_params.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "lxl2023/autotrain-data-autotrain-9974e-705pt",
3
+ "model": "google/vit-large-patch32-384",
4
+ "username": "lxl2023",
5
+ "lr": 0.0005,
6
+ "epochs": 5,
7
+ "batch_size": 8,
8
+ "warmup_ratio": 0.3,
9
+ "gradient_accumulation": 1,
10
+ "optimizer": "adamw_torch",
11
+ "scheduler": "linear",
12
+ "weight_decay": 0.0,
13
+ "max_grad_norm": 1.0,
14
+ "seed": 20,
15
+ "train_split": "train",
16
+ "valid_split": "validation",
17
+ "logging_steps": -1,
18
+ "project_name": "/tmp/model",
19
+ "auto_find_batch_size": false,
20
+ "mixed_precision": "no",
21
+ "save_total_limit": 1,
22
+ "save_strategy": "epoch",
23
+ "push_to_hub": true,
24
+ "repo_id": "lxl2023/autotrain-9974e-705pt",
25
+ "evaluation_strategy": "epoch",
26
+ "image_column": "autotrain_image",
27
+ "target_column": "autotrain_label",
28
+ "log": "none"
29
+ }