| # MiniMax H3 quick run β mega_curated 3.9k clips, i2va, video-only (no audio in sources) | |
| # Multi-resolution: three area buckets (mandatory for H3 β RoPE grid is area-normalized) | |
| # Small/medium resolutions per user directive (1024x576 dropped). | |
| # Sources normalized to 24 fps CFR, square pixels (SAR 1:1) in /workspace/datasets/mega_24 | |
| [general] | |
| caption_extension = ".txt" | |
| batch_size = 32 | |
| enable_bucket = true | |
| bucket_no_upscale = true | |
| # ~55% β low bucket (motion is cheap at low res) | |
| [[datasets]] | |
| video_directory = "/workspace/datasets/train_quick/v288" | |
| cache_directory = "/workspace/cache/quick/v288" | |
| resolution = [512, 288] | |
| h3_target_mode = "video" | |
| source_fps = 24.0 | |
| frame_extraction = "full" | |
| max_frames = 124 | |
| num_repeats = 1 | |
| # ~28% β main bucket | |
| [[datasets]] | |
| video_directory = "/workspace/datasets/train_quick/v384" | |
| cache_directory = "/workspace/cache/quick/v384" | |
| resolution = [640, 384] | |
| h3_target_mode = "video" | |
| source_fps = 24.0 | |
| frame_extraction = "full" | |
| max_frames = 124 | |
| num_repeats = 1 | |
| # ~17% β medium anchor (prevents low-density specialization) | |
| [[datasets]] | |
| video_directory = "/workspace/datasets/train_quick/v480" | |
| cache_directory = "/workspace/cache/quick/v480" | |
| resolution = [832, 480] | |
| h3_target_mode = "video" | |
| source_fps = 24.0 | |
| frame_extraction = "full" | |
| max_frames = 124 | |
| num_repeats = 1 | |