tukangsanted commited on
Commit
8600dbd
·
verified ·
1 Parent(s): 163aaf6

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ViTForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "encoder_stride": 16,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "anger",
12
+ "1": "contempt",
13
+ "2": "disgust",
14
+ "3": "fear",
15
+ "4": "happy",
16
+ "5": "neutral",
17
+ "6": "sad",
18
+ "7": "surprise"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "anger": "0",
25
+ "contempt": "1",
26
+ "disgust": "2",
27
+ "fear": "3",
28
+ "happy": "4",
29
+ "neutral": "5",
30
+ "sad": "6",
31
+ "surprise": "7"
32
+ },
33
+ "layer_norm_eps": 1e-12,
34
+ "model_type": "vit",
35
+ "num_attention_heads": 12,
36
+ "num_channels": 3,
37
+ "num_hidden_layers": 12,
38
+ "patch_size": 16,
39
+ "pooler_act": "tanh",
40
+ "pooler_output_size": 768,
41
+ "problem_type": "single_label_classification",
42
+ "qkv_bias": true,
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.51.3"
45
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80bf33fe39d8b3ef9b8f992bc711a286c4592ec5ca0d49265e352756e2266a1b
3
+ size 343242432
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "ViTImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "resample": 2,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:179aaa633b4c6aa7b5789bb8e0b40de4308ec2662082a0467cc308b868d14359
3
+ size 5649