Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "google/vit-
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
@@ -7,7 +7,7 @@
|
|
7 |
"encoder_stride": 16,
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.2,
|
10 |
-
"hidden_size":
|
11 |
"id2label": {
|
12 |
"0": "anger",
|
13 |
"1": "contempt",
|
@@ -20,7 +20,7 @@
|
|
20 |
},
|
21 |
"image_size": 224,
|
22 |
"initializer_range": 0.02,
|
23 |
-
"intermediate_size":
|
24 |
"label2id": {
|
25 |
"anger": "0",
|
26 |
"contempt": "1",
|
@@ -33,9 +33,9 @@
|
|
33 |
},
|
34 |
"layer_norm_eps": 1e-12,
|
35 |
"model_type": "vit",
|
36 |
-
"num_attention_heads":
|
37 |
"num_channels": 3,
|
38 |
-
"num_hidden_layers":
|
39 |
"patch_size": 16,
|
40 |
"problem_type": "single_label_classification",
|
41 |
"qkv_bias": true,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
|
|
7 |
"encoder_stride": 16,
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.2,
|
10 |
+
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
"0": "anger",
|
13 |
"1": "contempt",
|
|
|
20 |
},
|
21 |
"image_size": 224,
|
22 |
"initializer_range": 0.02,
|
23 |
+
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
"anger": "0",
|
26 |
"contempt": "1",
|
|
|
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,
|
model.safetensors
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:51e850d0480c5f880f88e0b0404df7390ea463e40babd212e572362d8dcc408c
|
3 |
+
size 343242432
|
runs/Sep06_01-39-31_bb27b7ff2174/events.out.tfevents.1725586781.bb27b7ff2174.6450.9
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:b46e9a9ce7afdc8a5e1b304d37c5bb76631e14cc64d1dbbb99a78bfaf7d5dd7b
|
3 |
+
size 9758
|
runs/Sep06_01-51-17_bb27b7ff2174/events.out.tfevents.1725587488.bb27b7ff2174.6450.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a31f81b4017b370ad1cf8602edbd5b26b0f73f1bbe2df8055ca8a9a54d817932
|
3 |
+
size 5680
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d66b48fa8cbfe49ea0b8d1641f67119604d73d0f8513b6b90e314ed54ccf2b6
|
3 |
size 5240
|