Eric Bavu commited on
Commit
e83b81c
1 Parent(s): 4982b11

Add ASR/Reference microphone config

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-4.0
3
+ configs:
4
+ - config_name: ASR/Reference microphone
5
+ data_files:
6
+ - split: train
7
+ path: "train_ASR_ref_microphone.tsv"
8
+ - split: test
9
+ path: "val_ASR_ref_microphone.tsv"
10
+ - split: test
11
+ path: "test_ASR_ref_microphone.tsv"
12
  ---