williamdeli commited on
Commit
2920de1
1 Parent(s): 586c63a

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,44 +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.2"
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 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:572b7fb9f25159cbf0c4fd81e34c386a3db4ab67b9e25b939c011303c29e3441
3
  size 343242432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c09eaf0cee7d0c4b9fe4754a59743a4187d673eebec24b8bb2a34c5099c1d91
3
  size 343242432
preprocessor_config.json CHANGED
@@ -1,36 +1,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
- }
 
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/Sep02_10-54-44_348e1daa3e43/events.out.tfevents.1725274509.348e1daa3e43.366.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9162211cba00aefede01b97a9e443066f8bdb5e1fdb1dd8ee270df4f7bbd2e8b
3
+ size 4184
runs/Sep02_10-58-59_348e1daa3e43/events.out.tfevents.1725274749.348e1daa3e43.3120.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e5f6d07b33b0eea775295a1eae33c0f96634a51edd9176dd88ff5bf843cd96a
3
+ size 5165
runs/Sep02_11-01-06_348e1daa3e43/events.out.tfevents.1725274873.348e1daa3e43.3120.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e4b24eb241e0a2284ad596fb9f7e03994664afd94a21e34f261de3b3e939448
3
+ size 5165
runs/Sep02_11-16-00_348e1daa3e43/events.out.tfevents.1725275769.348e1daa3e43.3120.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44385dab7854abf316f17461b20151e6a0b402675e4380825403c289d5fab5e2
3
+ size 5896
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:10d91be0e41cc811bcc1e9fbf21ecb6475dbe1afcd153344168fc4429504b59e
3
- size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e67fb3dfebec04bedb1b2384c0f7727736e01d32175d8553aaaade306170f7a1
3
+ size 5240