Skip to content

Migrate data/*_dataset.jsonl to data/*_dataset.json#136

Merged
JosephMarinier merged 1 commit into
mainfrom
joseph/migrate-dataset-jsonl-to-json
Jun 4, 2026
Merged

Migrate data/*_dataset.jsonl to data/*_dataset.json#136
JosephMarinier merged 1 commit into
mainfrom
joseph/migrate-dataset-jsonl-to-json

Conversation

@JosephMarinier
Copy link
Copy Markdown
Collaborator

@JosephMarinier JosephMarinier commented Jun 4, 2026

Convert the evaluation datasets from JSONL (one object per line) to pretty-printed JSON arrays, and update the loader/path accordingly. Content is unchanged.

I cherry-picked these changes from #121 to make it easier to then review that PR. The only addition is adapting tests/unit/test_current_date_consistency.py, which was silently skipping all tests because of this, which I now removed:

        if not dataset_path.exists():
            continue

Here is how you can review these files's changes in #121:

git diff joseph/migrate-dataset-jsonl-to-json pr/multilingual -- data/*_dataset.json

Convert the evaluation datasets from JSONL (one object per line) to
pretty-printed JSON arrays, and update the loader/path accordingly.
Content is unchanged.
Copy link
Copy Markdown
Collaborator

@gabegma gabegma left a comment

Choose a reason for hiding this comment

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

Thank you!!!

@JosephMarinier JosephMarinier added this pull request to the merge queue Jun 4, 2026
Merged via the queue into main with commit 0cd294d Jun 4, 2026
1 check passed
@JosephMarinier JosephMarinier deleted the joseph/migrate-dataset-jsonl-to-json branch June 4, 2026 21:22
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