prithivMLmods commited on
Commit
51e8a68
·
verified ·
1 Parent(s): e9de542

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -31
config.json DELETED
@@ -1,31 +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": "Real",
12
- "1": "Fake"
13
- },
14
- "image_size": 224,
15
- "initializer_range": 0.02,
16
- "intermediate_size": 3072,
17
- "label2id": {
18
- "Fake": 1,
19
- "Real": 0
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
- "problem_type": "single_label_classification",
28
- "qkv_bias": true,
29
- "torch_dtype": "float32",
30
- "transformers_version": "4.38.2"
31
- }