Aryan-401 commited on
Commit
f2e9a27
1 Parent(s): ee68b94

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - autotrain
5
+ - object-detection
6
+ - vision
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
+ - dataset: detection-datasets/fashionpedia
15
+ ---
16
+
17
+ # Model Trained Using AutoTrain
18
+
19
+ - Problem type: Object Detection
20
+
21
+ ## Validation Metrics
22
+ loss: 1.3179453611373901
23
+
24
+ map: 0.1361
25
+
26
+ map_50: 0.1892
27
+
28
+ map_75: 0.1548
29
+
30
+ map_small: 0.0
31
+
32
+ map_medium: 0.102
33
+
34
+ map_large: 0.1367
35
+
36
+ mar_1: 0.2076
37
+
38
+ mar_10: 0.4071
39
+
40
+ mar_100: 0.4151
41
+
42
+ mar_small: 0.0
43
+
44
+ mar_medium: 0.2304
45
+
46
+ mar_large: 0.4179
checkpoint-28520/config.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "hustvl/yolos-tiny",
3
+ "architectures": [
4
+ "YolosForObjectDetection"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_loss": false,
8
+ "bbox_cost": 5,
9
+ "bbox_loss_coefficient": 5,
10
+ "class_cost": 1,
11
+ "eos_coefficient": 0.1,
12
+ "giou_cost": 2,
13
+ "giou_loss_coefficient": 2,
14
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.0,
16
+ "hidden_size": 192,
17
+ "id2label": {
18
+ "0": "shirt, blouse",
19
+ "1": "top, t-shirt, sweatshirt",
20
+ "2": "sweater",
21
+ "3": "cardigan",
22
+ "4": "jacket",
23
+ "5": "vest",
24
+ "6": "pants",
25
+ "7": "shorts",
26
+ "8": "skirt",
27
+ "9": "coat",
28
+ "10": "dress",
29
+ "11": "jumpsuit",
30
+ "12": "cape",
31
+ "13": "glasses",
32
+ "14": "hat",
33
+ "15": "headband, head covering, hair accessory",
34
+ "16": "tie",
35
+ "17": "glove",
36
+ "18": "watch",
37
+ "19": "belt",
38
+ "20": "leg warmer",
39
+ "21": "tights, stockings",
40
+ "22": "sock",
41
+ "23": "shoe",
42
+ "24": "bag, wallet",
43
+ "25": "scarf",
44
+ "26": "umbrella",
45
+ "27": "hood",
46
+ "28": "collar",
47
+ "29": "lapel",
48
+ "30": "epaulette",
49
+ "31": "sleeve",
50
+ "32": "pocket",
51
+ "33": "neckline",
52
+ "34": "buckle",
53
+ "35": "zipper",
54
+ "36": "applique",
55
+ "37": "bead",
56
+ "38": "bow",
57
+ "39": "flower",
58
+ "40": "fringe",
59
+ "41": "ribbon",
60
+ "42": "rivet",
61
+ "43": "ruffle",
62
+ "44": "sequin",
63
+ "45": "tassel"
64
+ },
65
+ "image_size": [
66
+ 800,
67
+ 1333
68
+ ],
69
+ "initializer_range": 0.02,
70
+ "intermediate_size": 768,
71
+ "label2id": {
72
+ "applique": 36,
73
+ "bag, wallet": 24,
74
+ "bead": 37,
75
+ "belt": 19,
76
+ "bow": 38,
77
+ "buckle": 34,
78
+ "cape": 12,
79
+ "cardigan": 3,
80
+ "coat": 9,
81
+ "collar": 28,
82
+ "dress": 10,
83
+ "epaulette": 30,
84
+ "flower": 39,
85
+ "fringe": 40,
86
+ "glasses": 13,
87
+ "glove": 17,
88
+ "hat": 14,
89
+ "headband, head covering, hair accessory": 15,
90
+ "hood": 27,
91
+ "jacket": 4,
92
+ "jumpsuit": 11,
93
+ "lapel": 29,
94
+ "leg warmer": 20,
95
+ "neckline": 33,
96
+ "pants": 6,
97
+ "pocket": 32,
98
+ "ribbon": 41,
99
+ "rivet": 42,
100
+ "ruffle": 43,
101
+ "scarf": 25,
102
+ "sequin": 44,
103
+ "shirt, blouse": 0,
104
+ "shoe": 23,
105
+ "shorts": 7,
106
+ "skirt": 8,
107
+ "sleeve": 31,
108
+ "sock": 22,
109
+ "sweater": 2,
110
+ "tassel": 45,
111
+ "tie": 16,
112
+ "tights, stockings": 21,
113
+ "top, t-shirt, sweatshirt": 1,
114
+ "umbrella": 26,
115
+ "vest": 5,
116
+ "watch": 18,
117
+ "zipper": 35
118
+ },
119
+ "layer_norm_eps": 1e-12,
120
+ "model_type": "yolos",
121
+ "num_attention_heads": 3,
122
+ "num_channels": 3,
123
+ "num_detection_tokens": 100,
124
+ "num_hidden_layers": 12,
125
+ "patch_size": 16,
126
+ "qkv_bias": true,
127
+ "torch_dtype": "float32",
128
+ "transformers_version": "4.40.1",
129
+ "use_mid_position_embeddings": false
130
+ }
checkpoint-28520/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3b7cd10c37ea890b2de0375c021572f38f38648efc6e1f9e073737047b73b0e
3
+ size 25944148
checkpoint-28520/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2830a46dd8b93dbb80daf4e4b4490eac2700719ffe98179a621d8c4a3e0b5b24
3
+ size 52015738
checkpoint-28520/preprocessor_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "annotations",
5
+ "return_segmentation_masks",
6
+ "masks_path",
7
+ "do_resize",
8
+ "size",
9
+ "resample",
10
+ "do_rescale",
11
+ "rescale_factor",
12
+ "do_normalize",
13
+ "image_mean",
14
+ "image_std",
15
+ "do_convert_annotations",
16
+ "do_pad",
17
+ "format",
18
+ "return_tensors",
19
+ "data_format",
20
+ "input_data_format"
21
+ ],
22
+ "do_convert_annotations": true,
23
+ "do_normalize": true,
24
+ "do_pad": false,
25
+ "do_rescale": true,
26
+ "do_resize": false,
27
+ "format": "coco_detection",
28
+ "image_mean": [
29
+ 0.485,
30
+ 0.456,
31
+ 0.406
32
+ ],
33
+ "image_processor_type": "YolosImageProcessor",
34
+ "image_std": [
35
+ 0.229,
36
+ 0.224,
37
+ 0.225
38
+ ],
39
+ "resample": 2,
40
+ "rescale_factor": 0.00392156862745098,
41
+ "size": {
42
+ "longest_edge": 600
43
+ }
44
+ }
checkpoint-28520/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bfb3c7d27ac042c36965febf939da7d2a7105282aa03e1a38a8edb813777a90
3
+ size 14244
checkpoint-28520/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08b492b9a73a6d867f9185bddd7819d37796a5375253c182a659d452e9156880
3
+ size 1064
checkpoint-28520/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-28520/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b8e9beb96c5f0d5f4db0389697c903d5cd578b343de849da1a59a685ec3968d
3
+ size 4984
config.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "hustvl/yolos-tiny",
3
+ "architectures": [
4
+ "YolosForObjectDetection"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_loss": false,
8
+ "bbox_cost": 5,
9
+ "bbox_loss_coefficient": 5,
10
+ "class_cost": 1,
11
+ "eos_coefficient": 0.1,
12
+ "giou_cost": 2,
13
+ "giou_loss_coefficient": 2,
14
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.0,
16
+ "hidden_size": 192,
17
+ "id2label": {
18
+ "0": "shirt, blouse",
19
+ "1": "top, t-shirt, sweatshirt",
20
+ "2": "sweater",
21
+ "3": "cardigan",
22
+ "4": "jacket",
23
+ "5": "vest",
24
+ "6": "pants",
25
+ "7": "shorts",
26
+ "8": "skirt",
27
+ "9": "coat",
28
+ "10": "dress",
29
+ "11": "jumpsuit",
30
+ "12": "cape",
31
+ "13": "glasses",
32
+ "14": "hat",
33
+ "15": "headband, head covering, hair accessory",
34
+ "16": "tie",
35
+ "17": "glove",
36
+ "18": "watch",
37
+ "19": "belt",
38
+ "20": "leg warmer",
39
+ "21": "tights, stockings",
40
+ "22": "sock",
41
+ "23": "shoe",
42
+ "24": "bag, wallet",
43
+ "25": "scarf",
44
+ "26": "umbrella",
45
+ "27": "hood",
46
+ "28": "collar",
47
+ "29": "lapel",
48
+ "30": "epaulette",
49
+ "31": "sleeve",
50
+ "32": "pocket",
51
+ "33": "neckline",
52
+ "34": "buckle",
53
+ "35": "zipper",
54
+ "36": "applique",
55
+ "37": "bead",
56
+ "38": "bow",
57
+ "39": "flower",
58
+ "40": "fringe",
59
+ "41": "ribbon",
60
+ "42": "rivet",
61
+ "43": "ruffle",
62
+ "44": "sequin",
63
+ "45": "tassel"
64
+ },
65
+ "image_size": [
66
+ 800,
67
+ 1333
68
+ ],
69
+ "initializer_range": 0.02,
70
+ "intermediate_size": 768,
71
+ "label2id": {
72
+ "applique": 36,
73
+ "bag, wallet": 24,
74
+ "bead": 37,
75
+ "belt": 19,
76
+ "bow": 38,
77
+ "buckle": 34,
78
+ "cape": 12,
79
+ "cardigan": 3,
80
+ "coat": 9,
81
+ "collar": 28,
82
+ "dress": 10,
83
+ "epaulette": 30,
84
+ "flower": 39,
85
+ "fringe": 40,
86
+ "glasses": 13,
87
+ "glove": 17,
88
+ "hat": 14,
89
+ "headband, head covering, hair accessory": 15,
90
+ "hood": 27,
91
+ "jacket": 4,
92
+ "jumpsuit": 11,
93
+ "lapel": 29,
94
+ "leg warmer": 20,
95
+ "neckline": 33,
96
+ "pants": 6,
97
+ "pocket": 32,
98
+ "ribbon": 41,
99
+ "rivet": 42,
100
+ "ruffle": 43,
101
+ "scarf": 25,
102
+ "sequin": 44,
103
+ "shirt, blouse": 0,
104
+ "shoe": 23,
105
+ "shorts": 7,
106
+ "skirt": 8,
107
+ "sleeve": 31,
108
+ "sock": 22,
109
+ "sweater": 2,
110
+ "tassel": 45,
111
+ "tie": 16,
112
+ "tights, stockings": 21,
113
+ "top, t-shirt, sweatshirt": 1,
114
+ "umbrella": 26,
115
+ "vest": 5,
116
+ "watch": 18,
117
+ "zipper": 35
118
+ },
119
+ "layer_norm_eps": 1e-12,
120
+ "model_type": "yolos",
121
+ "num_attention_heads": 3,
122
+ "num_channels": 3,
123
+ "num_detection_tokens": 100,
124
+ "num_hidden_layers": 12,
125
+ "patch_size": 16,
126
+ "qkv_bias": true,
127
+ "torch_dtype": "float32",
128
+ "transformers_version": "4.40.1",
129
+ "use_mid_position_embeddings": false
130
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3b7cd10c37ea890b2de0375c021572f38f38648efc6e1f9e073737047b73b0e
3
+ size 25944148
preprocessor_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "annotations",
5
+ "return_segmentation_masks",
6
+ "masks_path",
7
+ "do_resize",
8
+ "size",
9
+ "resample",
10
+ "do_rescale",
11
+ "rescale_factor",
12
+ "do_normalize",
13
+ "image_mean",
14
+ "image_std",
15
+ "do_convert_annotations",
16
+ "do_pad",
17
+ "format",
18
+ "return_tensors",
19
+ "data_format",
20
+ "input_data_format"
21
+ ],
22
+ "do_convert_annotations": true,
23
+ "do_normalize": true,
24
+ "do_pad": false,
25
+ "do_rescale": true,
26
+ "do_resize": false,
27
+ "format": "coco_detection",
28
+ "image_mean": [
29
+ 0.485,
30
+ 0.456,
31
+ 0.406
32
+ ],
33
+ "image_processor_type": "YolosImageProcessor",
34
+ "image_std": [
35
+ 0.229,
36
+ 0.224,
37
+ 0.225
38
+ ],
39
+ "resample": 2,
40
+ "rescale_factor": 0.00392156862745098,
41
+ "size": {
42
+ "longest_edge": 600
43
+ }
44
+ }
runs/May21_18-43-45_b02f1627ba7e/events.out.tfevents.1716317025.b02f1627ba7e.197.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:343ec2ff8a52f5c6714790737a08dc58aa8a241f2d3fd8954298615af3767f1f
3
- size 492376
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:195d39541cd904891c7cb5239a5ccc36066050750916f717c6527b070898e8da
3
+ size 502445
runs/May21_18-43-45_b02f1627ba7e/events.out.tfevents.1716349086.b02f1627ba7e.197.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9a706e64e5650dbfed1ceb33c84bba0320d282568f81a05f0ab23cb5376b6d7
3
+ size 6357
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b8e9beb96c5f0d5f4db0389697c903d5cd578b343de849da1a59a685ec3968d
3
+ size 4984
training_params.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "detection-datasets/fashionpedia",
3
+ "model": "hustvl/yolos-tiny",
4
+ "username": "Aryan-401",
5
+ "lr": 5e-05,
6
+ "epochs": 10,
7
+ "batch_size": 16,
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": "val",
17
+ "logging_steps": -1,
18
+ "project_name": "yolo-tiny-fashion",
19
+ "auto_find_batch_size": false,
20
+ "mixed_precision": "fp16",
21
+ "save_total_limit": 1,
22
+ "push_to_hub": true,
23
+ "evaluation_strategy": "epoch",
24
+ "image_column": "image",
25
+ "objects_column": "objects",
26
+ "log": "tensorboard",
27
+ "image_square_size": 600,
28
+ "early_stopping_patience": 5,
29
+ "early_stopping_threshold": 0.01
30
+ }