Text-to-Speech
Transformers
Safetensors
English
parler_tts
text2text-generation
annotation
reach-vb HF staff commited on
Commit
ad7b992
1 Parent(s): 09e401a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -154,7 +154,7 @@ python ./dataspeech/main.py "ylacombe/expresso" \
154
  --repo_id "expresso-tags"
155
  ```
156
 
157
- Note that the script will be faster if you have GPUs at your disposal. It will automatically scale up to every GPU available in your environment.
158
 
159
  The resulting dataset will be pushed to the Hugging Face Hub under your Hugging Face handle. Mine was pushed to [reach-vb/expresso-tags](https://huggingface.co/datasets/reach-vb/expresso-tags).
160
  We can see that the dataset is annotated with continuous features like "speaking_rate" and "snr".
 
154
  --repo_id "expresso-tags"
155
  ```
156
 
157
+ Note that the script will be faster if you have GPUs at your disposal. It will automatically scale up to every GPU available in your environment. To control which GPUs to run the script on consider indicating via `CUDA_VISIBLE_DEVICES` environment variable.
158
 
159
  The resulting dataset will be pushed to the Hugging Face Hub under your Hugging Face handle. Mine was pushed to [reach-vb/expresso-tags](https://huggingface.co/datasets/reach-vb/expresso-tags).
160
  We can see that the dataset is annotated with continuous features like "speaking_rate" and "snr".