Skip to content

Instantly share code, notes, and snippets.

@benfoley
Created October 19, 2021 13:45
Show Gist options
  • Save benfoley/53dae59c1e5999b692967ca08d3de6a2 to your computer and use it in GitHub Desktop.
Save benfoley/53dae59c1e5999b692967ca08d3de6a2 to your computer and use it in GitHub Desktop.
load common_voice tr
from datasets import load_dataset
common_voice_train = load_dataset("common_voice", "tr", split="train+validation", cache_dir='/hft-cache')
common_voice_test = load_dataset("common_voice", "tr", split="test", cache_dir='/hft-cache')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment