SergioAnaut commited on
Commit
e91c093
·
verified ·
1 Parent(s): 39043e0

Training in progress, step 200

Browse files
config.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dandelin/vilt-b32-finetuned-vqa",
3
+ "architectures": [
4
+ "ViltForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "Watches",
12
+ "1": "Fall",
13
+ "2": "Winter",
14
+ "3": "Bra",
15
+ "4": "Purple",
16
+ "5": "Track Pants",
17
+ "6": "Socks",
18
+ "7": "Formal Shoes",
19
+ "8": "Silver",
20
+ "9": "Pink",
21
+ "10": "Maroon",
22
+ "11": "Shirts",
23
+ "12": "Duffel Bag",
24
+ "13": "Unisex",
25
+ "14": "Blue",
26
+ "15": "Tops",
27
+ "16": "Jeans",
28
+ "17": "Grey Melange",
29
+ "18": "Black",
30
+ "19": "Sports",
31
+ "20": "Grey",
32
+ "21": "Flats",
33
+ "22": "Khaki",
34
+ "23": "Shorts",
35
+ "24": "Necklace and Chains",
36
+ "25": "Yellow",
37
+ "26": "Brown",
38
+ "27": "Trunk",
39
+ "28": "Trousers",
40
+ "29": "Jeggings",
41
+ "30": "Summer",
42
+ "31": "Sandals",
43
+ "32": "Briefs",
44
+ "33": "Handbags",
45
+ "34": "Multi",
46
+ "35": "Dresses",
47
+ "36": "Navy Blue",
48
+ "37": "White",
49
+ "38": "Orange",
50
+ "39": "Sunglasses",
51
+ "40": "nan",
52
+ "41": "Sports Shoes",
53
+ "42": "Spring",
54
+ "43": "Casual Shoes",
55
+ "44": "Skirts",
56
+ "45": "Heels",
57
+ "46": "Tshirts",
58
+ "47": "Caps",
59
+ "48": "Red",
60
+ "49": "Charcoal",
61
+ "50": "Capris",
62
+ "51": "Formal",
63
+ "52": "Metallic",
64
+ "53": "Mustard",
65
+ "54": "Magenta",
66
+ "55": "Belts",
67
+ "56": "Green",
68
+ "57": "Women",
69
+ "58": "Men",
70
+ "59": "Casual"
71
+ },
72
+ "image_size": 384,
73
+ "initializer_range": 0.02,
74
+ "intermediate_size": 3072,
75
+ "label2id": {
76
+ "Belts": 55,
77
+ "Black": 18,
78
+ "Blue": 14,
79
+ "Bra": 3,
80
+ "Briefs": 32,
81
+ "Brown": 26,
82
+ "Capris": 50,
83
+ "Caps": 47,
84
+ "Casual": 59,
85
+ "Casual Shoes": 43,
86
+ "Charcoal": 49,
87
+ "Dresses": 35,
88
+ "Duffel Bag": 12,
89
+ "Fall": 1,
90
+ "Flats": 21,
91
+ "Formal": 51,
92
+ "Formal Shoes": 7,
93
+ "Green": 56,
94
+ "Grey": 20,
95
+ "Grey Melange": 17,
96
+ "Handbags": 33,
97
+ "Heels": 45,
98
+ "Jeans": 16,
99
+ "Jeggings": 29,
100
+ "Khaki": 22,
101
+ "Magenta": 54,
102
+ "Maroon": 10,
103
+ "Men": 58,
104
+ "Metallic": 52,
105
+ "Multi": 34,
106
+ "Mustard": 53,
107
+ "Navy Blue": 36,
108
+ "Necklace and Chains": 24,
109
+ "Orange": 38,
110
+ "Pink": 9,
111
+ "Purple": 4,
112
+ "Red": 48,
113
+ "Sandals": 31,
114
+ "Shirts": 11,
115
+ "Shorts": 23,
116
+ "Silver": 8,
117
+ "Skirts": 44,
118
+ "Socks": 6,
119
+ "Sports": 19,
120
+ "Sports Shoes": 41,
121
+ "Spring": 42,
122
+ "Summer": 30,
123
+ "Sunglasses": 39,
124
+ "Tops": 15,
125
+ "Track Pants": 5,
126
+ "Trousers": 28,
127
+ "Trunk": 27,
128
+ "Tshirts": 46,
129
+ "Unisex": 13,
130
+ "Watches": 0,
131
+ "White": 37,
132
+ "Winter": 2,
133
+ "Women": 57,
134
+ "Yellow": 25,
135
+ "nan": 40
136
+ },
137
+ "layer_norm_eps": 1e-12,
138
+ "max_image_length": -1,
139
+ "max_position_embeddings": 40,
140
+ "modality_type_vocab_size": 2,
141
+ "model_type": "vilt",
142
+ "num_attention_heads": 12,
143
+ "num_channels": 3,
144
+ "num_hidden_layers": 12,
145
+ "num_images": -1,
146
+ "patch_size": 32,
147
+ "qkv_bias": true,
148
+ "tie_word_embeddings": false,
149
+ "torch_dtype": "float32",
150
+ "transformers_version": "4.44.2",
151
+ "type_vocab_size": 2,
152
+ "vocab_size": 30522
153
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bf06fbfc67c4a58ccc24037ebf626425c2bafcbbfe635c6187288121cbfee2b
3
+ size 451510752
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "ViltImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "processor_class": "ViltProcessor",
18
+ "resample": 3,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "shortest_edge": 384
22
+ },
23
+ "size_divisor": 32
24
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 40,
49
+ "pad_token": "[PAD]",
50
+ "processor_class": "ViltProcessor",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb6525d89f2bcd5ff3dcc58a649ff9058995bc9f727db135d72b9fb8a84fe577
3
+ size 5304
vocab.txt ADDED
The diff for this file is too large to render. See raw diff