chradden commited on
Commit
d4e8cc9
·
1 Parent(s): 31becfa

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -25,3 +25,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
28
+ images/Baby_Boomers.jpg filter=lfs diff=lfs merge=lfs -text
29
+ images/Generation_Alpha.jpg filter=lfs diff=lfs merge=lfs -text
30
+ images/Generation_X.jpg filter=lfs diff=lfs merge=lfs -text
31
+ images/Generation_Z.jpg filter=lfs diff=lfs merge=lfs -text
32
+ images/Millennials.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: generation_xyz
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.5504587292671204
19
+ ---
20
+
21
+ # generation_xyz
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
+ #### Baby Boomers
35
+
36
+ ![Baby Boomers](images/Baby_Boomers.jpg)
37
+
38
+ #### Generation Alpha
39
+
40
+ ![Generation Alpha](images/Generation_Alpha.jpg)
41
+
42
+ #### Generation X
43
+
44
+ ![Generation X](images/Generation_X.jpg)
45
+
46
+ #### Generation Z
47
+
48
+ ![Generation Z](images/Generation_Z.jpg)
49
+
50
+ #### Millennials
51
+
52
+ ![Millennials](images/Millennials.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": "Baby Boomers",
13
+ "1": "Generation Alpha",
14
+ "2": "Generation X",
15
+ "3": "Generation Z",
16
+ "4": "Millennials"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "Baby Boomers": "0",
23
+ "Generation Alpha": "1",
24
+ "Generation X": "2",
25
+ "Generation Z": "3",
26
+ "Millennials": "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.20.0"
38
+ }
images/Baby_Boomers.jpg ADDED

Git LFS Details

  • SHA256: acb84e008a36e7e0c478a715064cabf47be20ebc7e9f15522fd64ba071bdc431
  • Pointer size: 130 Bytes
  • Size of remote file: 11.5 kB
images/Generation_Alpha.jpg ADDED

Git LFS Details

  • SHA256: b84e8f66e5683e79cdf271cfef161ab049b4ba3551be887c27604989ee5eb428
  • Pointer size: 130 Bytes
  • Size of remote file: 18.2 kB
images/Generation_X.jpg ADDED

Git LFS Details

  • SHA256: 4f2e4d843de69d2cb41653f54f87e82257d2fe79f845227d2100b090d140fa70
  • Pointer size: 130 Bytes
  • Size of remote file: 40.6 kB
images/Generation_Z.jpg ADDED

Git LFS Details

  • SHA256: 4541704edd9da69db48ea40ccb0077915669f0065b009b1f3eb0546038d537f1
  • Pointer size: 129 Bytes
  • Size of remote file: 9.78 kB
images/Millennials.jpg ADDED

Git LFS Details

  • SHA256: e7b09aa2f5c8cc184f7791dd676cc71444b0949023de0575b6ed38daa9783be0
  • Pointer size: 130 Bytes
  • Size of remote file: 27.3 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:1034a37bfdc8a535b4dc88f7e8cd47a3e6e55c84e7010800add7e4347acb0ef1
3
+ size 343273393
runs/events.out.tfevents.1655673030.8d95099401f8.74.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecc76f2c6256d0fbd5320d8516bcee77a3dcfd9b23f84ab934e90356350e4d72
3
+ size 1444