pull for downloading the dataset
#5
by Achmad960 - opened
No description provided.
Hi Achmad960, it looks like this pull request doesn't contain any changes. If you are trying to download the dataset, you don't need a PR. You can download it using Python:
from datasets import load_dataset
ds = load_dataset("issai/Food_Portion_Benchmark")
or bash command in the CLI:
hf download issai/Food_Portion_Benchmark --type dataset
I will close this PR. Feel free to open a discussion in the Community tab.
gumano1d changed pull request status to closed