williamdeli
commited on
Commit
•
7be8684
1
Parent(s):
558fd64
Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,44 +1,44 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "
|
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": "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",
|
36 |
-
"num_attention_heads": 12,
|
37 |
-
"num_channels": 3,
|
38 |
-
"num_hidden_layers": 12,
|
39 |
-
"patch_size": 16,
|
40 |
-
"problem_type": "single_label_classification",
|
41 |
-
"qkv_bias": true,
|
42 |
-
"torch_dtype": "float32",
|
43 |
-
"transformers_version": "4.
|
44 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "C:\\Users\\willi\\Documents\\MachineLearning_Collab\\model\\emotion-classification\\checkpoint-270",
|
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": "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",
|
36 |
+
"num_attention_heads": 12,
|
37 |
+
"num_channels": 3,
|
38 |
+
"num_hidden_layers": 12,
|
39 |
+
"patch_size": 16,
|
40 |
+
"problem_type": "single_label_classification",
|
41 |
+
"qkv_bias": true,
|
42 |
+
"torch_dtype": "float32",
|
43 |
+
"transformers_version": "4.41.2"
|
44 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343242432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30d4221b57bab211714d999c913da7aebd3116e1d9364bfef35a847bf2e325b7
|
3 |
size 343242432
|
preprocessor_config.json
CHANGED
@@ -1,22 +1,36 @@
|
|
1 |
-
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
],
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"resample",
|
7 |
+
"do_rescale",
|
8 |
+
"rescale_factor",
|
9 |
+
"do_normalize",
|
10 |
+
"image_mean",
|
11 |
+
"image_std",
|
12 |
+
"return_tensors",
|
13 |
+
"data_format",
|
14 |
+
"input_data_format"
|
15 |
+
],
|
16 |
+
"do_normalize": true,
|
17 |
+
"do_rescale": true,
|
18 |
+
"do_resize": true,
|
19 |
+
"image_mean": [
|
20 |
+
0.5,
|
21 |
+
0.5,
|
22 |
+
0.5
|
23 |
+
],
|
24 |
+
"image_processor_type": "ViTImageProcessor",
|
25 |
+
"image_std": [
|
26 |
+
0.5,
|
27 |
+
0.5,
|
28 |
+
0.5
|
29 |
+
],
|
30 |
+
"resample": 2,
|
31 |
+
"rescale_factor": 0.00392156862745098,
|
32 |
+
"size": {
|
33 |
+
"height": 224,
|
34 |
+
"width": 224
|
35 |
+
}
|
36 |
+
}
|
runs/Sep03_01-06-47_William/events.out.tfevents.1725300423.William.19188.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1b35ab6ec4fae690aca94158387e75ebc4aed5b48a6f7e7f7bc7288469f2e8d
|
3 |
+
size 5223
|
runs/Sep03_01-07-31_William/events.out.tfevents.1725300460.William.19188.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:331bd63a54de71afb51abb9f1817d3cd2e9729439eef62fc253728bd95558c5f
|
3 |
+
size 6575
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c301bd9b2ba3187ec153315fd2b1c7522edece4387c3114530816a2383f03e2
|
3 |
+
size 5112
|