osanseviero HF staff commited on
Commit
a7a18d0
1 Parent(s): 4e0b522

Update common voice deprecation warning

Browse files
Files changed (1) hide show
  1. 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/common_voice_11_0\", \"en\")
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
  )