SummerChiam
commited on
Commit
·
984a641
1
Parent(s):
819ccf8
commit files to HF hub
Browse files- .gitattributes +7 -0
- README.md +60 -0
- config.json +42 -0
- images/Algae0.png +3 -0
- images/Boiling0.png +3 -0
- images/BoilingNight0.png +3 -0
- images/Normal0.png +3 -0
- images/NormalCement0.png +3 -0
- images/NormalNight0.png +3 -0
- images/NormalRain0.png +3 -0
- preprocessor_config.json +17 -0
- pytorch_model.bin +3 -0
- runs/events.out.tfevents.1658561645.97af942bb2ed.73.0 +3 -0
.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
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Image Classification
|
14 |
+
type: image-classification
|
15 |
+
metrics:
|
16 |
+
- name: Accuracy
|
17 |
+
type: accuracy
|
18 |
+
value: 0.9909297227859497
|
19 |
+
---
|
20 |
+
|
21 |
+
# pond
|
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.20.1"
|
42 |
+
}
|
images/Algae0.png
ADDED
Git LFS Details
|
images/Boiling0.png
ADDED
Git LFS Details
|
images/BoilingNight0.png
ADDED
Git LFS Details
|
images/Normal0.png
ADDED
Git LFS Details
|
images/NormalCement0.png
ADDED
Git LFS Details
|
images/NormalNight0.png
ADDED
Git LFS Details
|
images/NormalRain0.png
ADDED
Git LFS Details
|
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:989c99ee45ee5e9b59081aa7d91d7285bdf242395288b4557a0314142fe1f569
|
3 |
+
size 343279537
|
runs/events.out.tfevents.1658561645.97af942bb2ed.73.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:955414d1387344f7144be33e4b43ea18bd1bcdc747215b86ccd9a9a354040679
|
3 |
+
size 19396
|