Replace bal-Arab with your specific language.
from huggingface_hub import snapshot_download
folder = snapshot_download(
"cis-lmu/glotcc-v1",
repo_type="dataset",
local_dir="./path/to/glotcc-v1/",
# Replace "v1.0/bal-Arab/*" with the path for any other language available in the dataset
allow_patterns="v1.0/bal-Arab/*"
)