--- # license: apache-2.0 # task_categories: # - text-generation # configs: # - name: "default" # data_files: # - path: "*.mp4" # - name: "with_splits" # data_files: # train: "uuid_chunk_paths.csv" datastudio: files: - path: "uuid_chunk_paths.csv" description: "CSV mapping UUIDs and chunk IDs to corresponding video (mo4) and audio (wav) file paths." columns: - name: "uuid" type: "string" description: "Unique identifier for each video chunk folder." - name: "chunk_id" type: "string" description: "Identifier for each chunk." - name: "video_path" type: "video" description: "Relative path to the video file (mo4)." - name: "audio_path" type: "audio" description: "Relative path to the audio file (wav)." --- configs: - config_name: 7c019721-6a51-4 data_files: - path: video_chunks/7c019721-6a51-4/chunks_video/*.mp4 - config_name: 8a906452-88a2-4 data_files: - path: video_chunks/8a906452-88a2-4/chunks_video/*.mp4 - config_name: b35da24a-95f8-4 data_files: - path: video_chunks/b35da24a-95f8-4/chunks_video/*.mp4 - config_name: d81c0ca3-bc1a-4 data_files: - path: video_chunks/d81c0ca3-bc1a-4/chunks_video/*.mp4