commit files to HF hub
Browse files- .gitattributes +9 -0
- README.md +68 -0
- config.json +46 -0
- images/0-2.jpg +3 -0
- images/10-19.jpg +3 -0
- images/20-29.jpg +3 -0
- images/3-9.jpg +3 -0
- images/30-39.jpg +3 -0
- images/40-49.jpg +3 -0
- images/50-59.jpg +3 -0
- images/60-69.jpg +3 -0
- images/70-79.jpg +3 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/events.out.tfevents.1681794500.chris04.4050351.0 +3 -0
.gitattributes
CHANGED
|
@@ -32,3 +32,12 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
images/0-2.jpg filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
images/10-19.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
images/20-29.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
images/3-9.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
images/30-39.jpg filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
images/40-49.jpg filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
images/50-59.jpg filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
images/60-69.jpg filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
images/70-79.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- image-classification
|
| 4 |
+
- pytorch
|
| 5 |
+
- huggingpics
|
| 6 |
+
metrics:
|
| 7 |
+
- accuracy
|
| 8 |
+
|
| 9 |
+
model-index:
|
| 10 |
+
- name: Age_Classify_v001
|
| 11 |
+
results:
|
| 12 |
+
- task:
|
| 13 |
+
name: Image Classification
|
| 14 |
+
type: image-classification
|
| 15 |
+
metrics:
|
| 16 |
+
- name: Accuracy
|
| 17 |
+
type: accuracy
|
| 18 |
+
value: 0.5719775557518005
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# Age_Classify_v001
|
| 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 |
+
#### 0-2
|
| 35 |
+
|
| 36 |
+

|
| 37 |
+
|
| 38 |
+
#### 10-19
|
| 39 |
+
|
| 40 |
+

|
| 41 |
+
|
| 42 |
+
#### 20-29
|
| 43 |
+
|
| 44 |
+

|
| 45 |
+
|
| 46 |
+
#### 3-9
|
| 47 |
+
|
| 48 |
+

|
| 49 |
+
|
| 50 |
+
#### 30-39
|
| 51 |
+
|
| 52 |
+

|
| 53 |
+
|
| 54 |
+
#### 40-49
|
| 55 |
+
|
| 56 |
+

|
| 57 |
+
|
| 58 |
+
#### 50-59
|
| 59 |
+
|
| 60 |
+

|
| 61 |
+
|
| 62 |
+
#### 60-69
|
| 63 |
+
|
| 64 |
+

|
| 65 |
+
|
| 66 |
+
#### 70-79
|
| 67 |
+
|
| 68 |
+

|
config.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "0-2",
|
| 13 |
+
"1": "10-19",
|
| 14 |
+
"2": "20-29",
|
| 15 |
+
"3": "3-9",
|
| 16 |
+
"4": "30-39",
|
| 17 |
+
"5": "40-49",
|
| 18 |
+
"6": "50-59",
|
| 19 |
+
"7": "60-69",
|
| 20 |
+
"8": "70-79"
|
| 21 |
+
},
|
| 22 |
+
"image_size": 224,
|
| 23 |
+
"initializer_range": 0.02,
|
| 24 |
+
"intermediate_size": 3072,
|
| 25 |
+
"label2id": {
|
| 26 |
+
"0-2": "0",
|
| 27 |
+
"10-19": "1",
|
| 28 |
+
"20-29": "2",
|
| 29 |
+
"3-9": "3",
|
| 30 |
+
"30-39": "4",
|
| 31 |
+
"40-49": "5",
|
| 32 |
+
"50-59": "6",
|
| 33 |
+
"60-69": "7",
|
| 34 |
+
"70-79": "8"
|
| 35 |
+
},
|
| 36 |
+
"layer_norm_eps": 1e-12,
|
| 37 |
+
"model_type": "vit",
|
| 38 |
+
"num_attention_heads": 12,
|
| 39 |
+
"num_channels": 3,
|
| 40 |
+
"num_hidden_layers": 12,
|
| 41 |
+
"patch_size": 16,
|
| 42 |
+
"problem_type": "single_label_classification",
|
| 43 |
+
"qkv_bias": true,
|
| 44 |
+
"torch_dtype": "float32",
|
| 45 |
+
"transformers_version": "4.27.4"
|
| 46 |
+
}
|
images/0-2.jpg
ADDED
|
Git LFS Details
|
images/10-19.jpg
ADDED
|
Git LFS Details
|
images/20-29.jpg
ADDED
|
Git LFS Details
|
images/3-9.jpg
ADDED
|
Git LFS Details
|
images/30-39.jpg
ADDED
|
Git LFS Details
|
images/40-49.jpg
ADDED
|
Git LFS Details
|
images/50-59.jpg
ADDED
|
Git LFS Details
|
images/60-69.jpg
ADDED
|
Git LFS Details
|
images/70-79.jpg
ADDED
|
Git LFS Details
|
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 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62d234939c3e38b64b252af88adee68da65b690a70f68840f299b24b69aa9c84
|
| 3 |
+
size 343287469
|
runs/events.out.tfevents.1681794500.chris04.4050351.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:398ddf397fcdfaa3c8c3e50b8cea814e5bd6e7be43ebd6c612b77ac428e7d07d
|
| 3 |
+
size 351305
|