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

Tutorial: Mathematics dataset not available in HF anymore #1183

Open
guiem opened this issue Jan 24, 2025 · 0 comments
Open

Tutorial: Mathematics dataset not available in HF anymore #1183

guiem opened this issue Jan 24, 2025 · 0 comments

Comments

@guiem
Copy link

guiem commented Jan 24, 2025

The MATH dataset, which includes 12,500 challenging competition mathematics problems, is not available in HF anymore.

https://huggingface.co/datasets/hendrycks/competition_math
Image
The discussion: https://huggingface.co/datasets/hendrycks/competition_math/discussions/5

So, in the tutorial, this doesn't work:

dataset=hf_dataset(
            "hendrycks/competition_math",
            split="test",
            sample_fields=FieldSpec(
                input="problem", 
                target="solution"
            ),
            shuffle=True,
            trust=True,
        ),
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