DumbledoreWiz commited on
Commit
02fbe84
·
verified ·
1 Parent(s): eec38a3

Upload 4 files

Browse files
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "BikiniTop",
13
+ "1": "BikiniBottom",
14
+ "2": "BikiniFull",
15
+ "3": "OnePiece",
16
+ "4": "Wetsuit",
17
+ "5": "Briefs",
18
+ "6": "Shorts",
19
+ "7": "RashGuard",
20
+ "8": "Tankini",
21
+ "9": "Monokini",
22
+ "10": "SwimTrunks",
23
+ "11": "Jammers",
24
+ "12": "BoardShorts"
25
+ },
26
+ "image_size": 224,
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "BikiniBottom": 1,
31
+ "BikiniFull": 2,
32
+ "BikiniTop": 0,
33
+ "BoardShorts": 12,
34
+ "Briefs": 5,
35
+ "Jammers": 11,
36
+ "Monokini": 9,
37
+ "OnePiece": 3,
38
+ "RashGuard": 7,
39
+ "Shorts": 6,
40
+ "SwimTrunks": 10,
41
+ "Tankini": 8,
42
+ "Wetsuit": 4
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "model_type": "vit",
46
+ "num_attention_heads": 12,
47
+ "num_channels": 3,
48
+ "num_hidden_layers": 12,
49
+ "patch_size": 16,
50
+ "problem_type": "single_label_classification",
51
+ "qkv_bias": true,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.48.2"
54
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d16d4a48142b482ac5a62964150fbe0dfa08e804a26cf0a300f8c5bedd60f843
3
+ size 343257812
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": 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": "ViTFeatureExtractor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "resample": 2,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a58b65fda47daac210aff084bcf3e8381a3c37b93c888e8f3c8fdbcfb093938c
3
+ size 5496