Upload 3 files
Browse files- config.json +110 -0
- preprocessor_config.json +15 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "A",
|
13 |
+
"1": "B",
|
14 |
+
"10": "K",
|
15 |
+
"11": "L",
|
16 |
+
"12": "M",
|
17 |
+
"13": "N",
|
18 |
+
"14": "O",
|
19 |
+
"15": "P",
|
20 |
+
"16": "Q",
|
21 |
+
"17": "R",
|
22 |
+
"18": "S",
|
23 |
+
"19": "T",
|
24 |
+
"2": "C",
|
25 |
+
"20": "U",
|
26 |
+
"21": "V",
|
27 |
+
"22": "W",
|
28 |
+
"23": "X",
|
29 |
+
"24": "Y",
|
30 |
+
"25": "Z",
|
31 |
+
"26": "baik",
|
32 |
+
"27": "bibir",
|
33 |
+
"28": "cinta",
|
34 |
+
"29": "dengar",
|
35 |
+
"3": "D",
|
36 |
+
"30": "dia",
|
37 |
+
"31": "diam",
|
38 |
+
"32": "ibu",
|
39 |
+
"33": "maaf",
|
40 |
+
"34": "mahasiswa",
|
41 |
+
"35": "pilih",
|
42 |
+
"36": "punya",
|
43 |
+
"37": "saya",
|
44 |
+
"38": "sehat",
|
45 |
+
"39": "tidur",
|
46 |
+
"4": "E",
|
47 |
+
"40": "zuhur",
|
48 |
+
"5": "F",
|
49 |
+
"6": "G",
|
50 |
+
"7": "H",
|
51 |
+
"8": "I",
|
52 |
+
"9": "J"
|
53 |
+
},
|
54 |
+
"image_size": 224,
|
55 |
+
"initializer_range": 0.02,
|
56 |
+
"intermediate_size": 3072,
|
57 |
+
"label2id": {
|
58 |
+
"A": "0",
|
59 |
+
"B": "1",
|
60 |
+
"C": "2",
|
61 |
+
"D": "3",
|
62 |
+
"E": "4",
|
63 |
+
"F": "5",
|
64 |
+
"G": "6",
|
65 |
+
"H": "7",
|
66 |
+
"I": "8",
|
67 |
+
"J": "9",
|
68 |
+
"K": "10",
|
69 |
+
"L": "11",
|
70 |
+
"M": "12",
|
71 |
+
"N": "13",
|
72 |
+
"O": "14",
|
73 |
+
"P": "15",
|
74 |
+
"Q": "16",
|
75 |
+
"R": "17",
|
76 |
+
"S": "18",
|
77 |
+
"T": "19",
|
78 |
+
"U": "20",
|
79 |
+
"V": "21",
|
80 |
+
"W": "22",
|
81 |
+
"X": "23",
|
82 |
+
"Y": "24",
|
83 |
+
"Z": "25",
|
84 |
+
"baik": "26",
|
85 |
+
"bibir": "27",
|
86 |
+
"cinta": "28",
|
87 |
+
"dengar": "29",
|
88 |
+
"dia": "30",
|
89 |
+
"diam": "31",
|
90 |
+
"ibu": "32",
|
91 |
+
"maaf": "33",
|
92 |
+
"mahasiswa": "34",
|
93 |
+
"pilih": "35",
|
94 |
+
"punya": "36",
|
95 |
+
"saya": "37",
|
96 |
+
"sehat": "38",
|
97 |
+
"tidur": "39",
|
98 |
+
"zuhur": "40"
|
99 |
+
},
|
100 |
+
"layer_norm_eps": 1e-12,
|
101 |
+
"model_type": "vit",
|
102 |
+
"num_attention_heads": 12,
|
103 |
+
"num_channels": 3,
|
104 |
+
"num_hidden_layers": 12,
|
105 |
+
"patch_size": 16,
|
106 |
+
"problem_type": "single_label_classification",
|
107 |
+
"qkv_bias": true,
|
108 |
+
"torch_dtype": "float32",
|
109 |
+
"transformers_version": "4.26.1"
|
110 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_resize": true,
|
4 |
+
"image_mean": [
|
5 |
+
0.5,
|
6 |
+
0.5,
|
7 |
+
0.5
|
8 |
+
],
|
9 |
+
"image_std": [
|
10 |
+
0.5,
|
11 |
+
0.5,
|
12 |
+
0.5
|
13 |
+
],
|
14 |
+
"size": 224
|
15 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:253bab438a8adf78aab698866fcf7368e5cedffe7e332e8cf4fd15635601bb41
|
3 |
+
size 343385901
|