dukenmarga commited on
Commit
8685b28
1 Parent(s): ed3209a

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/vit-large-patch16-224-in21k",
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
@@ -7,7 +7,7 @@
7
  "encoder_stride": 16,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
- "hidden_size": 1024,
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": 4096,
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": 16,
37
  "num_channels": 3,
38
- "num_hidden_layers": 24,
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.0,
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:998784d87675540e4340eae81e4ab138d7473b1752319fe6aee332acac751980
3
- size 1213285872
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c705a1d4c5e3de8db4328ab4d0b62264024bc621390ac26885993acb497ebd68
3
+ size 343242432
runs/Sep06_03-14-23_935bcd5a2a5e/events.out.tfevents.1725592477.935bcd5a2a5e.1381.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1dc16b4a53e667035dc40feaea31839e01065c467aacbb13f57c0a5fca1b9a2
3
- size 11033
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40c5d246d7627a9f1f24e5bfc6969f554e665a750b94d596dab3d2b552126836
3
+ size 11778
runs/Sep06_03-35-50_935bcd5a2a5e/events.out.tfevents.1725593760.935bcd5a2a5e.1381.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f21cc2f9ea2e9d2073aa4c7f8dce3dfedd29aa59849aef6eb256ca6af6a190a
3
+ size 5157
runs/Sep06_03-37-06_935bcd5a2a5e/events.out.tfevents.1725593835.935bcd5a2a5e.1381.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b2c03081c0faa0737155ae5303694b601869ef689ab1691a84b291f0faece83
3
+ size 5157
runs/Sep06_03-45-45_935bcd5a2a5e/events.out.tfevents.1725594355.935bcd5a2a5e.1381.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60ec88dff689d048bfef3d5fa3429f4d691b40d3c0af68a85b7a3aeaae8879af
3
+ size 5157
runs/Sep06_03-54-35_935bcd5a2a5e/events.out.tfevents.1725594887.935bcd5a2a5e.1381.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3cee6edf208f4d777880578146dbcfe0744fa6bb459951f91e2f41cf40eef8b
3
+ size 5157
runs/Sep06_04-03-05_935bcd5a2a5e/events.out.tfevents.1725595405.935bcd5a2a5e.1381.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:797a7dd1a4dc4c05c1080e7580bba978dfa1cd0bc3cd2cafac854730adcb2b48
3
+ size 5681
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f76fea7d187b2734016cb05bbf8a04a379fea20a10f49a641871a7f133aeda78
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f51de89a17bd5eb7ab02262463b5a84187145931273c3b970c911f44a958ef65
3
  size 5240