Skip to content

fix(wmt): use HuggingFace datasets instead of sacrebleu#137

Open
AhmedHammam-AA wants to merge 3 commits into
mainfrom
fix/wmt-huggingface-datasets
Open

fix(wmt): use HuggingFace datasets instead of sacrebleu#137
AhmedHammam-AA wants to merge 3 commits into
mainfrom
fix/wmt-huggingface-datasets

Conversation

@AhmedHammam-AA

@AhmedHammam-AA AhmedHammam-AA commented Dec 19, 2025

Copy link
Copy Markdown
Collaborator

Refactor WMT dataset loading to use sacrebleu instead of HuggingFace datasets.

@jordisassoon jordisassoon left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

lgtm, I actually really like that now all the hf datasets are taken from HF directly, makes it very clean!

if split not in [self.SAMPLE_SPLIT, self.FEWSHOT_SPLIT]:
continue

# Transform HuggingFace format to expected format

@jordisassoon jordisassoon Dec 19, 2025

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

could you explain the expected format? specifically with regards to the shuffling

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

Successfully merging this pull request may close these issues.

2 participants