Spaces:
Running
Running
File size: 609 Bytes
d31b788 |
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 |
{
"datasets": [
{
"data_root": "recoilme/aesthetic_photos_xs",
"dataset_type": "image",
"image_resolution_buckets": [
[1024, 1024]
],
"reshape_mode": "bicubic",
"remove_common_llm_caption_prefixes": true
},
{
"data_root": "finetrainers/OpenVid-1k-split",
"dataset_type": "video",
"video_resolution_buckets": [
[49, 512, 512],
[49, 768, 768],
[49, 1024, 1024],
[49, 480, 704],
[49, 704, 480]
],
"reshape_mode": "bicubic",
"remove_common_llm_caption_prefixes": true
}
]
} |