Starlord001 commited on
Commit
f2335b2
1 Parent(s): 71286f8

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - autotrain
5
+ - image-classification
6
+ base_model: google/mobilenet_v2_1.0_224
7
+ widget:
8
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
9
+ example_title: Tiger
10
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/teapot.jpg
11
+ example_title: Teapot
12
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/palace.jpg
13
+ example_title: Palace
14
+ ---
15
+
16
+ # Model Trained Using AutoTrain
17
+
18
+ - Problem type: Image Classification
19
+
20
+ ## Validation Metrics
21
+ loss: 1.2197859287261963
22
+
23
+ f1_macro: 0.5238095238095238
24
+
25
+ f1_micro: 0.6
26
+
27
+ f1_weighted: 0.5904761904761905
28
+
29
+ precision_macro: 0.6
30
+
31
+ precision_micro: 0.6
32
+
33
+ precision_weighted: 0.6799999999999999
34
+
35
+ recall_macro: 0.5625
36
+
37
+ recall_micro: 0.6
38
+
39
+ recall_weighted: 0.6
40
+
41
+ accuracy: 0.6
checkpoint-10/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/mobilenet_v2_1.0_224",
3
+ "_num_labels": 4,
4
+ "architectures": [
5
+ "MobileNetV2ForImageClassification"
6
+ ],
7
+ "classifier_dropout_prob": 0.2,
8
+ "depth_divisible_by": 8,
9
+ "depth_multiplier": 1.0,
10
+ "expand_ratio": 6,
11
+ "finegrained_output": true,
12
+ "first_layer_is_expansion": true,
13
+ "hidden_act": "relu6",
14
+ "id2label": {
15
+ "0": "3DS",
16
+ "1": "PS4",
17
+ "2": "PS5",
18
+ "3": "Switch"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "label2id": {
23
+ "3DS": 0,
24
+ "PS4": 1,
25
+ "PS5": 2,
26
+ "Switch": 3
27
+ },
28
+ "layer_norm_eps": 0.001,
29
+ "min_depth": 8,
30
+ "model_type": "mobilenet_v2",
31
+ "num_channels": 3,
32
+ "output_stride": 32,
33
+ "problem_type": "single_label_classification",
34
+ "semantic_loss_ignore_index": 255,
35
+ "tf_padding": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.46.2"
38
+ }
checkpoint-10/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82d6718e2ec923f2806be10f808271b5ca4c44ee1d0d8445bf7753fee67ae069
3
+ size 9090464
checkpoint-10/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:618b6d234291468b8a0e0f23a02fea5e1ec72f3b40c587574acb3ba6059e8e8c
3
+ size 17959802
checkpoint-10/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df83af33d9dd44ccaa55fb5093a41268b23107a4fc8be829b05e8a59317adb75
3
+ size 13990
checkpoint-10/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69e4609a5ae996647c72143f386638e4ede7a5b273ebee4b9a4de41db546c550
3
+ size 1064
checkpoint-10/trainer_state.json ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.2197859287261963,
3
+ "best_model_checkpoint": "Clasificacion-videojuegos/checkpoint-10",
4
+ "epoch": 2.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.2,
13
+ "grad_norm": 15.71080207824707,
14
+ "learning_rate": 1e-05,
15
+ "loss": 1.754,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.4,
20
+ "grad_norm": 14.343626976013184,
21
+ "learning_rate": 2e-05,
22
+ "loss": 1.3535,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.6,
27
+ "grad_norm": 14.451988220214844,
28
+ "learning_rate": 3e-05,
29
+ "loss": 1.4383,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.8,
34
+ "grad_norm": 14.59858512878418,
35
+ "learning_rate": 4e-05,
36
+ "loss": 1.4543,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "grad_norm": 16.503807067871094,
42
+ "learning_rate": 5e-05,
43
+ "loss": 1.4275,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 1.0,
48
+ "eval_accuracy": 0.2,
49
+ "eval_f1_macro": 0.18333333333333335,
50
+ "eval_f1_micro": 0.2,
51
+ "eval_f1_weighted": 0.21333333333333332,
52
+ "eval_loss": 1.3527095317840576,
53
+ "eval_precision_macro": 0.20833333333333331,
54
+ "eval_precision_micro": 0.2,
55
+ "eval_precision_weighted": 0.26666666666666666,
56
+ "eval_recall_macro": 0.1875,
57
+ "eval_recall_micro": 0.2,
58
+ "eval_recall_weighted": 0.2,
59
+ "eval_runtime": 0.853,
60
+ "eval_samples_per_second": 11.723,
61
+ "eval_steps_per_second": 1.172,
62
+ "step": 5
63
+ },
64
+ {
65
+ "epoch": 1.2,
66
+ "grad_norm": 15.223084449768066,
67
+ "learning_rate": 4.888888888888889e-05,
68
+ "loss": 1.5619,
69
+ "step": 6
70
+ },
71
+ {
72
+ "epoch": 1.4,
73
+ "grad_norm": 14.266053199768066,
74
+ "learning_rate": 4.7777777777777784e-05,
75
+ "loss": 1.35,
76
+ "step": 7
77
+ },
78
+ {
79
+ "epoch": 1.6,
80
+ "grad_norm": 13.56613826751709,
81
+ "learning_rate": 4.666666666666667e-05,
82
+ "loss": 1.2472,
83
+ "step": 8
84
+ },
85
+ {
86
+ "epoch": 1.8,
87
+ "grad_norm": 15.197037696838379,
88
+ "learning_rate": 4.555555555555556e-05,
89
+ "loss": 1.6337,
90
+ "step": 9
91
+ },
92
+ {
93
+ "epoch": 2.0,
94
+ "grad_norm": 16.604944229125977,
95
+ "learning_rate": 4.4444444444444447e-05,
96
+ "loss": 1.2695,
97
+ "step": 10
98
+ },
99
+ {
100
+ "epoch": 2.0,
101
+ "eval_accuracy": 0.6,
102
+ "eval_f1_macro": 0.5238095238095238,
103
+ "eval_f1_micro": 0.6,
104
+ "eval_f1_weighted": 0.5904761904761905,
105
+ "eval_loss": 1.2197859287261963,
106
+ "eval_precision_macro": 0.6,
107
+ "eval_precision_micro": 0.6,
108
+ "eval_precision_weighted": 0.6799999999999999,
109
+ "eval_recall_macro": 0.5625,
110
+ "eval_recall_micro": 0.6,
111
+ "eval_recall_weighted": 0.6,
112
+ "eval_runtime": 0.8028,
113
+ "eval_samples_per_second": 12.457,
114
+ "eval_steps_per_second": 1.246,
115
+ "step": 10
116
+ }
117
+ ],
118
+ "logging_steps": 1,
119
+ "max_steps": 50,
120
+ "num_input_tokens_seen": 0,
121
+ "num_train_epochs": 10,
122
+ "save_steps": 500,
123
+ "stateful_callbacks": {
124
+ "EarlyStoppingCallback": {
125
+ "args": {
126
+ "early_stopping_patience": 5,
127
+ "early_stopping_threshold": 0.01
128
+ },
129
+ "attributes": {
130
+ "early_stopping_patience_counter": 0
131
+ }
132
+ },
133
+ "TrainerControl": {
134
+ "args": {
135
+ "should_epoch_stop": false,
136
+ "should_evaluate": false,
137
+ "should_log": false,
138
+ "should_save": true,
139
+ "should_training_stop": false
140
+ },
141
+ "attributes": {}
142
+ }
143
+ },
144
+ "total_flos": 199836731179008.0,
145
+ "train_batch_size": 8,
146
+ "trial_name": null,
147
+ "trial_params": null
148
+ }
checkpoint-10/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc60080a5dd747444f2790831bb7d30c30ef47c04bd44f4a239d521b2fb1769d
3
+ size 5368
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/mobilenet_v2_1.0_224",
3
+ "_num_labels": 4,
4
+ "architectures": [
5
+ "MobileNetV2ForImageClassification"
6
+ ],
7
+ "classifier_dropout_prob": 0.2,
8
+ "depth_divisible_by": 8,
9
+ "depth_multiplier": 1.0,
10
+ "expand_ratio": 6,
11
+ "finegrained_output": true,
12
+ "first_layer_is_expansion": true,
13
+ "hidden_act": "relu6",
14
+ "id2label": {
15
+ "0": "3DS",
16
+ "1": "PS4",
17
+ "2": "PS5",
18
+ "3": "Switch"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "label2id": {
23
+ "3DS": 0,
24
+ "PS4": 1,
25
+ "PS5": 2,
26
+ "Switch": 3
27
+ },
28
+ "layer_norm_eps": 0.001,
29
+ "min_depth": 8,
30
+ "model_type": "mobilenet_v2",
31
+ "num_channels": 3,
32
+ "output_stride": 32,
33
+ "problem_type": "single_label_classification",
34
+ "semantic_loss_ignore_index": 255,
35
+ "tf_padding": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.46.2"
38
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82d6718e2ec923f2806be10f808271b5ca4c44ee1d0d8445bf7753fee67ae069
3
+ size 9090464
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_normalize": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "image_mean": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "image_processor_type": "MobileNetV2ImageProcessor",
16
+ "image_std": [
17
+ 0.5,
18
+ 0.5,
19
+ 0.5
20
+ ],
21
+ "resample": 2,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "shortest_edge": 256
25
+ }
26
+ }
runs/Nov08_09-48-49_r-starlord001-clasificacion-de-videojuegos-wur8xvg2-4e383-rj5h5/events.out.tfevents.1731059331.r-starlord001-clasificacion-de-videojuegos-wur8xvg2-4e383-rj5h5.157.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5167e45e762f1c31469afaabbd2054dc9222170f3d6a05da2bcd903ada55a60e
3
- size 5273
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:006bdba9d8d5c58603483bafa4c6e6856710e279264490c502a1d23e73d88896
3
+ size 18592
runs/Nov08_09-48-49_r-starlord001-clasificacion-de-videojuegos-wur8xvg2-4e383-rj5h5/events.out.tfevents.1731059390.r-starlord001-clasificacion-de-videojuegos-wur8xvg2-4e383-rj5h5.157.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34cf112880b504bb4db91df381444ca07566950296f8a115e52d063fc6b435ad
3
+ size 906
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc60080a5dd747444f2790831bb7d30c30ef47c04bd44f4a239d521b2fb1769d
3
+ size 5368
training_params.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "Clasificacion-videojuegos/autotrain-data",
3
+ "model": "google/mobilenet_v2_1.0_224",
4
+ "username": "Starlord001",
5
+ "lr": 5e-05,
6
+ "epochs": 10,
7
+ "batch_size": 8,
8
+ "warmup_ratio": 0.1,
9
+ "gradient_accumulation": 1,
10
+ "optimizer": "adamw_torch",
11
+ "scheduler": "linear",
12
+ "weight_decay": 0.0,
13
+ "max_grad_norm": 1.0,
14
+ "seed": 42,
15
+ "train_split": "train",
16
+ "valid_split": "validation",
17
+ "logging_steps": -1,
18
+ "project_name": "Clasificacion-videojuegos",
19
+ "auto_find_batch_size": false,
20
+ "mixed_precision": "none",
21
+ "save_total_limit": 1,
22
+ "push_to_hub": true,
23
+ "eval_strategy": "epoch",
24
+ "image_column": "autotrain_image",
25
+ "target_column": "autotrain_label",
26
+ "log": "tensorboard",
27
+ "early_stopping_patience": 5,
28
+ "early_stopping_threshold": 0.01
29
+ }