hmrizal commited on
Commit
070f05c
·
verified ·
1 Parent(s): 360a703

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/vit-base-patch16-224-in21k",
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
@@ -9,27 +9,29 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "anger",
13
- "1": "contempt",
14
- "2": "disgust",
15
- "3": "fear",
16
- "4": "happy",
17
- "5": "neutral",
18
- "6": "sad",
19
- "7": "surprise"
 
20
  },
21
  "image_size": 224,
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
- "anger": "0",
26
- "contempt": "1",
27
- "disgust": "2",
28
- "fear": "3",
29
- "happy": "4",
30
- "neutral": "5",
31
- "sad": "6",
32
- "surprise": "7"
 
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:873eeb534cfc3db687c1912bacd5d076f69a798b946d6c3df278c4f6c2f0a19b
3
- size 343242432
 
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:6f7f731acbbf8078f1278f56f3c992d4d016b97c2351b33b64cb2647e2ce7141
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1afce2924a4cd9a157e1942cb06bd0e8df2cfb5fc11b7fd72f92d64ca70b0921
3
  size 5176