mjsp commited on
Commit
f668154
1 Parent(s): b199e89

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,8 @@ 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/gulab_jamun.jpg filter=lfs diff=lfs merge=lfs -text
37
+ images/jalebi.jpg filter=lfs diff=lfs merge=lfs -text
38
+ images/kheer.jpg filter=lfs diff=lfs merge=lfs -text
39
+ images/malai.jpg filter=lfs diff=lfs merge=lfs -text
40
+ images/rasgulla.jpg filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - pytorch
5
+ - huggingpics
6
+ metrics:
7
+ - accuracy
8
+
9
+ model-index:
10
+ - name: indian-sweet
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.695652186870575
19
+ ---
20
+
21
+ # indian-sweet
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
+ #### gulab jamun
35
+
36
+ ![gulab jamun](images/gulab_jamun.jpg)
37
+
38
+ #### jalebi
39
+
40
+ ![jalebi](images/jalebi.jpg)
41
+
42
+ #### kheer
43
+
44
+ ![kheer](images/kheer.jpg)
45
+
46
+ #### malai
47
+
48
+ ![malai](images/malai.jpg)
49
+
50
+ #### rasgulla
51
+
52
+ ![rasgulla](images/rasgulla.jpg)
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "gulab jamun",
13
+ "1": "jalebi",
14
+ "2": "kheer",
15
+ "3": "malai",
16
+ "4": "rasgulla"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "gulab jamun": "0",
23
+ "jalebi": "1",
24
+ "kheer": "2",
25
+ "malai": "3",
26
+ "rasgulla": "4"
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "model_type": "vit",
30
+ "num_attention_heads": 12,
31
+ "num_channels": 3,
32
+ "num_hidden_layers": 12,
33
+ "patch_size": 16,
34
+ "problem_type": "single_label_classification",
35
+ "qkv_bias": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.34.0"
38
+ }
images/gulab_jamun.jpg ADDED

Git LFS Details

  • SHA256: 82fe3b335ba7a5fdb744eb0d6475347122f6985d72b572cf7fa1034a42aa7cd1
  • Pointer size: 130 Bytes
  • Size of remote file: 24.9 kB
images/jalebi.jpg ADDED

Git LFS Details

  • SHA256: 84104adb127ccd6639b513052eab52c9581ebb3b7a2f10c20f3b2a7a8323f9a7
  • Pointer size: 130 Bytes
  • Size of remote file: 27 kB
images/kheer.jpg ADDED

Git LFS Details

  • SHA256: 5ad68e2a4f1938acadefdaae3b94cca6666ac568274fe3f88bf8e36b1183f838
  • Pointer size: 130 Bytes
  • Size of remote file: 27.9 kB
images/malai.jpg ADDED

Git LFS Details

  • SHA256: d51b356dba088d8a6f59f10f9cb0bac44be0076c247ef205d1cfd3f12d67054f
  • Pointer size: 129 Bytes
  • Size of remote file: 5.02 kB
images/rasgulla.jpg ADDED

Git LFS Details

  • SHA256: 838eeaf00372b9daa5e6f9310929ea0f4a893a8b1388e91b34661869030201c8
  • Pointer size: 130 Bytes
  • Size of remote file: 23.7 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:80f57c2df218127d6684b457d2cef6b7ff929de68c3a48b32feb7eaec73cc6b3
3
+ size 343275181
runs/events.out.tfevents.1696592886.02fa9071db6f.266.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:951a9ade7ecc9dd3128b2486c0d4aca5041a74c2427e1d6ed5d62be1396082b1
3
+ size 1114