TTNVXX commited on
Commit
63a8426
1 Parent(s): 8cdbe44

commit files to HF hub

Browse files
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - pytorch
5
+ - huggingpics
6
+ metrics:
7
+ - accuracy
8
+
9
+ model-index:
10
+ - name: sunda-classification
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.9824175834655762
19
+ ---
20
+
21
+ # sunda-classification
22
+
23
+
24
+ sunda classification Model
config.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swinv2-base-patch4-window8-256",
3
+ "architectures": [
4
+ "Swinv2ForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 18,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 128,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1024,
19
+ "id2label": {
20
+ "0": "a",
21
+ "1": "ae",
22
+ "10": "i",
23
+ "11": "ja",
24
+ "12": "ka",
25
+ "13": "la",
26
+ "14": "ma",
27
+ "15": "na",
28
+ "16": "nga",
29
+ "17": "nya",
30
+ "18": "o",
31
+ "19": "pa",
32
+ "2": "ba",
33
+ "20": "qa",
34
+ "21": "ra",
35
+ "22": "sa",
36
+ "23": "ta",
37
+ "24": "u",
38
+ "25": "va",
39
+ "26": "wa",
40
+ "27": "xa",
41
+ "28": "ya",
42
+ "29": "za",
43
+ "3": "ca",
44
+ "4": "da",
45
+ "5": "e",
46
+ "6": "eu",
47
+ "7": "fa",
48
+ "8": "ga",
49
+ "9": "ha"
50
+ },
51
+ "image_size": 256,
52
+ "initializer_range": 0.02,
53
+ "label2id": {
54
+ "a": "0",
55
+ "ae": "1",
56
+ "ba": "2",
57
+ "ca": "3",
58
+ "da": "4",
59
+ "e": "5",
60
+ "eu": "6",
61
+ "fa": "7",
62
+ "ga": "8",
63
+ "ha": "9",
64
+ "i": "10",
65
+ "ja": "11",
66
+ "ka": "12",
67
+ "la": "13",
68
+ "ma": "14",
69
+ "na": "15",
70
+ "nga": "16",
71
+ "nya": "17",
72
+ "o": "18",
73
+ "pa": "19",
74
+ "qa": "20",
75
+ "ra": "21",
76
+ "sa": "22",
77
+ "ta": "23",
78
+ "u": "24",
79
+ "va": "25",
80
+ "wa": "26",
81
+ "xa": "27",
82
+ "ya": "28",
83
+ "za": "29"
84
+ },
85
+ "layer_norm_eps": 1e-05,
86
+ "mlp_ratio": 4.0,
87
+ "model_type": "swinv2",
88
+ "num_channels": 3,
89
+ "num_heads": [
90
+ 4,
91
+ 8,
92
+ 16,
93
+ 32
94
+ ],
95
+ "num_layers": 4,
96
+ "out_features": [
97
+ "stage4"
98
+ ],
99
+ "out_indices": [
100
+ 4
101
+ ],
102
+ "patch_size": 4,
103
+ "path_norm": true,
104
+ "pretrained_window_sizes": [
105
+ 0,
106
+ 0,
107
+ 0,
108
+ 0
109
+ ],
110
+ "problem_type": "single_label_classification",
111
+ "qkv_bias": true,
112
+ "stage_names": [
113
+ "stem",
114
+ "stage1",
115
+ "stage2",
116
+ "stage3",
117
+ "stage4"
118
+ ],
119
+ "torch_dtype": "float32",
120
+ "transformers_version": "4.40.2",
121
+ "use_absolute_embeddings": false,
122
+ "window_size": 8
123
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e236f6ed31f1887a242547182db3224745d1bfa160ba2d446f574265df1b0b65
3
+ size 347760320
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.485,
21
+ 0.456,
22
+ 0.406
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.229,
27
+ 0.224,
28
+ 0.225
29
+ ],
30
+ "resample": 3,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 256,
34
+ "width": 256
35
+ }
36
+ }
runs/events.out.tfevents.1715516968.4fcb2e6453c1.900.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48703ec820df58292d55b438e476d0ed5447700517f18ad5fe952095a9fe620b
3
+ size 6487