dukenmarga commited on
Commit
c5e5e1c
1 Parent(s): abad43f

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/vit-base-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": 768,
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": 3072,
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": 12,
37
  "num_channels": 3,
38
- "num_hidden_layers": 12,
39
  "patch_size": 16,
40
  "problem_type": "single_label_classification",
41
  "qkv_bias": true,
 
1
  {
2
+ "_name_or_path": "google/vit-large-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": 1024,
11
  "id2label": {
12
  "0": "anger",
13
  "1": "contempt",
 
20
  },
21
  "image_size": 224,
22
  "initializer_range": 0.02,
23
+ "intermediate_size": 4096,
24
  "label2id": {
25
  "anger": "0",
26
  "contempt": "1",
 
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,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ad3b1d68275af8c5ef822963ed2219a3607171ac406ea49736d15a1ab3936ba
3
- size 343242432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df8156f886d2b2606bc55fe9b0fcc623d63abc252bc0ac3f769f9a21a7295ff6
3
+ size 1213285872
runs/Sep05_21-48-13_56a63a4ff1d4/events.out.tfevents.1725572909.56a63a4ff1d4.1672.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5370ebeb4e56247c8606139f431ea271f1dc73170fcf8916500728b9c73dec0
3
+ size 5682
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4ad0bd29726d1f8bff6cbb1e3a0b087217d522b2f39a1cca9200d965b75014a
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffcf20e2b355f45a698e4699b0367158a3b39afcc2fccbc5113266d389b9ae04
3
  size 5240