We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f73e9 commit 95ee9acCopy full SHA for 95ee9ac
AI-and-Analytics/End-to-end-Workloads/LanguageIdentification/README.md
@@ -51,8 +51,9 @@ Then activate your environment:
51
conda activate <your-env-name>
52
```
53
54
-2. Set the environment variable `COMMON_VOICE_PATH`. This needs to match with where you downloaded your dataset.
+2. Create your dataset folder and set the environment variable `COMMON_VOICE_PATH`. This needs to match with where you downloaded your dataset.
55
```bash
56
+mkdir -p /data/commonVoice
57
export COMMON_VOICE_PATH=/data/commonVoice
58
59
0 commit comments