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

yttemporal dataset #2

Open
00asuka opened this issue Oct 4, 2024 · 0 comments
Open

yttemporal dataset #2

00asuka opened this issue Oct 4, 2024 · 0 comments

Comments

@00asuka
Copy link

00asuka commented Oct 4, 2024

Can I download the following yttemporal dataset uploaded on the official site and put it in data/YTTemporal?
gs://merlot/yttemporal180m/yttemporal180m_{i:03d}of 100.jsonl.gz

In YTTemporal_dataset.py

    def _load_metadata(self):
        metadata_dir = './meta_data'
        split_files = {
            'train': 'yttemporal_train.csv',  # _1000000
            'val': 'yttemporal_val.csv',  # there is no test
            'test': 'yttemporal_val.csv'
        }

How should I define split_files?

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

1 participant