radiogroup-crits commited on
Commit
defa005
1 Parent(s): aac07aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -36,6 +36,14 @@ model-index:
36
  ---
37
  # XLS-R-1B-ITALIAN-DOC4LM-5GRAM
38
 
 
 
 
 
 
 
 
 
39
  ## Evaluation Commands
40
 
41
  To evaluate on `mozilla-foundation/common_voice_8_0` with split `test`
 
36
  ---
37
  # XLS-R-1B-ITALIAN-DOC4LM-5GRAM
38
 
39
+ ## Download CommonVoice8.0 dataset for italian language
40
+
41
+ ```python
42
+ from datasets import load_dataset
43
+
44
+ dataset = load_dataset("mozilla-foundation/common_voice_8_0", "it", use_auth_token=True)
45
+ ```
46
+
47
  ## Evaluation Commands
48
 
49
  To evaluate on `mozilla-foundation/common_voice_8_0` with split `test`