You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Language ID sample update: dataset download and fix typos (#1537)
* Add new oneAPI Sample IPEX Inference Optimization
* Replacing random.randint() with random.sample()
* Add support for IPEX BF16 and INT8 model option
* Revert "Add support for IPEX BF16 and INT8 model option"
This reverts commit 2b987db.
* Adding new oneAPI sample PyTorch AMX BF16/INT8 Inference
* update Features-and-Functionality README with latest changes
* update Features-and-Functionality README with PT AMX BF16/INT8 Inference
* README review updates
* add missing * to PyTorch on README
* Add data download instructions, fix typos
Copy file name to clipboardExpand all lines: AI-and-Analytics/End-to-end-Workloads/LanguageIdentification/README.md
+23-3
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ For both training and inference, you can run the sample and scripts in Jupyter N
45
45
46
46
Download the CommonVoice dataset for languages of interest from [https://commonvoice.mozilla.org/en/datasets](https://commonvoice.mozilla.org/en/datasets).
47
47
48
-
For this sample, you will need to download the following languages: **Japanese** and **Swedish**.
48
+
For this sample, you will need to download the following languages: **Japanese** and **Swedish**. Follow Steps 1-6 below or you can execute the code.
49
49
50
50
1. On the CommonVoice website, select the Version and Language.
51
51
2. Enter your email.
@@ -59,6 +59,26 @@ For this sample, you will need to download the following languages: **Japanese**
59
59
60
60
The file structure **must match** the `LANGUAGE_PATHS` defined in `prepareAllCommonVoice.py` in the `Training` folder for the script to run properly.
61
61
62
+
These commands illustrate Steps 1-6. Notice that it downloads Japanese and Swedish from CommonVoice version 11.0.
0 commit comments