SummerChiam commited on
Commit
73b2c95
1 Parent(s): 62af6fa

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -29,3 +29,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
  *.zip filter=lfs diff=lfs merge=lfs -text
30
  *.zstandard filter=lfs diff=lfs merge=lfs -text
31
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
29
  *.zip filter=lfs diff=lfs merge=lfs -text
30
  *.zstandard filter=lfs diff=lfs merge=lfs -text
31
  *tfevents* filter=lfs diff=lfs merge=lfs -text
32
+ images/Algae0.png filter=lfs diff=lfs merge=lfs -text
33
+ images/Boiling0.png filter=lfs diff=lfs merge=lfs -text
34
+ images/BoilingNight0.png filter=lfs diff=lfs merge=lfs -text
35
+ images/Normal0.png filter=lfs diff=lfs merge=lfs -text
36
+ images/NormalCement0.png filter=lfs diff=lfs merge=lfs -text
37
+ images/NormalNight0.png filter=lfs diff=lfs merge=lfs -text
38
+ images/NormalRain0.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - pytorch
5
+ - huggingpics
6
+ metrics:
7
+ - accuracy
8
+
9
+ model-index:
10
+ - name: pond_image_classification_12
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+ value: 0.997732400894165
19
+ ---
20
+
21
+ # pond_image_classification_12
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
+ #### Algae0
35
+
36
+ ![Algae0](images/Algae0.png)
37
+
38
+ #### Boiling0
39
+
40
+ ![Boiling0](images/Boiling0.png)
41
+
42
+ #### BoilingNight0
43
+
44
+ ![BoilingNight0](images/BoilingNight0.png)
45
+
46
+ #### Normal0
47
+
48
+ ![Normal0](images/Normal0.png)
49
+
50
+ #### NormalCement0
51
+
52
+ ![NormalCement0](images/NormalCement0.png)
53
+
54
+ #### NormalNight0
55
+
56
+ ![NormalNight0](images/NormalNight0.png)
57
+
58
+ #### NormalRain0
59
+
60
+ ![NormalRain0](images/NormalRain0.png)
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Algae0",
13
+ "1": "Boiling0",
14
+ "2": "BoilingNight0",
15
+ "3": "Normal0",
16
+ "4": "NormalCement0",
17
+ "5": "NormalNight0",
18
+ "6": "NormalRain0"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "Algae0": "0",
25
+ "Boiling0": "1",
26
+ "BoilingNight0": "2",
27
+ "Normal0": "3",
28
+ "NormalCement0": "4",
29
+ "NormalNight0": "5",
30
+ "NormalRain0": "6"
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "model_type": "vit",
34
+ "num_attention_heads": 12,
35
+ "num_channels": 3,
36
+ "num_hidden_layers": 12,
37
+ "patch_size": 16,
38
+ "problem_type": "single_label_classification",
39
+ "qkv_bias": true,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.21.0"
42
+ }
images/Algae0.png ADDED

Git LFS Details

  • SHA256: c322a4246dcb24d05ffff41c8e65c7eb62c5626bd316f4eb327c9fa55214f7db
  • Pointer size: 129 Bytes
  • Size of remote file: 2.21 kB
images/Boiling0.png ADDED

Git LFS Details

  • SHA256: 001e14173955b29758c2f1af8227ef030cb4b113ce19959634fcba482f34c4d4
  • Pointer size: 129 Bytes
  • Size of remote file: 7.33 kB
images/BoilingNight0.png ADDED

Git LFS Details

  • SHA256: eb92acd4891883119e4c1c2dddc909c098dae8722975ca2227ad5f3966ca3b64
  • Pointer size: 129 Bytes
  • Size of remote file: 6.14 kB
images/Normal0.png ADDED

Git LFS Details

  • SHA256: 280e12f8f9c6c3332428c677c85ba2bfca0f4ae682dd022139941eb58c0eeacf
  • Pointer size: 130 Bytes
  • Size of remote file: 13.7 kB
images/NormalCement0.png ADDED

Git LFS Details

  • SHA256: 3fcf2b6bb0734c5a4df5c917166bb948cd77182f43e454b9a8275133c3d34e5a
  • Pointer size: 130 Bytes
  • Size of remote file: 17.4 kB
images/NormalNight0.png ADDED

Git LFS Details

  • SHA256: 5db9c94bfb63a7b9c73ff07706af7e2458364f0b3d2979efebf752b6eeb92cbe
  • Pointer size: 130 Bytes
  • Size of remote file: 14.5 kB
images/NormalRain0.png ADDED

Git LFS Details

  • SHA256: 1106f97c0796697eb230b415e2556d3f8c0deef7556212a48e4fa1f11611d33e
  • Pointer size: 129 Bytes
  • Size of remote file: 6.77 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:d429fe09355385e71e02e1a647f04b1670c21dd866a5bb2306943c830e280c14
3
+ size 343279537
runs/events.out.tfevents.1659282336.b833b3f63651.70.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e95845d174ba43a539713558fcfd0dde32c48cf5c4a8636a0dc4c2a1e1e6d6a6
3
+ size 3493