Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -176,10 +176,10 @@ configs:
|
|
| 176 |
There are 4 configurations: **"prosodic"**, **"automatic"**, **"audioCorpus"** and **test**. To load the dataset with the HuggingFace *datasets* library, use the following code:
|
| 177 |
|
| 178 |
``` python
|
| 179 |
-
prosodic = load_dataset("nilc-nlp/NURC-SP_ENTOA_TTS", name="prosodic"
|
| 180 |
-
automatic = load_dataset("nilc-nlp/NURC-SP_ENTOA_TTS", name = "automatic"
|
| 181 |
-
audioCorpus = load_dataset("nilc-nlp/NURC-SP_ENTOA_TTS", name = "audioCorpus"
|
| 182 |
-
test = load_dataset("nilc-nlp/NURC-SP_ENTOA_TTS", name="test"
|
| 183 |
```
|
| 184 |
|
| 185 |
## Parameters of each configuration
|
|
|
|
| 176 |
There are 4 configurations: **"prosodic"**, **"automatic"**, **"audioCorpus"** and **test**. To load the dataset with the HuggingFace *datasets* library, use the following code:
|
| 177 |
|
| 178 |
``` python
|
| 179 |
+
prosodic = load_dataset("nilc-nlp/NURC-SP_ENTOA_TTS", name="prosodic")
|
| 180 |
+
automatic = load_dataset("nilc-nlp/NURC-SP_ENTOA_TTS", name = "automatic")
|
| 181 |
+
audioCorpus = load_dataset("nilc-nlp/NURC-SP_ENTOA_TTS", name = "audioCorpus")
|
| 182 |
+
test = load_dataset("nilc-nlp/NURC-SP_ENTOA_TTS", name="test")
|
| 183 |
```
|
| 184 |
|
| 185 |
## Parameters of each configuration
|