File size: 603 Bytes
9fd1204
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "datasets": [
    {
      "data_root": "bigdata-pw/TheSimpsons",
      "dataset_type": "image",
      "id_token": "SMPSN",
      "image_resolution_buckets": [
        [960, 528],
        [720, 528],
        [720, 480]
      ],
      "reshape_mode": "bicubic",
      "remove_common_llm_caption_prefixes": true,
      "caption_options": {
        "column_names": ["caption.txt", "detailed_caption.txt", "more_detailed_caption.txt"],
        "weights": {
            "caption.txt": 0.2,
            "detailed_caption.txt": 0.6,
            "more_detailed_caption.txt": 0.2
        }
      }
    }
  ]
}