Chamoda8298 commited on
Commit
586117d
·
verified ·
1 Parent(s): afadf27

Training in progress, step 500

Browse files
Files changed (4) hide show
  1. config.json +42 -42
  2. model.safetensors +1 -1
  3. preprocessor_config.json +22 -22
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,42 +1,42 @@
1
- {
2
- "_name_or_path": "motheecreator/vit-Facial-Expression-Recognition",
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": "angry",
13
- "1": "disgust",
14
- "2": "fear",
15
- "3": "happy",
16
- "4": "neutral",
17
- "5": "sad",
18
- "6": "surprise"
19
- },
20
- "image_size": 224,
21
- "initializer_range": 0.02,
22
- "intermediate_size": 3072,
23
- "label2id": {
24
- "angry": 0,
25
- "disgust": 1,
26
- "fear": 2,
27
- "happy": 3,
28
- "neutral": 4,
29
- "sad": 5,
30
- "surprise": 6
31
- },
32
- "layer_norm_eps": 1e-12,
33
- "model_type": "vit",
34
- "num_attention_heads": 12,
35
- "num_channels": 3,
36
- "num_hidden_layers": 12,
37
- "patch_size": 16,
38
- "problem_type": "single_label_classification",
39
- "qkv_bias": true,
40
- "torch_dtype": "float32",
41
- "transformers_version": "4.46.3"
42
- }
 
1
+ {
2
+ "_name_or_path": "motheecreator/vit-Facial-Expression-Recognition",
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": "angry",
13
+ "1": "disgust",
14
+ "2": "fear",
15
+ "3": "happy",
16
+ "4": "neutral",
17
+ "5": "sad",
18
+ "6": "surprise"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "angry": 0,
25
+ "disgust": 1,
26
+ "fear": 2,
27
+ "happy": 3,
28
+ "neutral": 4,
29
+ "sad": 5,
30
+ "surprise": 6
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "model_type": "vit",
34
+ "num_attention_heads": 12,
35
+ "num_channels": 3,
36
+ "num_hidden_layers": 12,
37
+ "patch_size": 16,
38
+ "problem_type": "single_label_classification",
39
+ "qkv_bias": true,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.46.2"
42
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e90c7d39dbc5a44dde92fa2e2900fdddcc9daff4c7bed79967992b2daf432c6f
3
  size 343239356
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58ae70a22b210e705e6f303c09d9eda05c8ed6545f60f2bf44d5141a29e36b8f
3
  size 343239356
preprocessor_config.json CHANGED
@@ -1,22 +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": "ViTImageProcessor",
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
- }
 
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": "ViTImageProcessor",
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
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8a95aedc92d6792da918393b0036ec14c45808899ca574b14a6ddf451e387aa
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07115c59a7f4dd3572ede373ff097c72966bcb1bd86c9076e2bd160b8743b75c
3
  size 5304