stevanojs commited on
Commit
daaecb8
·
1 Parent(s): 1a46e42

Training in progress, epoch 5

Browse files
Files changed (3) hide show
  1. config.json +6 -6
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
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,10 +33,10 @@
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",
 
1
  {
2
+ "_name_or_path": "google/vit-large-patch32-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": 32,
40
  "problem_type": "single_label_classification",
41
  "qkv_bias": true,
42
  "torch_dtype": "float32",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8f47c673d15374af09801f99430b0357016b5e070c072cfab68096f8e6046b5
3
- size 343284397
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cca924c73dd41fe79ce4beb6bef89b97729991dc73fea2e543580b35f5acb4a7
3
+ size 1222208301
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ed4c4fa39c95401442ce26084427ddbbfefe7ff9951d2ae5d87abf7291eed10
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90278cd54c7b7d640213b12c867e36bae82f168938accac4348a7f947b5fef48
3
  size 4027