gxl97714 commited on
Commit
56f469c
1 Parent(s): 4734ba3

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/house_facade.jpg filter=lfs diff=lfs merge=lfs -text
39
+ images/kitchen.jpg filter=lfs diff=lfs merge=lfs -text
40
+ images/living_room.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: real-estate-classifier-Gab
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.8482142686843872
19
+ ---
20
+
21
+ # real-estate-classifier-Gab
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
+ #### house facade
43
+
44
+ ![house facade](images/house_facade.jpg)
45
+
46
+ #### kitchen
47
+
48
+ ![kitchen](images/kitchen.jpg)
49
+
50
+ #### living room
51
+
52
+ ![living room](images/living_room.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": "bathroom",
13
+ "1": "bedroom",
14
+ "2": "house facade",
15
+ "3": "kitchen",
16
+ "4": "living room"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "bathroom": "0",
23
+ "bedroom": "1",
24
+ "house facade": "2",
25
+ "kitchen": "3",
26
+ "living room": "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.1"
38
+ }
images/bathroom.jpg ADDED

Git LFS Details

  • SHA256: 79cedd5733322fe59f9e3416cdca2b1284ade5b79f798b614317fd4e6f343a52
  • Pointer size: 130 Bytes
  • Size of remote file: 14.9 kB
images/bedroom.jpg ADDED

Git LFS Details

  • SHA256: cd8326cef5d3daa7f171df2b91c5f239673c248344e3b89670b6a78c993c414a
  • Pointer size: 130 Bytes
  • Size of remote file: 40.6 kB
images/house_facade.jpg ADDED

Git LFS Details

  • SHA256: 410a89fbc0fa91e44930dbb7449be4c699f68979c6b69ae7cab289313efd47bc
  • Pointer size: 130 Bytes
  • Size of remote file: 30.6 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: 668b5638725fc4296f9e76d571057c3746aa769e8ead660223de68cc188f29fa
  • Pointer size: 130 Bytes
  • Size of remote file: 32.5 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:2fd28fbe14df8c85408682a8ac9f20a2728ea8707c9643a4ce8aeaed1aa072d0
3
+ size 343275626
runs/events.out.tfevents.1698571970.d5e32f320f0e.1459.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a801c762615d51ad0c369b3f13e10b78bf6a5eec90464865b3c4510903bbd406
3
+ size 1492