itsx-tom commited on
Commit
ef222ea
1 Parent(s): a595321

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,12 @@ 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/empty_room.jpg filter=lfs diff=lfs merge=lfs -text
38
+ images/exterier.jpg filter=lfs diff=lfs merge=lfs -text
39
+ images/interier.jpg filter=lfs diff=lfs merge=lfs -text
40
+ images/kitchen.jpg filter=lfs diff=lfs merge=lfs -text
41
+ images/livingroom.jpg filter=lfs diff=lfs merge=lfs -text
42
+ images/partially_equipped_room.jpg filter=lfs diff=lfs merge=lfs -text
43
+ images/real_photo.jpg filter=lfs diff=lfs merge=lfs -text
44
+ images/visualization.jpg filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - pytorch
5
+ - huggingpics
6
+ metrics:
7
+ - accuracy
8
+
9
+ model-index:
10
+ - name: itsx-tom/estates-testing-classifier
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.6777777671813965
19
+ ---
20
+
21
+ # itsx-tom/estates-testing-classifier
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
+ #### empty room
39
+
40
+ ![empty room](images/empty_room.jpg)
41
+
42
+ #### exterier
43
+
44
+ ![exterier](images/exterier.jpg)
45
+
46
+ #### interier
47
+
48
+ ![interier](images/interier.jpg)
49
+
50
+ #### kitchen
51
+
52
+ ![kitchen](images/kitchen.jpg)
53
+
54
+ #### livingroom
55
+
56
+ ![livingroom](images/livingroom.jpg)
57
+
58
+ #### partially equipped room
59
+
60
+ ![partially equipped room](images/partially_equipped_room.jpg)
61
+
62
+ #### real photo
63
+
64
+ ![real photo](images/real_photo.jpg)
65
+
66
+ #### visualization
67
+
68
+ ![visualization](images/visualization.jpg)
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "empty room",
14
+ "2": "exterier",
15
+ "3": "interier",
16
+ "4": "kitchen",
17
+ "5": "livingroom",
18
+ "6": "partially equipped room",
19
+ "7": "real photo",
20
+ "8": "visualization"
21
+ },
22
+ "image_size": 224,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "bathroom": "0",
27
+ "empty room": "1",
28
+ "exterier": "2",
29
+ "interier": "3",
30
+ "kitchen": "4",
31
+ "livingroom": "5",
32
+ "partially equipped room": "6",
33
+ "real photo": "7",
34
+ "visualization": "8"
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "model_type": "vit",
38
+ "num_attention_heads": 12,
39
+ "num_channels": 3,
40
+ "num_hidden_layers": 12,
41
+ "patch_size": 16,
42
+ "problem_type": "single_label_classification",
43
+ "qkv_bias": true,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.44.2"
46
+ }
images/bathroom.jpg ADDED

Git LFS Details

  • SHA256: f4381dd9b67e30b930a5d3652d2596fcc3ba6ca7741ec4f63a7d9e44125f8213
  • Pointer size: 130 Bytes
  • Size of remote file: 31.1 kB
images/empty_room.jpg ADDED

Git LFS Details

  • SHA256: d53dad9004eacd93e4966138cdfb7efd259b5c09f98136074265e1a56635aa1d
  • Pointer size: 130 Bytes
  • Size of remote file: 21.5 kB
images/exterier.jpg ADDED

Git LFS Details

  • SHA256: 14d7d481ca5b2edb477e8be11ab55c05d6758160c4ca7b83ddb631bdd17409c3
  • Pointer size: 130 Bytes
  • Size of remote file: 28.4 kB
images/interier.jpg ADDED

Git LFS Details

  • SHA256: 3d13ca1d14fb83f5cc549eee08b8ab1626aa7edd53c0b1e9762512e8842fd7dd
  • Pointer size: 130 Bytes
  • Size of remote file: 19.4 kB
images/kitchen.jpg ADDED

Git LFS Details

  • SHA256: 0f75e71579dc0162b38d4d834f098390d3f9036bda9547f7179e659dd969d9c5
  • Pointer size: 130 Bytes
  • Size of remote file: 29.2 kB
images/livingroom.jpg ADDED

Git LFS Details

  • SHA256: 7ba9424c09193f3dcda307aaebc447a2571b015f0170ca4ed0787d6e930dfe9c
  • Pointer size: 130 Bytes
  • Size of remote file: 24 kB
images/partially_equipped_room.jpg ADDED

Git LFS Details

  • SHA256: 5a69c3beb24eb158c8e854613f079c7dfdc4ff8bf3902efcda04ecae8c666752
  • Pointer size: 130 Bytes
  • Size of remote file: 45.2 kB
images/real_photo.jpg ADDED

Git LFS Details

  • SHA256: ace438ba3b464a08b160ecd95c28d6d4a98598c6d5c92a86d81acda65bae5419
  • Pointer size: 130 Bytes
  • Size of remote file: 43.9 kB
images/visualization.jpg ADDED

Git LFS Details

  • SHA256: d239b0e8242970268bd95efaf95ebc5b3af256afd9204ccbee2502363208d274
  • Pointer size: 130 Bytes
  • Size of remote file: 23.2 kB
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8188f3c92b43891b6620bb2ba399b2546e1bd40a6034e5adbd27faa562652e30
3
+ size 343245508
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
+ }
runs/events.out.tfevents.1729241913.868ec112b3ec.717.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1293dc69ec1b7996c6e37d8b39f1e836cfab521d1f2f7ad49b2cceb26e2da45f
3
+ size 1864