stevanojs commited on
Commit
a97a4e2
·
1 Parent(s): 9edffc7

Training in progress, epoch 1

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-large-patch32-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,10 +33,10 @@
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",
 
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,
42
  "torch_dtype": "float32",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4fc9ddcf3a8b3fcef21f34b09ae61ee10cc964ee557b09155b9e667ab7a1f74b
3
- size 1222208301
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfab8d2cd9577cdd4042ded0c1b59bf6fd1eea00efdb1b065c6471326f402a62
3
+ size 343287149
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d75da071cfb9391222436db8a73bfd3e4df72985e55f08ac380249b00a109bc6
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a7bef1c74f4eb9891c231de57221798b1730eed827aa4f14831c9d2c4222b05
3
  size 4027