PedroDKE commited on
Commit
98e57d7
·
1 Parent(s): 2b1e51c

add config

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0.0",
3
+ "default": {
4
+ "description": "LibriS2S: A German-English Speech-to-Speech Translation Corpus",
5
+ "features": {
6
+ "book_id": "int64",
7
+ "DE_audio": "audio",
8
+ "EN_audio": "audio",
9
+ "score": "float32",
10
+ "DE_transcript": "string",
11
+ "EN_transcript": "string"
12
+ },
13
+ "splits": ["train"]
14
+ }
15
+ }