SergioAnaut commited on
Commit
a569af4
1 Parent(s): ef776c0

Training in progress, step 200

Browse files
config.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Women",
12
+ "1": "Trousers",
13
+ "2": "Men",
14
+ "3": "Grey",
15
+ "4": "Casual Shoes",
16
+ "5": "Sunglasses",
17
+ "6": "Black",
18
+ "7": "Dresses",
19
+ "8": "Tshirts",
20
+ "9": "Multi",
21
+ "10": "Shorts",
22
+ "11": "Jeans",
23
+ "12": "Yellow",
24
+ "13": "Orange",
25
+ "14": "Sports",
26
+ "15": "Sandals",
27
+ "16": "Blue",
28
+ "17": "Formal Shoes",
29
+ "18": "Sports Shoes",
30
+ "19": "Winter",
31
+ "20": "Socks",
32
+ "21": "Beige",
33
+ "22": "Summer",
34
+ "23": "Navy Blue",
35
+ "24": "Formal",
36
+ "25": "Silver",
37
+ "26": "Green",
38
+ "27": "Pink",
39
+ "28": "Shirts",
40
+ "29": "Casual",
41
+ "30": "Unisex",
42
+ "31": "Cream",
43
+ "32": "Boys",
44
+ "33": "Tops",
45
+ "34": "Handbags",
46
+ "35": "Peach",
47
+ "36": "Flip Flops",
48
+ "37": "Track Pants",
49
+ "38": "Brown",
50
+ "39": "Skirts",
51
+ "40": "Purple",
52
+ "41": "Fall",
53
+ "42": "White",
54
+ "43": "Waistcoat",
55
+ "44": "Caps"
56
+ },
57
+ "image_size": 384,
58
+ "initializer_range": 0.02,
59
+ "intermediate_size": 3072,
60
+ "label2id": {
61
+ "Beige": 21,
62
+ "Black": 6,
63
+ "Blue": 16,
64
+ "Boys": 32,
65
+ "Brown": 38,
66
+ "Caps": 44,
67
+ "Casual": 29,
68
+ "Casual Shoes": 4,
69
+ "Cream": 31,
70
+ "Dresses": 7,
71
+ "Fall": 41,
72
+ "Flip Flops": 36,
73
+ "Formal": 24,
74
+ "Formal Shoes": 17,
75
+ "Green": 26,
76
+ "Grey": 3,
77
+ "Handbags": 34,
78
+ "Jeans": 11,
79
+ "Men": 2,
80
+ "Multi": 9,
81
+ "Navy Blue": 23,
82
+ "Orange": 13,
83
+ "Peach": 35,
84
+ "Pink": 27,
85
+ "Purple": 40,
86
+ "Sandals": 15,
87
+ "Shirts": 28,
88
+ "Shorts": 10,
89
+ "Silver": 25,
90
+ "Skirts": 39,
91
+ "Socks": 20,
92
+ "Sports": 14,
93
+ "Sports Shoes": 18,
94
+ "Summer": 22,
95
+ "Sunglasses": 5,
96
+ "Tops": 33,
97
+ "Track Pants": 37,
98
+ "Trousers": 1,
99
+ "Tshirts": 8,
100
+ "Unisex": 30,
101
+ "Waistcoat": 43,
102
+ "White": 42,
103
+ "Winter": 19,
104
+ "Women": 0,
105
+ "Yellow": 12
106
+ },
107
+ "layer_norm_eps": 1e-12,
108
+ "max_image_length": -1,
109
+ "max_position_embeddings": 40,
110
+ "modality_type_vocab_size": 2,
111
+ "model_type": "vilt",
112
+ "num_attention_heads": 12,
113
+ "num_channels": 3,
114
+ "num_hidden_layers": 12,
115
+ "num_images": -1,
116
+ "patch_size": 32,
117
+ "qkv_bias": true,
118
+ "tie_word_embeddings": false,
119
+ "torch_dtype": "float32",
120
+ "transformers_version": "4.42.4",
121
+ "type_vocab_size": 2,
122
+ "vocab_size": 30522
123
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55a4e56649bb1900d1f8349fa7af82458e3f0db7e2c74afc7f5f31057133f8f9
3
+ size 451418532
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
+ }
runs/Jul25_12-34-34_49ff2a879370/events.out.tfevents.1721910878.49ff2a879370.1320.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60fb1ef9af94dfa3dc042d3b1f4c95f82d4d1c56ae6945ce905e01046bef3f95
3
+ size 7579
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:3375688ae7eaa05adb8b70c8f0b025d7b19b5366fc7d2d3d0f0cf80a373e71b7
3
+ size 5176
vocab.txt ADDED
The diff for this file is too large to render. See raw diff