example path

main
Jeff Moe 2023-11-24 15:34:57 -07:00
parent 60cd1a40e6
commit e5314d316e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import pandas as pd
# assuming metadata is cloned into the local folder /data/hf_repos/the-stack-metadata
# the stack is cloned into the local folder /data/hf_repos/the-stack-v1.1
# destination folder is in /repo_workdir/numpy_restored
the_stack_meta_path = Path('/data/hf_repos/the-stack-metadata')
the_stack_meta_path = Path('/srv/ml/huggingface/datasets/bigcode/the-stack-metadata')
the_stack_path = Path('/data/hf_repos/the-stack-v1.1')
repo_dst_root = Path('/repo_workdir/numpy_restored')
repo_name = 'numpy/numpy'