prithivMLmods commited on
Commit
85f8e20
·
verified ·
1 Parent(s): 74feeff

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -33
config.json DELETED
@@ -1,33 +0,0 @@
1
- {
2
- "architectures": [
3
- "ViTForImageClassification"
4
- ],
5
- "attention_probs_dropout_prob": 0.0,
6
- "encoder_stride": 16,
7
- "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.0,
9
- "hidden_size": 768,
10
- "id2label": {
11
- "0": "fake",
12
- "1": "real"
13
- },
14
- "image_size": 224,
15
- "initializer_range": 0.02,
16
- "intermediate_size": 3072,
17
- "label2id": {
18
- "fake": 0,
19
- "real": 1
20
- },
21
- "layer_norm_eps": 1e-12,
22
- "model_type": "vit",
23
- "num_attention_heads": 12,
24
- "num_channels": 3,
25
- "num_hidden_layers": 12,
26
- "patch_size": 16,
27
- "pooler_act": "tanh",
28
- "pooler_output_size": 768,
29
- "problem_type": "single_label_classification",
30
- "qkv_bias": true,
31
- "torch_dtype": "float32",
32
- "transformers_version": "4.50.0"
33
- }