radiogroup-crits
commited on
Commit
•
c191ae1
1
Parent(s):
e07229b
Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,7 @@ Our language model was generated using a dataset of Italian wikipedia articles a
|
|
42 |
## Download CommonVoice8.0 dataset for italian language
|
43 |
|
44 |
from datasets import load_dataset
|
|
|
45 |
dataset = load_dataset("mozilla-foundation/common_voice_8_0", "it", use_auth_token=True)
|
46 |
|
47 |
|
|
|
42 |
## Download CommonVoice8.0 dataset for italian language
|
43 |
|
44 |
from datasets import load_dataset
|
45 |
+
|
46 |
dataset = load_dataset("mozilla-foundation/common_voice_8_0", "it", use_auth_token=True)
|
47 |
|
48 |
|