bintualkassoum commited on
Commit
fbf2195
1 Parent(s): a121815

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -30,3 +30,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
  *.zip filter=lfs diff=lfs merge=lfs -text
31
  *.zst filter=lfs diff=lfs merge=lfs -text
32
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
30
  *.zip filter=lfs diff=lfs merge=lfs -text
31
  *.zst filter=lfs diff=lfs merge=lfs -text
32
  *tfevents* filter=lfs diff=lfs merge=lfs -text
33
+ images/womens_dress.jpg filter=lfs diff=lfs merge=lfs -text
34
+ images/womens_pants.jpg filter=lfs diff=lfs merge=lfs -text
35
+ images/womens_shorts.jpg filter=lfs diff=lfs merge=lfs -text
36
+ images/womens_skirt.jpg filter=lfs diff=lfs merge=lfs -text
37
+ images/womens_top.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: shopinspo_demo
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.5267857313156128
19
+ ---
20
+
21
+ # shopinspo_demo
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
+ #### womens dress
35
+
36
+ ![womens dress](images/womens_dress.jpg)
37
+
38
+ #### womens pants
39
+
40
+ ![womens pants](images/womens_pants.jpg)
41
+
42
+ #### womens shorts
43
+
44
+ ![womens shorts](images/womens_shorts.jpg)
45
+
46
+ #### womens skirt
47
+
48
+ ![womens skirt](images/womens_skirt.jpg)
49
+
50
+ #### womens top
51
+
52
+ ![womens top](images/womens_top.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": "womens dress",
13
+ "1": "womens pants",
14
+ "2": "womens shorts",
15
+ "3": "womens skirt",
16
+ "4": "womens top"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "womens dress": "0",
23
+ "womens pants": "1",
24
+ "womens shorts": "2",
25
+ "womens skirt": "3",
26
+ "womens top": "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.22.1"
38
+ }
images/womens_dress.jpg ADDED

Git LFS Details

  • SHA256: 5c50b684e29b786585e4fcc33e209babec75dbf881f4cebf11fe504afbb5f0f8
  • Pointer size: 130 Bytes
  • Size of remote file: 15.9 kB
images/womens_pants.jpg ADDED

Git LFS Details

  • SHA256: e3b22a660d66d1d4dcec35d0e20fc3ce6085a7ba23210cfabdfc8a18375fcef3
  • Pointer size: 130 Bytes
  • Size of remote file: 45.9 kB
images/womens_shorts.jpg ADDED

Git LFS Details

  • SHA256: 5781e962efb72c5b4eb55d2bd9b23ca111cafc0be1165bd359b2fbdd188ded89
  • Pointer size: 130 Bytes
  • Size of remote file: 30.1 kB
images/womens_skirt.jpg ADDED

Git LFS Details

  • SHA256: 7c5beb63e21f5bbde69f0422f47a76c6a3f46c95f8ba56d825ef11b1ce6c0d16
  • Pointer size: 130 Bytes
  • Size of remote file: 49.3 kB
images/womens_top.jpg ADDED

Git LFS Details

  • SHA256: c962b6c5c3b291155ad86c32d02822200e79115533bdffbc3f90c467fdead24f
  • Pointer size: 130 Bytes
  • Size of remote file: 35.7 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:609a2bd4fe8b7880ff810cb5721519e66b2847379b76626d33674ad6faa88a4b
3
+ size 343273393
runs/events.out.tfevents.1664043648.59aa60eca68d.69.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9f6a7911639f81ad52cd62d9133c2474754ee2ade811095ebebc3f65206238b
3
+ size 1444