File size: 1,471 Bytes
7ef33c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_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": "H",
    "1": "Z",
    "2": "D",
    "3": "X",
    "4": "K",
    "5": "V",
    "6": "I",
    "7": "J",
    "8": "T",
    "9": "W",
    "10": "E",
    "11": "M",
    "12": "G",
    "13": "nothing",
    "14": "del",
    "15": "C",
    "16": "F",
    "17": "L",
    "18": "U",
    "19": "O",
    "20": "space",
    "21": "Y",
    "22": "A",
    "23": "B",
    "24": "R",
    "25": "Q",
    "26": "N",
    "27": "S",
    "28": "P"
  },
  "image_size": 224,
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "A": 22,
    "B": 23,
    "C": 15,
    "D": 2,
    "E": 10,
    "F": 16,
    "G": 12,
    "H": 0,
    "I": 6,
    "J": 7,
    "K": 4,
    "L": 17,
    "M": 11,
    "N": 26,
    "O": 19,
    "P": 28,
    "Q": 25,
    "R": 24,
    "S": 27,
    "T": 8,
    "U": 18,
    "V": 5,
    "W": 9,
    "X": 3,
    "Y": 21,
    "Z": 1,
    "del": 14,
    "nothing": 13,
    "space": 20
  },
  "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.33.0"
}