ProgramComputer commited on
Commit
cd6d59a
·
verified ·
1 Parent(s): d9fa9ae

Configure clean train/test parquet splits

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: train/*.parquet
7
+ - split: test
8
+ path: test/*.parquet
9
+ ---
10
+
11
+ # AVSpeech Video + Audio
12
+
13
+ This dataset stores AVSpeech media as separate columns:
14
+ - `video`: video-only stream (no audio), stream-copied without re-encoding.
15
+ - `audio`: audio-only stream, stream-copied without re-encoding.