osanseviero
commited on
Commit
•
a7a18d0
1
Parent(s):
4e0b522
Update common voice deprecation warning
Browse files- common_voice.py +1 -1
common_voice.py
CHANGED
@@ -635,7 +635,7 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
|
|
635 |
"""
|
636 |
This version of the Common Voice dataset is deprecated.
|
637 |
You can download the latest one with
|
638 |
-
>>> load_dataset(\"mozilla-foundation/
|
639 |
""",
|
640 |
FutureWarning,
|
641 |
)
|
|
|
635 |
"""
|
636 |
This version of the Common Voice dataset is deprecated.
|
637 |
You can download the latest one with
|
638 |
+
>>> load_dataset(\"mozilla-foundation/common_voice_13_0\", \"en\")
|
639 |
""",
|
640 |
FutureWarning,
|
641 |
)
|