File size: 618 Bytes
9a1c412
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "do_convert_rgb": null,
  "do_normalize": true,
  "do_rescale": true,
  "do_resize": true,
  "id2label": {
    "0": "stable_diffusion",
    "1": "midjourney",
    "2": "dalle",
    "3": "real",
    "4": "other_ai"
  },
  "image_mean": [
    0.5,
    0.5,
    0.5
  ],
  "image_processor_type": "ViTFeatureExtractor",
  "image_std": [
    0.5,
    0.5,
    0.5
  ],
  "label2id": {
    "dalle": 2,
    "midjourney": 1,
    "other_ai": 4,
    "real": 3,
    "stable_diffusion": 0
  },
  "num_labels": 5,
  "resample": 2,
  "rescale_factor": 0.00392156862745098,
  "size": {
    "height": 224,
    "width": 224
  }
}