Skip to content

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

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

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

Conversation

@AhmedHammam-AA
Copy link
Collaborator

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

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

Copy link
Collaborator

@jordisassoon jordisassoon left a comment

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
Copy link
Collaborator

@jordisassoon jordisassoon Dec 19, 2025

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