up
Browse files- common_voice.py +3 -2
common_voice.py
CHANGED
@@ -636,8 +636,9 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
|
|
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_11_0\", \"en\")
|
639 |
-
"""
|
640 |
-
|
|
|
641 |
|
642 |
features = datasets.Features(
|
643 |
{
|
|
|
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_11_0\", \"en\")
|
639 |
+
""",
|
640 |
+
FutureWarning,
|
641 |
+
)
|
642 |
|
643 |
features = datasets.Features(
|
644 |
{
|