nurhikam commited on
Commit
85ea0a0
·
1 Parent(s): 8755d1a

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: classify-person-stechoq
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.9907063245773315
19
+ ---
20
+
21
+ # classify-person-stechoq
22
+
23
+
24
+ clasifier stechoq person model
config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224",
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": "Adhy",
13
+ "1": "Akhdan",
14
+ "10": "David",
15
+ "11": "Dwiki",
16
+ "12": "Ella",
17
+ "13": "Fadhli",
18
+ "14": "Filla",
19
+ "15": "Greece",
20
+ "16": "Haidar",
21
+ "17": "Hikam",
22
+ "18": "Khansa",
23
+ "19": "Krisi",
24
+ "2": "Alfon",
25
+ "20": "Laila",
26
+ "21": "Rico",
27
+ "22": "Sanubari",
28
+ "23": "Wahyu",
29
+ "24": "Yogi",
30
+ "3": "Annur",
31
+ "4": "Arjun",
32
+ "5": "Atma",
33
+ "6": "Bimo",
34
+ "7": "Cantica",
35
+ "8": "Clariza",
36
+ "9": "Daris"
37
+ },
38
+ "image_size": 224,
39
+ "initializer_range": 0.02,
40
+ "intermediate_size": 3072,
41
+ "label2id": {
42
+ "Adhy": "0",
43
+ "Akhdan": "1",
44
+ "Alfon": "2",
45
+ "Annur": "3",
46
+ "Arjun": "4",
47
+ "Atma": "5",
48
+ "Bimo": "6",
49
+ "Cantica": "7",
50
+ "Clariza": "8",
51
+ "Daris": "9",
52
+ "David": "10",
53
+ "Dwiki": "11",
54
+ "Ella": "12",
55
+ "Fadhli": "13",
56
+ "Filla": "14",
57
+ "Greece": "15",
58
+ "Haidar": "16",
59
+ "Hikam": "17",
60
+ "Khansa": "18",
61
+ "Krisi": "19",
62
+ "Laila": "20",
63
+ "Rico": "21",
64
+ "Sanubari": "22",
65
+ "Wahyu": "23",
66
+ "Yogi": "24"
67
+ },
68
+ "layer_norm_eps": 1e-12,
69
+ "model_type": "vit",
70
+ "num_attention_heads": 12,
71
+ "num_channels": 3,
72
+ "num_hidden_layers": 12,
73
+ "patch_size": 16,
74
+ "problem_type": "single_label_classification",
75
+ "qkv_bias": true,
76
+ "torch_dtype": "float32",
77
+ "transformers_version": "4.45.2"
78
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc1469f561721c94741608c5a09edf7c7c7c808e6f71f80a3a12ac74f969b81d
3
+ size 343294724
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/events.out.tfevents.1728884915.daf9423cb0c1.782.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7baf7f5ea75e431c14df26572e410787cdf7503b71cf349c384720151033a889
3
+ size 6112