merelevy commited on
Commit
69fdeb6
·
1 Parent(s): edf83b0

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,7 @@ 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/building_ramp.jpg filter=lfs diff=lfs merge=lfs -text
37
+ images/room_signs.jpg filter=lfs diff=lfs merge=lfs -text
38
+ images/sign_with_braille.jpg filter=lfs diff=lfs merge=lfs -text
39
+ images/stairs.jpg filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - pytorch
5
+ - huggingpics
6
+ metrics:
7
+ - accuracy
8
+
9
+ model-index:
10
+ - name: environmental-accessibility
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.8202247023582458
19
+ ---
20
+
21
+ # environmental-accessibility
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
+ #### building ramp
35
+
36
+ ![building ramp](images/building_ramp.jpg)
37
+
38
+ #### room signs
39
+
40
+ ![room signs](images/room_signs.jpg)
41
+
42
+ #### sign with braille
43
+
44
+ ![sign with braille](images/sign_with_braille.jpg)
45
+
46
+ #### stairs
47
+
48
+ ![stairs](images/stairs.jpg)
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ViTForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "encoder_stride": 16,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "building ramp",
12
+ "1": "room signs",
13
+ "2": "sign with braille",
14
+ "3": "stairs"
15
+ },
16
+ "image_size": 224,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "building ramp": "0",
21
+ "room signs": "1",
22
+ "sign with braille": "2",
23
+ "stairs": "3"
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "model_type": "vit",
27
+ "num_attention_heads": 12,
28
+ "num_channels": 3,
29
+ "num_hidden_layers": 12,
30
+ "patch_size": 16,
31
+ "pooler_act": "tanh",
32
+ "pooler_output_size": 768,
33
+ "problem_type": "single_label_classification",
34
+ "qkv_bias": true,
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.50.2"
37
+ }
images/building_ramp.jpg ADDED

Git LFS Details

  • SHA256: 338a5bed75f64b49456be2ed4f5e84df1bd389901502704cd4c5f80a710c8bf2
  • Pointer size: 131 Bytes
  • Size of remote file: 108 kB
images/room_signs.jpg ADDED

Git LFS Details

  • SHA256: 9a30d2b00209c750c1250a854e52cf6a9718dc3fa54320aa4418eb070a735f92
  • Pointer size: 130 Bytes
  • Size of remote file: 28.8 kB
images/sign_with_braille.jpg ADDED

Git LFS Details

  • SHA256: 312d0131856dbccffee71208f88a3d2ca8764c4bcaf22bccdc66fb394cc44e3a
  • Pointer size: 130 Bytes
  • Size of remote file: 18 kB
images/stairs.jpg ADDED

Git LFS Details

  • SHA256: 8c23a7a66c2db459eb7fbf651507377a8c8f04e930a630bcaf915afeee34d7d9
  • Pointer size: 130 Bytes
  • Size of remote file: 63.9 kB
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3022b7c489defac08edb59676a39c0e438eb087ae1311a37f33b1474eb614b75
3
+ size 343230128
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "ViTFeatureExtractor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "resample": 2,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }
runs/events.out.tfevents.1743576796.db3e6ecb8425.324.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f64bb639c6741e738b2ae7949ff38d0e17554a57116902db166507ebb5ef8e0
3
+ size 1396