hmrizal commited on
Commit
5f5d20e
·
verified ·
1 Parent(s): 9b7f3d3

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "nateraw/vit-age-classifier",
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
@@ -9,29 +9,27 @@
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",
 
1
  {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
 
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",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fab81b4c8f714e14c8ca7b5ef7d929cb16bb343617f4b7c3fca58d75964c6b12
3
- size 343245508
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f37eb07dfbfaecf57ff561055340578b5b23d9082fc8948a4b11cf7b6cf5c9e8
3
+ size 343242432
runs/Jun04_01-57-47_2814839572af/events.out.tfevents.1717466280.2814839572af.3290.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:737cd13fdcf1e05c4fcb237aa7751adac9ac478e6de46ec42509243166b7ee22
3
+ size 5403
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1afce2924a4cd9a157e1942cb06bd0e8df2cfb5fc11b7fd72f92d64ca70b0921
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ec208b768c3b5c3c1ddf7fd4bdeb88c14e9b750c4449009d32056b05f5ca531
3
  size 5176