RodrigoLimaRFL commited on
Commit
2080706
·
verified ·
1 Parent(s): 4771d13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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", trust_remote_code=True)
180
- automatic = load_dataset("nilc-nlp/NURC-SP_ENTOA_TTS", name = "automatic", trust_remote_code=True)
181
- audioCorpus = load_dataset("nilc-nlp/NURC-SP_ENTOA_TTS", name = "audioCorpus", trust_remote_code=True)
182
- test = load_dataset("nilc-nlp/NURC-SP_ENTOA_TTS", name="test", trust_remote_code=True)
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