Dewa commited on
Commit
a5ac0d9
1 Parent(s): 47e6d3b

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "sad",
13
+ "1": "angry",
14
+ "2": "happy",
15
+ "3": "relaxed"
16
+ },
17
+ "image_size": 224,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "angry": 1,
22
+ "happy": 2,
23
+ "relaxed": 3,
24
+ "sad": 0
25
+ },
26
+ "layer_norm_eps": 1e-12,
27
+ "model_type": "vit",
28
+ "num_attention_heads": 12,
29
+ "num_channels": 3,
30
+ "num_hidden_layers": 12,
31
+ "patch_size": 16,
32
+ "problem_type": "single_label_classification",
33
+ "qkv_bias": true,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.28.1"
36
+ }
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aca5012420eefd5db31fb5a1359874429de214a96d04302af5bc1525a9d919fb
3
+ size 343274861
runs/Apr15_05-07-25_8078873a3e83/1681535250.6319342/events.out.tfevents.1681535250.8078873a3e83.151.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6eb5545314ed0acebce33006ed5ec500ece19fbd49aed832d0cbba58a7ef54e
3
+ size 5883
runs/Apr15_05-07-25_8078873a3e83/events.out.tfevents.1681535250.8078873a3e83.151.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:553975fe3dae82e457308a6d6f37227f6016bcded9ed896b1141fc3e9690589f
3
+ size 4365
runs/Apr15_05-08-52_8078873a3e83/1681535336.1290603/events.out.tfevents.1681535336.8078873a3e83.151.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b36613e5ae20cae5ca21a34d22dcddb69c31c46d85972e87c8fdd0960a2f4e3
3
+ size 5883
runs/Apr15_05-08-52_8078873a3e83/events.out.tfevents.1681535336.8078873a3e83.151.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cbb0a0e9781f713dde4153a13b026475d66fd1884fb20aa2332c08835d5fd60
3
+ size 5144
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b90c90a6d770c7b974a2d6953f104c18c5c04b57a30a53899dbfacfa4bd8493c
3
+ size 3579