pratapaadii
commited on
Training in progress, epoch 1
Browse files- config.json +44 -0
- model.safetensors +3 -0
- preprocessor_config.json +36 -0
- runs/Jun01_08-15-03_2e97229395c1/events.out.tfevents.1717229710.2e97229395c1.914.10 +3 -0
- runs/Jun01_08-15-03_2e97229395c1/events.out.tfevents.1717230219.2e97229395c1.914.11 +3 -0
- runs/Jun01_08-15-03_2e97229395c1/events.out.tfevents.1717230400.2e97229395c1.914.12 +3 -0
- runs/Jun01_08-15-03_2e97229395c1/events.out.tfevents.1717230679.2e97229395c1.914.13 +3 -0
- runs/Jun01_08-43-30_2e97229395c1/events.out.tfevents.1717231421.2e97229395c1.914.14 +3 -0
- runs/Jun01_08-43-30_2e97229395c1/events.out.tfevents.1717231461.2e97229395c1.914.15 +3 -0
- runs/Jun01_08-44-34_2e97229395c1/events.out.tfevents.1717231623.2e97229395c1.914.16 +3 -0
- runs/Jun01_08-47-45_2e97229395c1/events.out.tfevents.1717231672.2e97229395c1.914.17 +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.41.1"
|
44 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:901b9a353e8dea5ac6cd8b4b8aa46eea4aea9c3d32da123af60c0bbbf885a6a3
|
3 |
+
size 343242432
|
preprocessor_config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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/Jun01_08-15-03_2e97229395c1/events.out.tfevents.1717229710.2e97229395c1.914.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13b0f0535b6f75eab3833707196a28d23fca12f0e88ecdf2efa418bfcc283bce
|
3 |
+
size 5061
|
runs/Jun01_08-15-03_2e97229395c1/events.out.tfevents.1717230219.2e97229395c1.914.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec83627195d1d576b778a11442f68082bff52628167c29e6a00322200318ceab
|
3 |
+
size 5061
|
runs/Jun01_08-15-03_2e97229395c1/events.out.tfevents.1717230400.2e97229395c1.914.12
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad5afca885aea4f08f1fd14e2693c70e7850c5d630c90187d0859bf2c9abf897
|
3 |
+
size 5061
|
runs/Jun01_08-15-03_2e97229395c1/events.out.tfevents.1717230679.2e97229395c1.914.13
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:516c60b2fec68d78f9aedc29a43177471e746725db8145d4365d19f74a6b4110
|
3 |
+
size 5061
|
runs/Jun01_08-43-30_2e97229395c1/events.out.tfevents.1717231421.2e97229395c1.914.14
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:897c922f30615a92c53485a453e668f49f47b6bde3be731411a9111792aa27f1
|
3 |
+
size 5061
|
runs/Jun01_08-43-30_2e97229395c1/events.out.tfevents.1717231461.2e97229395c1.914.15
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8955dc87d812f228d5d83df114b6b6c0448f45c3c9e79cf6878776e55e798cb0
|
3 |
+
size 5061
|
runs/Jun01_08-44-34_2e97229395c1/events.out.tfevents.1717231623.2e97229395c1.914.16
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd7b6424b8122054d551aee16569ef9dbf0ceaeb71c9d41b131fe1fed592cd70
|
3 |
+
size 4184
|
runs/Jun01_08-47-45_2e97229395c1/events.out.tfevents.1717231672.2e97229395c1.914.17
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ba95982f1a87fdb42b737949c993e1e8929096c5b53edf50e519d97a6fbae38
|
3 |
+
size 5380
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:546bbb6aca1e26be54aa6b6d9b80041c69532d7fca73383ac526175e61c146c3
|
3 |
+
size 5112
|