File size: 3,569 Bytes
90fd7cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
  "_name_or_path": "google/vit-base-patch16-224-in21k",
  "architectures": [
    "ViTForImageClassification"
  ],
  "attention_probs_dropout_prob": 0.0,
  "encoder_stride": 16,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.0,
  "hidden_size": 768,
  "id2label": {
    "0": "Abstract art",
    "1": "African Art",
    "10": "Constructivism art",
    "11": "Constructivsm art",
    "12": "Contemporary art",
    "13": "Cubism art",
    "14": "Ethiopian Art",
    "15": "Expressionism paintings",
    "16": "Fauvism paintings",
    "17": "Gothic art",
    "18": "Graffiti",
    "19": "Impressionism and Post-Impressionism",
    "2": "Amazonian Art",
    "20": "Indochristian art",
    "21": "Islamic Art",
    "22": "Japanese Edo Period",
    "23": "Japanese Heian Period",
    "24": "Japanese momoyama",
    "25": "Kamakura or Muromachi Art",
    "26": "Korean Goryeo Dynasty Art",
    "27": "Late Baroque (Rococo) art",
    "28": "Latin American Modernism Art",
    "29": "Latin American muralism",
    "3": "Ancient Egyptian and Nubian Art",
    "30": "Mannerism paintings",
    "31": "Medieval art",
    "32": "Minimalism paintings",
    "33": "Modernism artwork",
    "34": "Naive art",
    "35": "Neo-expressionism art",
    "36": "Neoclassical art",
    "37": "Ottoman Art",
    "38": "Polynesian Art",
    "39": "Pop art",
    "4": "Ancient and Traditional Chinese Art",
    "40": "Realism paintings",
    "41": "Renaissance paintings",
    "42": "Romanticism paintings",
    "43": "Surrealist paintings",
    "44": "cubism",
    "45": "expressionism",
    "46": "romanticism",
    "5": "Anime art",
    "6": "Art Nouveau paintings",
    "7": "Art deco paintings",
    "8": "Baroque paintings",
    "9": "Cave Art"
  },
  "image_size": 224,
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "Abstract art": "0",
    "African Art": "1",
    "Amazonian Art": "2",
    "Ancient Egyptian and Nubian Art": "3",
    "Ancient and Traditional Chinese Art": "4",
    "Anime art": "5",
    "Art Nouveau paintings": "6",
    "Art deco paintings": "7",
    "Baroque paintings": "8",
    "Cave Art": "9",
    "Constructivism art": "10",
    "Constructivsm art": "11",
    "Contemporary art": "12",
    "Cubism art": "13",
    "Ethiopian Art": "14",
    "Expressionism paintings": "15",
    "Fauvism paintings": "16",
    "Gothic art": "17",
    "Graffiti": "18",
    "Impressionism and Post-Impressionism": "19",
    "Indochristian art": "20",
    "Islamic Art": "21",
    "Japanese Edo Period": "22",
    "Japanese Heian Period": "23",
    "Japanese momoyama": "24",
    "Kamakura or Muromachi Art": "25",
    "Korean Goryeo Dynasty Art": "26",
    "Late Baroque (Rococo) art": "27",
    "Latin American Modernism Art": "28",
    "Latin American muralism": "29",
    "Mannerism paintings": "30",
    "Medieval art": "31",
    "Minimalism paintings": "32",
    "Modernism artwork": "33",
    "Naive art": "34",
    "Neo-expressionism art": "35",
    "Neoclassical art": "36",
    "Ottoman Art": "37",
    "Polynesian Art": "38",
    "Pop art": "39",
    "Realism paintings": "40",
    "Renaissance paintings": "41",
    "Romanticism paintings": "42",
    "Surrealist paintings": "43",
    "cubism": "44",
    "expressionism": "45",
    "romanticism": "46"
  },
  "layer_norm_eps": 1e-12,
  "model_type": "vit",
  "num_attention_heads": 12,
  "num_channels": 3,
  "num_hidden_layers": 12,
  "patch_size": 16,
  "problem_type": "single_label_classification",
  "qkv_bias": true,
  "torch_dtype": "float32",
  "transformers_version": "4.31.0"
}