File size: 2,271 Bytes
0c2333d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_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": "Gothic art",
    "11": "Graffiti",
    "12": "Impressionism and Post-Impressionism",
    "13": "Islamic Art",
    "14": "Japanese Art",
    "15": "Late Baroque (Rococo) art",
    "16": "Latin American muralism",
    "17": "Medieval art",
    "18": "Minimalism paintings",
    "19": "Polynesian Art",
    "2": "Amazonian Art",
    "20": "Pop art",
    "21": "Realism paintings",
    "22": "Renaissance paintings",
    "23": "Surrealist paintings",
    "24": "cubism",
    "25": "expressionism",
    "26": "romanticism",
    "3": "Ancient Egyptian and Nubian Art",
    "4": "Ancient and Traditional Chinese Art",
    "5": "Anime art",
    "6": "Art Nouveau paintings",
    "7": "Baroque paintings",
    "8": "Cave Art",
    "9": "Constructivsm 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",
    "Baroque paintings": "7",
    "Cave Art": "8",
    "Constructivsm art": "9",
    "Gothic art": "10",
    "Graffiti": "11",
    "Impressionism and Post-Impressionism": "12",
    "Islamic Art": "13",
    "Japanese Art": "14",
    "Late Baroque (Rococo) art": "15",
    "Latin American muralism": "16",
    "Medieval art": "17",
    "Minimalism paintings": "18",
    "Polynesian Art": "19",
    "Pop art": "20",
    "Realism paintings": "21",
    "Renaissance paintings": "22",
    "Surrealist paintings": "23",
    "cubism": "24",
    "expressionism": "25",
    "romanticism": "26"
  },
  "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"
}