jstackhouse commited on
Commit
2d35c09
1 Parent(s): 7aa24db

Add configs to frontmatter.

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,5 +1,16 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  A generated dataset constructed from LibriSpeech and code from the SparseLibriMix project.
 
1
  ---
2
  license: cc-by-4.0
3
+ configs:
4
+ - config_name: 2mix
5
+ data_files:
6
+ - split: dev
7
+ path:
8
+ - "data/dev/2mix.tar"
9
+ - config_name: 3mix
10
+ data_files:
11
+ - split: dev
12
+ path:
13
+ - "data/dev/3mix.tar"
14
  ---
15
 
16
  A generated dataset constructed from LibriSpeech and code from the SparseLibriMix project.