brthor commited on
Commit
f9e025f
·
verified ·
1 Parent(s): b013640

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -116,6 +116,11 @@ from Project Gutenberg) of the LibriSpeech corpus.
116
 
117
  This is the LibriTTS dataset, adapted for the `datasets` library.
118
 
 
 
 
 
 
119
  ## Usage
120
 
121
  ### Splits
@@ -232,11 +237,3 @@ load_dataset("blabble-io/libritts", streaming=True)
232
  }
233
  ```
234
 
235
-
236
-
237
- ## Transcoding notes
238
-
239
-
240
-
241
- - Source dataset: `mythicinfinity/libritts`
242
- - Target codec: `opus`
 
116
 
117
  This is the LibriTTS dataset, adapted for the `datasets` library.
118
 
119
+ ## Transcoding notes
120
+
121
+ - Source dataset: `mythicinfinity/libritts`
122
+ - Target codec: `opus 48kbps`
123
+
124
  ## Usage
125
 
126
  ### Splits
 
237
  }
238
  ```
239