Enverrr commited on
Commit
9317b2b
1 Parent(s): 78a8af3

commit files to HF hub

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

Git LFS Details

  • SHA256: 01551459edce310111bceb37e299e2236c37daa0bced64187e4988d87bf139c9
  • Pointer size: 130 Bytes
  • Size of remote file: 31 kB
images/dog.jpg ADDED

Git LFS Details

  • SHA256: e2c0da6db46e9517ce9b89fda8a3873193c8c35fd5b63b303aa939c46183e063
  • Pointer size: 130 Bytes
  • Size of remote file: 22.9 kB
images/donkey.jpg ADDED

Git LFS Details

  • SHA256: 2407f9f13ae7c963c813397da3d8d8af00c25f7cb0e36d54120b52e5bce12dab
  • Pointer size: 130 Bytes
  • Size of remote file: 30 kB
images/lion.jpg ADDED

Git LFS Details

  • SHA256: c46e36635686edcf5a0e9602f4ffccfb1937f3b2262d2a44ee39148ce27ef2cc
  • Pointer size: 130 Bytes
  • Size of remote file: 33.5 kB
images/monkey.jpg ADDED

Git LFS Details

  • SHA256: ee7e45386ecf862ad50bcb2dc22939331db0ae17e9c9fec43bdc0cffa75ccf31
  • Pointer size: 130 Bytes
  • Size of remote file: 39.2 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:2433761299abbc65c696fb912bcee972c49f03a27ec1c926b953120de21ff6b7
3
+ size 343273393
runs/events.out.tfevents.1667473314.8fb9918bc0c6.77.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d7cec64372a689b582afdbe4bafa3aec7d297d5abcfcdf1fc33a82780618f64
3
+ size 1444