yesheytenzin5 commited on
Commit
5745865
1 Parent(s): 38525c5

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,16 @@ 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/_shagzo_woodturning.jpg filter=lfs diff=lfs merge=lfs -text
37
+ images/_tshemzo_tailoring-embroidery.jpg filter=lfs diff=lfs merge=lfs -text
38
+ images/dezo_paper_making.jpg filter=lfs diff=lfs merge=lfs -text
39
+ images/dozo_masonry.jpg filter=lfs diff=lfs merge=lfs -text
40
+ images/garzo_blacksmith.jpg filter=lfs diff=lfs merge=lfs -text
41
+ images/jinzo_sculpting.jpg filter=lfs diff=lfs merge=lfs -text
42
+ images/lhazo_painting.jpg filter=lfs diff=lfs merge=lfs -text
43
+ images/lugzo_bronze_casting.jpg filter=lfs diff=lfs merge=lfs -text
44
+ images/parzo_carving.jpg filter=lfs diff=lfs merge=lfs -text
45
+ images/shingzo_carpentry.jpg filter=lfs diff=lfs merge=lfs -text
46
+ images/thagzo_weaving.jpg filter=lfs diff=lfs merge=lfs -text
47
+ images/troeko_ornament.jpg filter=lfs diff=lfs merge=lfs -text
48
+ images/tsharzo_bamboo-weaving.jpg filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - pytorch
5
+ - huggingpics
6
+ metrics:
7
+ - accuracy
8
+
9
+ model-index:
10
+ - name: ZorigClassify
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.5
19
+ ---
20
+
21
+ # ZorigClassify
22
+
23
+
24
+ A model to classify the image into the thirteen arts and craft of Bhutan.
25
+ Autogenerated by HuggingPics
26
+ credit: @nateraw
27
+
28
+
29
+ ## Example Images
30
+
31
+
32
+ #### shagzo woodturning
33
+
34
+ ![ shagzo woodturning](images/_shagzo_woodturning.jpg)
35
+
36
+ #### tshemzo tailoring-embroidery
37
+
38
+ ![ tshemzo tailoring-embroidery](images/_tshemzo_tailoring-embroidery.jpg)
39
+
40
+ #### dezo paper making
41
+
42
+ ![dezo paper making](images/dezo_paper_making.jpg)
43
+
44
+ #### dozo masonry
45
+
46
+ ![dozo masonry](images/dozo_masonry.jpg)
47
+
48
+ #### garzo blacksmith
49
+
50
+ ![garzo blacksmith](images/garzo_blacksmith.jpg)
51
+
52
+ #### jinzo sculpting
53
+
54
+ ![jinzo sculpting](images/jinzo_sculpting.jpg)
55
+
56
+ #### lhazo painting
57
+
58
+ ![lhazo painting](images/lhazo_painting.jpg)
59
+
60
+ #### lugzo bronze casting
61
+
62
+ ![lugzo bronze casting](images/lugzo_bronze_casting.jpg)
63
+
64
+ #### parzo carving
65
+
66
+ ![parzo carving](images/parzo_carving.jpg)
67
+
68
+ #### shingzo carpentry
69
+
70
+ ![shingzo carpentry](images/shingzo_carpentry.jpg)
71
+
72
+ #### thagzo weaving
73
+
74
+ ![thagzo weaving](images/thagzo_weaving.jpg)
75
+
76
+ #### troeko ornament
77
+
78
+ ![troeko ornament](images/troeko_ornament.jpg)
79
+
80
+ #### tsharzo bamboo-weaving
81
+
82
+ ![tsharzo bamboo-weaving](images/tsharzo_bamboo-weaving.jpg)
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": " shagzo woodturning",
13
+ "1": " tshemzo tailoring-embroidery",
14
+ "10": "thagzo weaving",
15
+ "11": "troeko ornament",
16
+ "12": "tsharzo bamboo-weaving",
17
+ "2": "dezo paper making",
18
+ "3": "dozo masonry",
19
+ "4": "garzo blacksmith",
20
+ "5": "jinzo sculpting",
21
+ "6": "lhazo painting",
22
+ "7": "lugzo bronze casting",
23
+ "8": "parzo carving",
24
+ "9": "shingzo carpentry"
25
+ },
26
+ "image_size": 224,
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ " shagzo woodturning": "0",
31
+ " tshemzo tailoring-embroidery": "1",
32
+ "dezo paper making": "2",
33
+ "dozo masonry": "3",
34
+ "garzo blacksmith": "4",
35
+ "jinzo sculpting": "5",
36
+ "lhazo painting": "6",
37
+ "lugzo bronze casting": "7",
38
+ "parzo carving": "8",
39
+ "shingzo carpentry": "9",
40
+ "thagzo weaving": "10",
41
+ "troeko ornament": "11",
42
+ "tsharzo bamboo-weaving": "12"
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "model_type": "vit",
46
+ "num_attention_heads": 12,
47
+ "num_channels": 3,
48
+ "num_hidden_layers": 12,
49
+ "patch_size": 16,
50
+ "problem_type": "single_label_classification",
51
+ "qkv_bias": true,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.38.2"
54
+ }
images/_shagzo_woodturning.jpg ADDED

