carlosleao
commited on
Commit
•
a710584
1
Parent(s):
5f2e7e6
Training in progress, step 500
Browse files- config.json +16 -16
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
@@ -9,25 +9,25 @@
|
|
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 |
},
|
20 |
"image_size": 224,
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
},
|
32 |
"layer_norm_eps": 1e-12,
|
33 |
"model_type": "vit",
|
@@ -38,5 +38,5 @@
|
|
38 |
"problem_type": "single_label_classification",
|
39 |
"qkv_bias": true,
|
40 |
"torch_dtype": "float32",
|
41 |
-
"transformers_version": "4.45.
|
42 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "motheecreator/vit-Facial-Expression-Recognition",
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "Surprise",
|
13 |
+
"1": "Fear",
|
14 |
+
"2": "Disgust",
|
15 |
+
"3": "Happiness",
|
16 |
+
"4": "Sadness",
|
17 |
+
"5": "Anger",
|
18 |
+
"6": "Neutral"
|
19 |
},
|
20 |
"image_size": 224,
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
+
"Anger": 5,
|
25 |
+
"Disgust": 2,
|
26 |
+
"Fear": 1,
|
27 |
+
"Happiness": 3,
|
28 |
+
"Neutral": 6,
|
29 |
+
"Sadness": 4,
|
30 |
+
"Surprise": 0
|
31 |
},
|
32 |
"layer_norm_eps": 1e-12,
|
33 |
"model_type": "vit",
|
|
|
38 |
"problem_type": "single_label_classification",
|
39 |
"qkv_bias": true,
|
40 |
"torch_dtype": "float32",
|
41 |
+
"transformers_version": "4.45.2"
|
42 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343239356
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3e7c08a4ea8b49211ea9e8228ee443f9626ced7313143b550a390bce37a8573
|
3 |
size 343239356
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b99c9e93c970b38db62b2c77d500c22a77c99a6701c3c7ef93e927a50a91d2bc
|
3 |
size 5304
|