Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
@@ -9,27 +9,29 @@
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
|
|
20 |
},
|
21 |
"image_size": 224,
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
|
|
33 |
},
|
34 |
"layer_norm_eps": 1e-12,
|
35 |
"model_type": "vit",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "nateraw/vit-age-classifier",
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "0-2",
|
13 |
+
"1": "3-9",
|
14 |
+
"2": "10-19",
|
15 |
+
"3": "20-29",
|
16 |
+
"4": "30-39",
|
17 |
+
"5": "40-49",
|
18 |
+
"6": "50-59",
|
19 |
+
"7": "60-69",
|
20 |
+
"8": "more than 70"
|
21 |
},
|
22 |
"image_size": 224,
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 3072,
|
25 |
"label2id": {
|
26 |
+
"0-2": 0,
|
27 |
+
"10-19": 2,
|
28 |
+
"20-29": 3,
|
29 |
+
"3-9": 1,
|
30 |
+
"30-39": 4,
|
31 |
+
"40-49": 5,
|
32 |
+
"50-59": 6,
|
33 |
+
"60-69": 7,
|
34 |
+
"more than 70": 8
|
35 |
},
|
36 |
"layer_norm_eps": 1e-12,
|
37 |
"model_type": "vit",
|
model.safetensors
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:64019c42ed3d6e8c9f58e5002f442bb06e30afb292007ee8d2e3867a07404e07
|
3 |
+
size 343245508
|
runs/Jun03_02-14-21_b57cb9182cd7/events.out.tfevents.1717380871.b57cb9182cd7.3213.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2270d8b9fe14b0fb4bb8ea0fe01fa80b25baaf7d4875e4b7eabaff2e08442e97
|
3 |
+
size 5422
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1afce2924a4cd9a157e1942cb06bd0e8df2cfb5fc11b7fd72f92d64ca70b0921
|
3 |
size 5176
|