stupidog04
commited on
Commit
•
dc8eadb
1
Parent(s):
e201785
commit files to HF hub
Browse files- README.md +41 -41
- config.json +9 -9
- preprocessor_config.json +1 -1
- pytorch_model.bin +2 -2
- runs/events.out.tfevents.1666941512.sa103.15721.0 +3 -0
README.md
CHANGED
@@ -1,56 +1,56 @@
|
|
1 |
---
|
2 |
-
tags:
|
3 |
-
- image-classification
|
4 |
-
- pytorch
|
5 |
-
- huggingpics
|
6 |
-
metrics:
|
7 |
-
- accuracy
|
8 |
-
|
9 |
-
model-index:
|
10 |
-
- name: krenzcolor_chkpt_classifier
|
11 |
-
results:
|
12 |
-
- task:
|
13 |
-
name: Image Classification
|
14 |
-
type: image-classification
|
15 |
metrics:
|
16 |
-
|
17 |
-
type: accuracy
|
18 |
-
value: 0.5892857313156128
|
19 |
-
---
|
20 |
-
|
21 |
-
# krenzcolor_chkpt_classifier
|
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 |
-
|
35 |
|
36 |
-
|
|
|
37 |
|
38 |
-
|
39 |
|
40 |
-
|
|
|
41 |
|
42 |
-
|
43 |
|
44 |
-
|
|
|
45 |
|
46 |
-
|
|
|
|
|
47 |
|
48 |
-
![
|
|
|
|
|
49 |
|
50 |
-
|
|
|
|
|
51 |
|
52 |
-
![
|
|
|
|
|
53 |
|
54 |
-
|
|
|
|
|
55 |
|
56 |
-
![chk3_pass](images/chk3_pass.jpg)
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- image-classification
|
4 |
+
- pytorch
|
5 |
+
- huggingpics
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
metrics:
|
7 |
+
- accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
+
model-index:
|
10 |
+
- name: krenzcolor_chkpt_classifier
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Image Classification
|
14 |
+
type: image-classification
|
15 |
+
metrics:
|
16 |
+
- name: Accuracy
|
17 |
+
type: accuracy
|
18 |
+
value: 0.4107142984867096
|
19 |
+
---
|
20 |
|
21 |
+
# krenzcolor_chkpt_classifier
|
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 |
+
#### chk1_fail
|
35 |
|
36 |
+
![chk1_fail](images/chk1_fail.jpg)
|
37 |
+
|
38 |
+
#### chk1_pass
|
39 |
|
40 |
+
![chk1_pass](images/chk1_pass.jpg)
|
41 |
+
|
42 |
+
#### chk2_fail
|
43 |
|
44 |
+
![chk2_fail](images/chk2_fail.jpg)
|
45 |
+
|
46 |
+
#### chk2_pass
|
47 |
|
48 |
+
![chk2_pass](images/chk2_pass.jpg)
|
49 |
+
|
50 |
+
#### chk3_fail
|
51 |
|
52 |
+
![chk3_fail](images/chk3_fail.jpg)
|
53 |
+
|
54 |
+
#### chk3_pass
|
55 |
|
56 |
+
![chk3_pass](images/chk3_pass.jpg)
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "google/vit-base-patch16-
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
@@ -16,21 +16,21 @@
|
|
16 |
"4": "chk3_fail",
|
17 |
"5": "chk3_pass"
|
18 |
},
|
19 |
-
"image_size":
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
-
"chk1_fail":
|
24 |
-
"chk1_pass":
|
25 |
-
"chk2_fail":
|
26 |
-
"chk2_pass":
|
27 |
-
"chk3_fail":
|
28 |
-
"chk3_pass":
|
29 |
},
|
30 |
"layer_norm_eps": 1e-12,
|
31 |
"model_type": "vit",
|
32 |
"num_attention_heads": 12,
|
33 |
-
"num_channels":
|
34 |
"num_hidden_layers": 12,
|
35 |
"patch_size": 16,
|
36 |
"problem_type": "single_label_classification",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
|
|
16 |
"4": "chk3_fail",
|
17 |
"5": "chk3_pass"
|
18 |
},
|
19 |
+
"image_size": 224,
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
+
"chk1_fail": 0,
|
24 |
+
"chk1_pass": 1,
|
25 |
+
"chk2_fail": 2,
|
26 |
+
"chk2_pass": 3,
|
27 |
+
"chk3_fail": 4,
|
28 |
+
"chk3_pass": 5
|
29 |
},
|
30 |
"layer_norm_eps": 1e-12,
|
31 |
"model_type": "vit",
|
32 |
"num_attention_heads": 12,
|
33 |
+
"num_channels": 6,
|
34 |
"num_hidden_layers": 12,
|
35 |
"patch_size": 16,
|
36 |
"problem_type": "single_label_classification",
|
preprocessor_config.json
CHANGED
@@ -13,5 +13,5 @@
|
|
13 |
0.5
|
14 |
],
|
15 |
"resample": 2,
|
16 |
-
"size":
|
17 |
}
|
|
|
13 |
0.5
|
14 |
],
|
15 |
"resample": 2,
|
16 |
+
"size": 224
|
17 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1ab419c3b8afc9aeca3ee77b72cc1d2b134871815146e31b3090eb12f825b71
|
3 |
+
size 345635761
|
runs/events.out.tfevents.1666941512.sa103.15721.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ef7d6d8a7fd8db876a5a4e6a7e42bea6f362c7ad4f6863a2c8c499068070bb7
|
3 |
+
size 2518
|