Training in progress, epoch 1
Browse files- config.json +44 -0
- model.safetensors +3 -0
- preprocessor_config.json +22 -0
- runs/Sep06_02-52-28_f406ed6f6eb3/events.out.tfevents.1725591159.f406ed6f6eb3.1155.0 +3 -0
- runs/Sep06_02-52-28_f406ed6f6eb3/events.out.tfevents.1725595578.f406ed6f6eb3.1155.1 +3 -0
- runs/Sep06_04-27-30_f406ed6f6eb3/events.out.tfevents.1725596880.f406ed6f6eb3.1155.2 +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
| 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.2"
|
| 44 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f70f14a8ec5dc00fc6e6651ee649c2f8cff6af4c9108b8e586960329a526e58
|
| 3 |
+
size 343242432
|
preprocessor_config.json
ADDED
|
@@ -0,0 +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 |
+
}
|
runs/Sep06_02-52-28_f406ed6f6eb3/events.out.tfevents.1725591159.f406ed6f6eb3.1155.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b39ab8e9c34f26e40992183db041548576b59750d0204d200757777c093165f
|
| 3 |
+
size 7079
|
runs/Sep06_02-52-28_f406ed6f6eb3/events.out.tfevents.1725595578.f406ed6f6eb3.1155.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45acf098244d009472e5d7be32558842ecb469c8f2b9df7cb395b34a3423553d
|
| 3 |
+
size 405
|
runs/Sep06_04-27-30_f406ed6f6eb3/events.out.tfevents.1725596880.f406ed6f6eb3.1155.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:960710d5e20036fd892816dd26e97d9dca83840499b2d24bb36200ca7c36e0f1
|
| 3 |
+
size 5682
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:085c02d013c7f4d4ce8572b3580332120cf64b75de9e2322fb67d32ab7afbded
|
| 3 |
+
size 5240
|