How to download dataset?
#2
by
jj97
- opened
Hello,
I'm using Ubuntu 22.04 settings. I want to download dataset in terminal and open it. But the file format is .arrow. Also I checked the dataset linked in github, but it seems quite different in the formats(github dataset is seperated). Could anyone help with my problem?
You can download, cache and load the dataset using our Python Hugging Face datasets
library: https://github.com/huggingface/datasets#with-pip
from datasets import load_dataset
ds = load_dataset("wiki_bio")
On the contrary, if you would like to download the source data file, you have it hosted here (in the Hugging Face Hub) as well: https://huggingface.co/datasets/wiki_bio/blob/main/data/wikipedia-biography-dataset.zip
albertvillanova
changed discussion status to
closed