nateraw commited on
Commit
1c20986
1 Parent(s): 0c3312a

commit files to HF hub

Browse files
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - pytorch
5
+ - huggingpics
6
+ metrics:
7
+ - accuracy
8
+
9
+ model-index:
10
+ - name: rare-puppers
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.9074074029922485
19
+ ---
20
+
21
+ # rare-puppers
22
+
23
+ Autogenerated by HuggingPics🤗🖼️
24
+
25
+ ## Example Images
26
+
27
+
28
+ #### corgi
29
+
30
+ ![corgi](images/corgi.jpg)
31
+
32
+ #### samoyed
33
+
34
+ ![samoyed](images/samoyed.jpg)
35
+
36
+ #### shiba inu
37
+
38
+ ![shiba inu](images/shiba_inu.jpg)
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "corgi",
12
+ "1": "samoyed",
13
+ "2": "shiba inu"
14
+ },
15
+ "image_size": 224,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "corgi": "0",
20
+ "samoyed": "1",
21
+ "shiba inu": "2"
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "model_type": "vit",
25
+ "num_attention_heads": 12,
26
+ "num_channels": 3,
27
+ "num_hidden_layers": 12,
28
+ "patch_size": 16,
29
+ "transformers_version": "4.8.1"
30
+ }
images/corgi.jpg ADDED
images/samoyed.jpg ADDED
images/shiba_inu.jpg ADDED
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:15e80a30b11627f8ee3cb5abc119786c43868cd55ba10a1d719139221aec52b0
3
+ size 343280113
runs/events.out.tfevents.1624997747.30092e240e2c.62.4 ADDED
Binary file (1.16 kB). View file