Skip to content

Add HF datasest name#2917

Merged
copybara-service[bot] merged 1 commit intomainfrom
dataset_update
Jan 7, 2026
Merged

Add HF datasest name#2917
copybara-service[bot] merged 1 commit intomainfrom
dataset_update

Conversation

@RissyRan
Copy link
Copy Markdown
Collaborator

@RissyRan RissyRan commented Jan 7, 2026

Description

Add HF datasest name

Context: I was trying to use HF dataset HuggingFaceFW/fineweb-edu (link), and it was not able to find the right path (link). It turns out that we are missing optional name config. So adding this config, it can be loaded correctly (link).

HF recommended usage:

from datasets import load_dataset
# use name="sample-10BT" to use the 10BT sample
fw = load_dataset("HuggingFaceFW/fineweb-edu", name="CC-MAIN-2024-10", split="train", streaming=True)

Tests

Tests in description.

Checklist

Before submitting this PR, please make sure (put X in square brackets):

  • I have performed a self-review of my code. For an optional AI review, add the gemini-review label.
  • I have necessary comments in my code, particularly in hard-to-understand areas.
  • I have run end-to-end tests tests and provided workload links above if applicable.
  • I have made or will make corresponding changes to the doc if needed, including adding new documentation pages to the relevant Table of Contents (toctree directive) as explained in our documentation.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown
Collaborator

@gagika gagika left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@copybara-service copybara-service Bot merged commit 345fb07 into main Jan 7, 2026
28 of 29 checks passed
@copybara-service copybara-service Bot deleted the dataset_update branch January 7, 2026 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants