sans07 commited on
Commit
e7a9a53
·
1 Parent(s): 05429c4

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/Bathroom.jpg filter=lfs diff=lfs merge=lfs -text
37
+ images/Bedroom.jpg filter=lfs diff=lfs merge=lfs -text
38
+ images/Kitchen.jpg filter=lfs diff=lfs merge=lfs -text
39
+ images/Living_Room.jpg filter=lfs diff=lfs merge=lfs -text
40
+ images/Office.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: room-checker-hh
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.8380952477455139
19
+ ---
20
+
21
+ # room-checker-hh
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
+ #### Bathroom
35
+
36
+ ![Bathroom](images/Bathroom.jpg)
37
+
38
+ #### Bedroom
39
+
40
+ ![Bedroom](images/Bedroom.jpg)
41
+
42
+ #### Kitchen
43
+
44
+ ![Kitchen](images/Kitchen.jpg)
45
+
46
+ #### Living Room
47
+
48
+ ![Living Room](images/Living_Room.jpg)
49
+
50
+ #### Office
51
+
52
+ ![Office](images/Office.jpg)
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Bathroom",
12
+ "1": "Bedroom",
13
+ "2": "Kitchen",
14
+ "3": "Living Room",
15
+ "4": "Office"
16
+ },
17
+ "image_size": 224,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "Bathroom": "0",
22
+ "Bedroom": "1",
23
+ "Kitchen": "2",
24
+ "Living Room": "3",
25
+ "Office": "4"
26
+ },
27
+ "layer_norm_eps": 1e-12,
28
+ "model_type": "vit",
29
+ "num_attention_heads": 12,
30
+ "num_channels": 3,
31
+ "num_hidden_layers": 12,
32
+ "patch_size": 16,
33
+ "pooler_act": "tanh",
34
+ "pooler_output_size": 768,
35
+ "problem_type": "single_label_classification",
36
+ "qkv_bias": true,
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.53.1"
39
+ }
images/Bathroom.jpg ADDED

Git LFS Details

  • SHA256: c0c0a9fa5ab406309c1367ed6222cae6877f11f9b79015e0508d05b1b432162b
  • Pointer size: 130 Bytes
  • Size of remote file: 21.2 kB
images/Bedroom.jpg ADDED

Git LFS Details

  • SHA256: 4474c99b9dd75a0eda198d95cfe2a1028bd4fc84bb3983365c990c8930c80b32
  • Pointer size: 130 Bytes
  • Size of remote file: 24 kB
images/Kitchen.jpg ADDED

Git LFS Details

  • SHA256: d1b7fa4ed5fe8143990dbd1ff830568530e76cbd5991fc3467ac595df794539f
  • Pointer size: 130 Bytes
  • Size of remote file: 38 kB
images/Living_Room.jpg ADDED

Git LFS Details

  • SHA256: fbd0dc279da585297b909a9621400056fe2299511cec7d10645741a569a669a1
  • Pointer size: 130 Bytes
  • Size of remote file: 32.7 kB
images/Office.jpg ADDED

Git LFS Details

  • SHA256: 684458ab769bf6caaea8e754f80ad4590807ca0e3cc6da9fd7089c2653c2bee1
  • Pointer size: 130 Bytes
  • Size of remote file: 47.3 kB
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23b3c3b33f6c58b2c7737eb7a0294ea7c273d2bcf6c3c86841f44cf48be36081
3
+ size 343233204
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.1752234627.78a4a43d876c.295.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d625eba1e478f739ac5ea0bcca112ae2a3a563e94631d091bce80d724738f44
3
+ size 1492