wheeee commited on
Commit
1d246b1
1 Parent(s): 81af5eb

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/Poodle.jpg filter=lfs diff=lfs merge=lfs -text
37
+ images/Siberian_Husky.jpg filter=lfs diff=lfs merge=lfs -text
38
+ images/corgi.jpg filter=lfs diff=lfs merge=lfs -text
39
+ images/samoyed.jpg filter=lfs diff=lfs merge=lfs -text
40
+ images/shiba_inu.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: dog5
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.9832776188850403
19
+ ---
20
+
21
+ # dog5
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
+ #### Poodle
35
+
36
+ ![Poodle](images/Poodle.jpg)
37
+
38
+ #### Siberian Husky
39
+
40
+ ![Siberian Husky](images/Siberian_Husky.jpg)
41
+
42
+ #### corgi
43
+
44
+ ![corgi](images/corgi.jpg)
45
+
46
+ #### samoyed
47
+
48
+ ![samoyed](images/samoyed.jpg)
49
+
50
+ #### shiba inu
51
+
52
+ ![shiba inu](images/shiba_inu.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": "Poodle",
13
+ "1": "Siberian Husky",
14
+ "2": "corgi",
15
+ "3": "samoyed",
16
+ "4": "shiba inu"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "Poodle": "0",
23
+ "Siberian Husky": "1",
24
+ "corgi": "2",
25
+ "samoyed": "3",
26
+ "shiba inu": "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.41.2"
38
+ }
images/Poodle.jpg ADDED

Git LFS Details

  • SHA256: 116dcf327055f6086e13c1ca4d98f29ac2e484a2ccf04a92841b6b05f1c52a34
  • Pointer size: 130 Bytes
  • Size of remote file: 27.7 kB
images/Siberian_Husky.jpg ADDED

Git LFS Details

  • SHA256: 2d0d4fa068b22c96dbc6d4e5ca5e5bc0596a552a35f1fe193ddadbdefad4f876
  • Pointer size: 130 Bytes
  • Size of remote file: 39.2 kB
images/corgi.jpg ADDED

Git LFS Details

  • SHA256: bbf657bda1e2b9ee1c88d6b9f276f653f1a93119621d851cab8d4705a3250925
  • Pointer size: 130 Bytes
  • Size of remote file: 17.5 kB
images/samoyed.jpg ADDED

Git LFS Details

  • SHA256: 9e504c67239138206a8a975c272a141741ebeb34e54c10276c8eebdaea559aad
  • Pointer size: 130 Bytes
  • Size of remote file: 36.9 kB
images/shiba_inu.jpg ADDED

Git LFS Details

  • SHA256: 220247cbe98eeb304ba3e5aaa2341e5cc85ceaa917902f49dbc149bb202ec3b6
  • Pointer size: 130 Bytes
  • Size of remote file: 20.5 kB
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e73617342c6256af525e634be87fe7c0d4c3a46329f2b8f5d3466ac0c1e5e566
3
+ size 343233204
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "image_processor_type": "ViTFeatureExtractor",
25
+ "image_std": [
26
+ 0.5,
27
+ 0.5,
28
+ 0.5
29
+ ],
30
+ "resample": 2,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
runs/events.out.tfevents.1718256869.fcc524cdec6c.982.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d71e5316645a7badb7e590dae4ce8fb896fbbbe4d4685ec836d4bad5432060c0
3
+ size 4549