Git LFS Details

  • SHA256: b78f4731ac5bbea31bd0eb231a5130b2d26ab5f679c3908ff9c4555059806a52
  • Pointer size: 130 Bytes
  • Size of remote file: 64.6 kB
images/_tshemzo_tailoring-embroidery.jpg ADDED

Git LFS Details

  • SHA256: 838a852881176043cfb6ee4073bdcf9ee85f9dd5ac3275fc77619ca69ef3e475
  • Pointer size: 130 Bytes
  • Size of remote file: 35.4 kB
images/dezo_paper_making.jpg ADDED

Git LFS Details

  • SHA256: fc9a3ad9c6c9a78bcbd0fad1e0cbaa1e59a942f62e99245a23758e680bab47f6
  • Pointer size: 131 Bytes
  • Size of remote file: 174 kB
images/dozo_masonry.jpg ADDED

Git LFS Details

  • SHA256: ece80d8d93051fec29bc81a0479346c3c12a395ebe7e322bd4b5e7b150483d8b
  • Pointer size: 130 Bytes
  • Size of remote file: 51 kB
images/garzo_blacksmith.jpg ADDED

Git LFS Details

  • SHA256: 0c4064ecf8cf87524962f16c2e6f15d2560a8a96d93206b19eab67509d46116d
  • Pointer size: 131 Bytes
  • Size of remote file: 113 kB
images/jinzo_sculpting.jpg ADDED

Git LFS Details

  • SHA256: 3c519fc3b78c9efa18e90f2cec4af44e21b9daf65b8fe81eaef8b1640c239a82
  • Pointer size: 130 Bytes
  • Size of remote file: 32.8 kB
images/lhazo_painting.jpg ADDED

Git LFS Details

  • SHA256: 823e131aadbaf8c930ecb1c787361b6692feac53b57053e1809775dec612b3ae
  • Pointer size: 130 Bytes
  • Size of remote file: 29.8 kB
images/lugzo_bronze_casting.jpg ADDED

Git LFS Details

  • SHA256: 271dabca84fc480d5ee79ef772de39f26978d90b6174bc0a729f8f156cdcbe33
  • Pointer size: 130 Bytes
  • Size of remote file: 81.3 kB
images/parzo_carving.jpg ADDED

Git LFS Details

  • SHA256: fb01737874bf5d81f9e2a76e60c5aea6892b4ee4b9d91388e492891e91507d2a
  • Pointer size: 130 Bytes
  • Size of remote file: 71.7 kB
images/shingzo_carpentry.jpg ADDED

Git LFS Details

  • SHA256: 3c4b8788a1d7a1edd4b4ea610b57338130a0b8aa717cd14df862f1b17bc80481
  • Pointer size: 131 Bytes
  • Size of remote file: 226 kB
images/thagzo_weaving.jpg ADDED

Git LFS Details

  • SHA256: 31be6a737bfd8ee4e9e9336ca7bcdc4c0085b4f918403dc9c1185bd57f1fa670
  • Pointer size: 130 Bytes
  • Size of remote file: 59.2 kB
images/troeko_ornament.jpg ADDED

Git LFS Details

  • SHA256: a799728502758d3238ffd27172dc8a73daf4ae7df3ae73a464ca500d5c2357be
  • Pointer size: 131 Bytes
  • Size of remote file: 183 kB
images/tsharzo_bamboo-weaving.jpg ADDED

Git LFS Details

  • SHA256: c5c22c4b1e7750e0c7c0f0598ed5504015622d365c41e78e5b38675486984e88
  • Pointer size: 131 Bytes
  • Size of remote file: 247 kB
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc09313b3b1276ee204ec44a717e34f88ad324c1be10dc3f8da9d451065434e4
3
+ size 343257812
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
+ }
runs/events.out.tfevents.1713354287.86ae6f6df542.914.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9edf90226668e2ca44833ff62adfc9c8123b793bf37f1c0a3208621ff8b45c25
3
+ size 929