Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the full link for gs://gpt-2/output-dataset/v1 #45

Open
guotong1988 opened this issue Feb 8, 2023 · 5 comments
Open

What is the full link for gs://gpt-2/output-dataset/v1 #45

guotong1988 opened this issue Feb 8, 2023 · 5 comments

Comments

@guotong1988
Copy link

guotong1988 commented Feb 8, 2023

Thank you very much!

@allosharma
Copy link

Hi @guotong1988,
you can find the whole list of data using the following code which you will get in download_dataset.py:

for ds in [
    'webtext',
    'small-117M',  'small-117M-k40',
    'medium-345M', 'medium-345M-k40',
    'large-762M',  'large-762M-k40',
    'xl-1542M',    'xl-1542M-k40',
]:
    for split in ['train', 'valid', 'test']:
        filename = ds + "." + split + '.jsonl'
        r = requests.get("https://openaipublic.azureedge.net/gpt-2/output-dataset/v1/" + filename, stream=True)

From above you can download any specific file as follows:
https://openaipublic.azureedge.net/gpt-2/output-dataset/v1/small-117M.train.jsonl

Else, you can run download_dataset.py to download all the dataset files.

I hope this helps.

@guotong1988
Copy link
Author

thank you

@HarmonyMurombo
Copy link

Thanks

1 similar comment
@PeterYang03110
Copy link

Thanks

@PeterYang03110
Copy link

Hi, How are you?
I have some question.
How to contact with you?
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants