File size: 1,998 Bytes
63a8426
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
124
{
  "_name_or_path": "microsoft/swinv2-base-patch4-window8-256",
  "architectures": [
    "Swinv2ForImageClassification"
  ],
  "attention_probs_dropout_prob": 0.0,
  "depths": [
    2,
    2,
    18,
    2
  ],
  "drop_path_rate": 0.1,
  "embed_dim": 128,
  "encoder_stride": 32,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.0,
  "hidden_size": 1024,
  "id2label": {
    "0": "a",
    "1": "ae",
    "10": "i",
    "11": "ja",
    "12": "ka",
    "13": "la",
    "14": "ma",
    "15": "na",
    "16": "nga",
    "17": "nya",
    "18": "o",
    "19": "pa",
    "2": "ba",
    "20": "qa",
    "21": "ra",
    "22": "sa",
    "23": "ta",
    "24": "u",
    "25": "va",
    "26": "wa",
    "27": "xa",
    "28": "ya",
    "29": "za",
    "3": "ca",
    "4": "da",
    "5": "e",
    "6": "eu",
    "7": "fa",
    "8": "ga",
    "9": "ha"
  },
  "image_size": 256,
  "initializer_range": 0.02,
  "label2id": {
    "a": "0",
    "ae": "1",
    "ba": "2",
    "ca": "3",
    "da": "4",
    "e": "5",
    "eu": "6",
    "fa": "7",
    "ga": "8",
    "ha": "9",
    "i": "10",
    "ja": "11",
    "ka": "12",
    "la": "13",
    "ma": "14",
    "na": "15",
    "nga": "16",
    "nya": "17",
    "o": "18",
    "pa": "19",
    "qa": "20",
    "ra": "21",
    "sa": "22",
    "ta": "23",
    "u": "24",
    "va": "25",
    "wa": "26",
    "xa": "27",
    "ya": "28",
    "za": "29"
  },
  "layer_norm_eps": 1e-05,
  "mlp_ratio": 4.0,
  "model_type": "swinv2",
  "num_channels": 3,
  "num_heads": [
    4,
    8,
    16,
    32
  ],
  "num_layers": 4,
  "out_features": [
    "stage4"
  ],
  "out_indices": [
    4
  ],
  "patch_size": 4,
  "path_norm": true,
  "pretrained_window_sizes": [
    0,
    0,
    0,
    0
  ],
  "problem_type": "single_label_classification",
  "qkv_bias": true,
  "stage_names": [
    "stem",
    "stage1",
    "stage2",
    "stage3",
    "stage4"
  ],
  "torch_dtype": "float32",
  "transformers_version": "4.40.2",
  "use_absolute_embeddings": false,
  "window_size": 8
}