DumbledoreWiz commited on
Commit
d00031f
·
verified ·
1 Parent(s): 4b8fd74

Upload 2 files

Browse files
Files changed (1) hide show
  1. config.json +17 -13
config.json CHANGED
@@ -9,23 +9,27 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "Jogger",
13
- "1": "Dresspants",
14
- "2": "Leggings",
15
- "3": "Palazzo",
16
- "4": "Cargo",
17
- "5": "Chinos"
 
 
18
  },
19
  "image_size": 224,
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
- "Cargo": 4,
24
- "Chinos": 5,
25
- "Dresspants": 1,
26
- "Jogger": 0,
27
- "Leggings": 2,
28
- "Palazzo": 3
 
 
29
  },
30
  "layer_norm_eps": 1e-12,
31
  "model_type": "vit",
@@ -36,5 +40,5 @@
36
  "problem_type": "single_label_classification",
37
  "qkv_bias": true,
38
  "torch_dtype": "float32",
39
- "transformers_version": "4.42.4"
40
  }
 
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "Round",
13
+ "1": "Collared",
14
+ "2": "High neck",
15
+ "3": "V Neck",
16
+ "4": "Straight",
17
+ "5": "Halter",
18
+ "6": "Asymmetric",
19
+ "7": "Henley"
20
  },
21
  "image_size": 224,
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
+ "Asymmetric": 6,
26
+ "Collared": 1,
27
+ "Halter": 5,
28
+ "Henley": 7,
29
+ "High neck": 2,
30
+ "Round": 0,
31
+ "Straight": 4,
32
+ "V Neck": 3
33
  },
34
  "layer_norm_eps": 1e-12,
35
  "model_type": "vit",
 
40
  "problem_type": "single_label_classification",
41
  "qkv_bias": true,
42
  "torch_dtype": "float32",
43
+ "transformers_version": "4.44.2"
44
  }