DazMashaly commited on
Commit
0d97315
1 Parent(s): f9dc86b

Training in progress, step 300

Browse files
Files changed (3) hide show
  1. config.json +5 -5
  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": "Ascariasis",
13
  "1": "Babesia",
@@ -27,7 +27,7 @@
27
  },
28
  "image_size": 224,
29
  "initializer_range": 0.02,
30
- "intermediate_size": 3072,
31
  "label2id": {
32
  "Ascariasis": "0",
33
  "Babesia": "1",
@@ -47,9 +47,9 @@
47
  },
48
  "layer_norm_eps": 1e-12,
49
  "model_type": "vit",
50
- "num_attention_heads": 12,
51
  "num_channels": 3,
52
- "num_hidden_layers": 12,
53
  "patch_size": 16,
54
  "problem_type": "single_label_classification",
55
  "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": "Ascariasis",
13
  "1": "Babesia",
 
27
  },
28
  "image_size": 224,
29
  "initializer_range": 0.02,
30
+ "intermediate_size": 4096,
31
  "label2id": {
32
  "Ascariasis": "0",
33
  "Babesia": "1",
 
47
  },
48
  "layer_norm_eps": 1e-12,
49
  "model_type": "vit",
50
+ "num_attention_heads": 16,
51
  "num_channels": 3,
52
+ "num_hidden_layers": 24,
53
  "patch_size": 16,
54
  "problem_type": "single_label_classification",
55
  "qkv_bias": true,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb51ffc43df7a2b4027d38fe0f48bfd5339fff4053aed3a259b148bbb7feacb7
3
- size 343308717
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffa00da342fe7f43026ed706cc3685788cd2c9a92e0b50d1d2e2c8c2f6f81318
3
+ size 1213401965
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:620419aee417cb7145bf4ca84368133a4945209a28630d77bf124c5f6a7a1217
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8e42c45dfffff4a80369d5d9aad05ac2e76b9cd8f1d5e29ff05f2d9e3f5bb3b
3
  size 4027