mindflayer commited on
Commit
e5c9686
1 Parent(s): 46b7fd7

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -30,3 +30,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
  *.zip filter=lfs diff=lfs merge=lfs -text
31
  *.zst filter=lfs diff=lfs merge=lfs -text
32
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
30
  *.zip filter=lfs diff=lfs merge=lfs -text
31
  *.zst filter=lfs diff=lfs merge=lfs -text
32
  *tfevents* filter=lfs diff=lfs merge=lfs -text
33
+ images/Idli.jpg filter=lfs diff=lfs merge=lfs -text
34
+ images/chutney.jpg filter=lfs diff=lfs merge=lfs -text
35
+ images/dosa.jpg filter=lfs diff=lfs merge=lfs -text
36
+ images/sambar.jpg filter=lfs diff=lfs merge=lfs -text
37
+ images/vada.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: south-indian-foods
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.6666666865348816
19
+ ---
20
+
21
+ # south-indian-foods
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
+ #### Idli
35
+
36
+ ![Idli](images/Idli.jpg)
37
+
38
+ #### chutney
39
+
40
+ ![chutney](images/chutney.jpg)
41
+
42
+ #### dosa
43
+
44
+ ![dosa](images/dosa.jpg)
45
+
46
+ #### sambar
47
+
48
+ ![sambar](images/sambar.jpg)
49
+
50
+ #### vada
51
+
52
+ ![vada](images/vada.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": "Idli",
13
+ "1": "chutney",
14
+ "2": "dosa",
15
+ "3": "sambar",
16
+ "4": "vada"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "Idli": "0",
23
+ "chutney": "1",
24
+ "dosa": "2",
25
+ "sambar": "3",
26
+ "vada": "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.22.2"
38
+ }
images/Idli.jpg ADDED

Git LFS Details

  • SHA256: 2b2ef364da695fc9d91cd6f56037f20c944ea45d3779102ab1854ddd924e50f9
  • Pointer size: 130 Bytes
  • Size of remote file: 25.7 kB
images/chutney.jpg ADDED

Git LFS Details

  • SHA256: e4a2c9d5bb0165a0ef996efdb4c9c3cac6719b6db5921516a286db7db79c7066
  • Pointer size: 130 Bytes
  • Size of remote file: 34.8 kB
images/dosa.jpg ADDED

Git LFS Details

  • SHA256: f497bc0e3b1a0502e88a807244e02fce91afaf8c9c2d85af3e8a12d97498969c
  • Pointer size: 130 Bytes
  • Size of remote file: 24.4 kB
images/sambar.jpg ADDED

Git LFS Details

  • SHA256: 0404fb8c1c911acf6ed7f8c187b25a3a477361df55315b288f2bf6c8fef4c589
  • Pointer size: 130 Bytes
  • Size of remote file: 28.6 kB
images/vada.jpg ADDED

Git LFS Details

  • SHA256: 356d5161c0038a48d163a1e8f35fd088e5b9008e4036faa984e478a80f3d6af1
  • Pointer size: 130 Bytes
  • Size of remote file: 25.5 kB
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_std": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "resample": 2,
16
+ "size": 224
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4935567539b5c23147ee3355a2c7547f43f00f7db2a8ea442a8ace85c9fee89a
3
+ size 343273393
runs/events.out.tfevents.1664895158.180107f76cee.68.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9218c4bf92c0d2f6c0f4d46c3bcae7a1c254afa99c233a1a54fc0a61fe844be
3
+ size 1255