Poohsocute commited on
Commit
eee0570
·
1 Parent(s): 3e998aa

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

Git LFS Details

  • SHA256: 50c574e0e31051d54122f4b8a16294bfe9fdfc1019463053c7fdc7a99f3f0e54
  • Pointer size: 130 Bytes
  • Size of remote file: 36.2 kB
images/City.jpg ADDED

Git LFS Details

  • SHA256: 8489af08b719fe4e6aa44c1922c37df17ea949bc92732da7f4fc67b6404bd313
  • Pointer size: 130 Bytes
  • Size of remote file: 60.7 kB
images/Dog.jpg ADDED

Git LFS Details

  • SHA256: bbbf1eacceff5de477ebbfaf545589c0abb393297d842bcb75024102b10c6af5
  • Pointer size: 130 Bytes
  • Size of remote file: 46.9 kB
images/Food.jpg ADDED

Git LFS Details

  • SHA256: 52fb3bb04f1115732a80d908a89107151d02418e4bd3c0ed5a813438b206a4d9
  • Pointer size: 130 Bytes
  • Size of remote file: 33.8 kB
images/Tree.jpg ADDED

Git LFS Details

  • SHA256: d307a14e84ec1a91e1e8c1364c2543fcb7fe2f1cbfdaf59f0c7f4d80b75d47eb
  • Pointer size: 131 Bytes
  • Size of remote file: 121 kB
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31bdcebd4d743b467f41c2063d89f89624eb414a4005f3349c6a3ac39b46da65
3
+ size 343233204
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTFeatureExtractor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/events.out.tfevents.1727246458.538b397ff591.534.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb56907e2a4f1c43aa97a231f24ae06ea6201f4f182c00c170337d413b7889aa
3
+ size 1492