nikzarifie commited on
Commit
eab9c77
·
1 Parent(s): b2b1a60

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,13 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ images/Abd_Rahman_Limbong.jpeg filter=lfs diff=lfs merge=lfs -text
37
+ images/Antanom.JPG filter=lfs diff=lfs merge=lfs -text
38
+ images/Dato_Bahaman.jpeg filter=lfs diff=lfs merge=lfs -text
39
+ images/Dato_Magaraja_Lela.jpeg filter=lfs diff=lfs merge=lfs -text
40
+ images/Datuk_Siamang_Gagap.jpg filter=lfs diff=lfs merge=lfs -text
41
+ images/Mat_Kilau.jpg filter=lfs diff=lfs merge=lfs -text
42
+ images/Mat_Salleh.jpg filter=lfs diff=lfs merge=lfs -text
43
+ images/Rentap.jpg filter=lfs diff=lfs merge=lfs -text
44
+ images/Tok_Janggut.PNG filter=lfs diff=lfs merge=lfs -text
45
+ images/YAM_Tuan_Antah.jpeg filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - pytorch
5
+ - huggingpics
6
+ metrics:
7
+ - accuracy
8
+
9
+ model-index:
10
+ - name: pahlawan_merdeka_66
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.9305555820465088
19
+ ---
20
+
21
+ # pahlawan_merdeka_66
22
+
23
+
24
+ Autogenerated by HuggingPics🤗🖼️
25
+
26
+ Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb).
27
+
28
+ Report any issues with the demo at the [github repo](https://github.com/nateraw/huggingpics).
29
+
30
+
31
+ ## Example Images
32
+
33
+
34
+ #### Abd Rahman Limbong
35
+
36
+ ![Abd Rahman Limbong](images/Abd_Rahman_Limbong.jpeg)
37
+
38
+ #### Antanom
39
+
40
+ ![Antanom](images/Antanom.JPG)
41
+
42
+ #### Dato Bahaman
43
+
44
+ ![Dato Bahaman](images/Dato_Bahaman.jpeg)
45
+
46
+ #### Dato Magaraja Lela
47
+
48
+ ![Dato Magaraja Lela](images/Dato_Magaraja_Lela.jpeg)
49
+
50
+ #### Datuk Siamang Gagap
51
+
52
+ ![Datuk Siamang Gagap](images/Datuk_Siamang_Gagap.jpg)
53
+
54
+ #### Mat Kilau
55
+
56
+ ![Mat Kilau](images/Mat_Kilau.jpg)
57
+
58
+ #### Mat Salleh
59
+
60
+ ![Mat Salleh](images/Mat_Salleh.jpg)
61
+
62
+ #### Rentap
63
+
64
+ ![Rentap](images/Rentap.jpg)
65
+
66
+ #### Tok Janggut
67
+
68
+ ![Tok Janggut](images/Tok_Janggut.PNG)
69
+
70
+ #### YAM Tuan Antah
71
+
72
+ ![YAM Tuan Antah](images/YAM_Tuan_Antah.jpeg)
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Abd Rahman Limbong",
13
+ "1": "Antanom",
14
+ "2": "Dato Bahaman",
15
+ "3": "Dato Magaraja Lela",
16
+ "4": "Datuk Siamang Gagap",
17
+ "5": "Mat Kilau",
18
+ "6": "Mat Salleh",
19
+ "7": "Rentap",
20
+ "8": "Tok Janggut",
21
+ "9": "YAM Tuan Antah"
22
+ },
23
+ "image_size": 224,
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "Abd Rahman Limbong": "0",
28
+ "Antanom": "1",
29
+ "Dato Bahaman": "2",
30
+ "Dato Magaraja Lela": "3",
31
+ "Datuk Siamang Gagap": "4",
32
+ "Mat Kilau": "5",
33
+ "Mat Salleh": "6",
34
+ "Rentap": "7",
35
+ "Tok Janggut": "8",
36
+ "YAM Tuan Antah": "9"
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "model_type": "vit",
40
+ "num_attention_heads": 12,
41
+ "num_channels": 3,
42
+ "num_hidden_layers": 12,
43
+ "patch_size": 16,
44
+ "problem_type": "single_label_classification",
45
+ "qkv_bias": true,
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.32.1"
48
+ }
images/Abd_Rahman_Limbong.jpeg ADDED

Git LFS Details

  • SHA256: b36ca7e63e78cd8c7f131d2f5598191b1fadbb9df3952b20a66cd5b4002da422
  • Pointer size: 130 Bytes
  • Size of remote file: 32.6 kB
images/Antanom.JPG ADDED

Git LFS Details

  • SHA256: ee3aa8ce60ba9fff6bdac08adbf8f7dcb92b3c365bb775aa1b614302ecc6d54f
  • Pointer size: 130 Bytes
  • Size of remote file: 81.7 kB
images/Dato_Bahaman.jpeg ADDED

Git LFS Details

  • SHA256: 2c20ae153860b57b0e81ce00a0fba869ad024cc179e8f22edc52d1f7e4b05f66
  • Pointer size: 130 Bytes
  • Size of remote file: 20.5 kB
images/Dato_Magaraja_Lela.jpeg ADDED

Git LFS Details

  • SHA256: be07827f3cc02d778d1eeb80f4f7abb16b87586be6c80b713f56b3a58fef0085
  • Pointer size: 131 Bytes
  • Size of remote file: 164 kB
images/Datuk_Siamang_Gagap.jpg ADDED

Git LFS Details

  • SHA256: 0efbf6e2816bfd51b4efabb1d1ea8b19ee424c98cd3e48002c89624ea3481117
  • Pointer size: 130 Bytes
  • Size of remote file: 25.8 kB
images/Mat_Kilau.jpg ADDED

Git LFS Details

  • SHA256: 2255ecade1675d2435700db5c3b4724e58d299ecb745c0a5677e84ada06d049e
  • Pointer size: 130 Bytes
  • Size of remote file: 28.5 kB
images/Mat_Salleh.jpg ADDED

Git LFS Details

  • SHA256: 854a7b7763b550004a2691e1c86f250952ec92527141475081cd685399a3c0ca
  • Pointer size: 130 Bytes
  • Size of remote file: 47.6 kB
images/Rentap.jpg ADDED

Git LFS Details

  • SHA256: e2e92391305eaad9ec960256fcd215ed774de3d974c564d4e43108894f925938
  • Pointer size: 131 Bytes
  • Size of remote file: 132 kB
images/Tok_Janggut.PNG ADDED

Git LFS Details

  • SHA256: f0e2aa8dfa0a364413ae98ea34828c30c44635654b4d1557828f871b7e41aa7d
  • Pointer size: 131 Bytes
  • Size of remote file: 111 kB
images/YAM_Tuan_Antah.jpeg ADDED

Git LFS Details

  • SHA256: e9101c75027ebebf19cb8154cd5dd2bca68a179a3a52e411f7a04cd11b68e420
  • Pointer size: 131 Bytes
  • Size of remote file: 565 kB
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": "ViTFeatureExtractor",
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1402f52679a64530c61115f583e8ce07eb2de58480ac50881f8042d4c1ce270d
3
+ size 343290541
runs/events.out.tfevents.1693816135.5622bf2148f7.231.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:132306e5df6d3b0c17ff20a339c5c6b0c302c05e049042c9c5af1e4bfe17d7ec
3
+ size 12069