NadiaHolmlund commited on
Commit
29658eb
·
1 Parent(s): 0ff0e74

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -23
config.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "_name_or_path": "google/vit-base-patch16-224-in21k",
3
- "architectures": [
4
- "ViTForImageClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.0,
7
- "encoder_stride": 16,
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.0,
10
- "hidden_size": 768,
11
- "image_size": 224,
12
- "initializer_range": 0.02,
13
- "intermediate_size": 3072,
14
- "layer_norm_eps": 1e-12,
15
- "model_type": "vit",
16
- "num_attention_heads": 12,
17
- "num_channels": 3,
18
- "num_hidden_layers": 12,
19
- "patch_size": 16,
20
- "qkv_bias": true,
21
- "torch_dtype": "float32",
22
- "transformers_version": "4.28.0"
23
- }