Commit
·
ce9ee3f
1
Parent(s):
f220948
commit files to HF hub
Browse files- .gitattributes +6 -0
- README.md +56 -0
- config.json +40 -0
- images/amber_eyes.jpg +3 -0
- images/blue_eyes.jpg +3 -0
- images/brown_eyes.jpg +3 -0
- images/gray_eyes.jpg +3 -0
- images/green_eyes.jpg +3 -0
- images/hazel_eyes.jpg +3 -0
- model.safetensors +3 -0
- preprocessor_config.json +22 -0
- runs/events.out.tfevents.1725399584.747d3489e827.637.0 +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,9 @@ 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/amber_eyes.jpg filter=lfs diff=lfs merge=lfs -text
|
37 |
+
images/blue_eyes.jpg filter=lfs diff=lfs merge=lfs -text
|
38 |
+
images/brown_eyes.jpg filter=lfs diff=lfs merge=lfs -text
|
39 |
+
images/gray_eyes.jpg filter=lfs diff=lfs merge=lfs -text
|
40 |
+
images/green_eyes.jpg filter=lfs diff=lfs merge=lfs -text
|
41 |
+
images/hazel_eyes.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- image-classification
|
4 |
+
- pytorch
|
5 |
+
- huggingpics
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
|
9 |
+
model-index:
|
10 |
+
- name: eye-color
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Image Classification
|
14 |
+
type: image-classification
|
15 |
+
metrics:
|
16 |
+
- name: Accuracy
|
17 |
+
type: accuracy
|
18 |
+
value: 0.34074074029922485
|
19 |
+
---
|
20 |
+
|
21 |
+
# eye-color
|
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 |
+
#### amber eyes
|
35 |
+
|
36 |
+

|
37 |
+
|
38 |
+
#### blue eyes
|
39 |
+
|
40 |
+

|
41 |
+
|
42 |
+
#### brown eyes
|
43 |
+
|
44 |
+

|
45 |
+
|
46 |
+
#### gray eyes
|
47 |
+
|
48 |
+

|
49 |
+
|
50 |
+
#### green eyes
|
51 |
+
|
52 |
+

|
53 |
+
|
54 |
+
#### hazel eyes
|
55 |
+
|
56 |
+

|
config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "amber eyes",
|
13 |
+
"1": "blue eyes",
|
14 |
+
"2": "brown eyes",
|
15 |
+
"3": "gray eyes",
|
16 |
+
"4": "green eyes",
|
17 |
+
"5": "hazel eyes"
|
18 |
+
},
|
19 |
+
"image_size": 224,
|
20 |
+
"initializer_range": 0.02,
|
21 |
+
"intermediate_size": 3072,
|
22 |
+
"label2id": {
|
23 |
+
"amber eyes": "0",
|
24 |
+
"blue eyes": "1",
|
25 |
+
"brown eyes": "2",
|
26 |
+
"gray eyes": "3",
|
27 |
+
"green eyes": "4",
|
28 |
+
"hazel eyes": "5"
|
29 |
+
},
|
30 |
+
"layer_norm_eps": 1e-12,
|
31 |
+
"model_type": "vit",
|
32 |
+
"num_attention_heads": 12,
|
33 |
+
"num_channels": 3,
|
34 |
+
"num_hidden_layers": 12,
|
35 |
+
"patch_size": 16,
|
36 |
+
"problem_type": "single_label_classification",
|
37 |
+
"qkv_bias": true,
|
38 |
+
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.42.4"
|
40 |
+
}
|
images/amber_eyes.jpg
ADDED
![]() |
Git LFS Details
|
images/blue_eyes.jpg
ADDED
![]() |
Git LFS Details
|
images/brown_eyes.jpg
ADDED
![]() |
Git LFS Details
|
images/gray_eyes.jpg
ADDED
![]() |
Git LFS Details
|
images/green_eyes.jpg
ADDED
![]() |
Git LFS Details
|
images/hazel_eyes.jpg
ADDED
![]() |
Git LFS Details
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc14a8b4ac686718ad574ca29913226c2f62786e8c782cc03ae0530283fdc42b
|
3 |
+
size 343236280
|
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.1725399584.747d3489e827.637.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5c04b8bd3c62ecaae29ab557d19700d3ab125f0c76dc53cc6bc63012c61065b
|
3 |
+
size 1585
|