mayoughi commited on
Commit
81e05b5
·
1 Parent(s): 8a8c93c

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -25,3 +25,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
28
+ images/airport.jpg filter=lfs diff=lfs merge=lfs -text
29
+ images/balcony.jpg filter=lfs diff=lfs merge=lfs -text
30
+ images/coffee_house_indoors.jpg filter=lfs diff=lfs merge=lfs -text
31
+ images/hallway.jpg filter=lfs diff=lfs merge=lfs -text
32
+ images/hospital.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: where_am_I_hospital-balcony-hallway-airport-coffee-house
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.8839285969734192
19
+ ---
20
+
21
+ # where_am_I_hospital-balcony-hallway-airport-coffee-house
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
+ #### airport
35
+
36
+ ![airport](images/airport.jpg)
37
+
38
+ #### balcony
39
+
40
+ ![balcony](images/balcony.jpg)
41
+
42
+ #### coffee house indoors
43
+
44
+ ![coffee house indoors](images/coffee_house_indoors.jpg)
45
+
46
+ #### hallway
47
+
48
+ ![hallway](images/hallway.jpg)
49
+
50
+ #### hospital
51
+
52
+ ![hospital](images/hospital.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": "airport",
13
+ "1": "balcony",
14
+ "2": "coffee house indoors",
15
+ "3": "hallway",
16
+ "4": "hospital"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "airport": "0",
23
+ "balcony": "1",
24
+ "coffee house indoors": "2",
25
+ "hallway": "3",
26
+ "hospital": "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.20.1"
38
+ }
images/airport.jpg ADDED

Git LFS Details

  • SHA256: 22e59c1ad1aba0475c05935a37442e0cabb0fcc9fb4a5ea54cc5e975934ce3bb
  • Pointer size: 130 Bytes
  • Size of remote file: 23.5 kB
images/balcony.jpg ADDED

Git LFS Details

  • SHA256: 62956c354f59ee0869094b24629a6bddb8eb19ac61c1a7d5c5d5b9f969736693
  • Pointer size: 130 Bytes
  • Size of remote file: 49.2 kB
images/coffee_house_indoors.jpg ADDED

Git LFS Details

  • SHA256: 4b8288de9777fcf932b9f2545d736d4209eb42db38751bda10b8720288e96916
  • Pointer size: 130 Bytes
  • Size of remote file: 51.2 kB
images/hallway.jpg ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 4d0c29270306ad919390e78c92ee000542e1ac83d39143c27402d939bbda7417
  • Pointer size: 130 Bytes
  • Size of remote file: 21.2 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:ed90285f6d99ef1a9b1a9ef7fc302af83a63acd2640ba2a0bfa9b707a95fe4c5
3
+ size 343273393
runs/events.out.tfevents.1655913228.338542e8241c.70.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35773856ae65ed95e932a9d673892843c9e60512ee065079fe6b30d82cd0aa24
3
+ size 1444