Syizuril commited on
Commit
159b92b
·
verified ·
1 Parent(s): 2d06c0b

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/vit-base-patch16-224",
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",
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:be485da172525a03fdd3d51aadeae1b590bd6e95445f6e6281c61ab488bb9e01
3
- size 343242432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59bd2af1c96488889bbc06b003beac1d77371a6815c6348d697266ae4ff1a8c1
3
+ size 1213285872
runs/Feb23_05-53-40_bc23ef0ba343/events.out.tfevents.1740291446.bc23ef0ba343.4979.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17a62755d68121e718feedb81184f0bf0a053b25e58c95019a29101ed72aba77
3
+ size 5296
runs/Feb23_06-20-10_bc23ef0ba343/events.out.tfevents.1740291641.bc23ef0ba343.4979.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1c649b9d149f5371c4ba283a2196ad9b9654bdc47919fa6a220cd73604e20ad
3
+ size 5296
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d115983215b3b8b82c238e3d6c091be588b5b156381babb069259cdeae8cff4e
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:805da91cf1c45a32450c0e02fae96254c51378e409f70b4dddd212ba5bf779d3
3
  size 5304