Skip to content

fix: use FiscalNote/billsum HF dataset path in test_datsets#1434

Open
ttxs69 wants to merge 1 commit into
ml-explore:mainfrom
ttxs69:fix/billsum-dataset-path
Open

fix: use FiscalNote/billsum HF dataset path in test_datsets#1434
ttxs69 wants to merge 1 commit into
ml-explore:mainfrom
ttxs69:fix/billsum-dataset-path

Conversation

@ttxs69

@ttxs69 ttxs69 commented Jun 25, 2026

Copy link
Copy Markdown

Problem

The billsum dataset path on HuggingFace Hub is no longer maintained. The canonical home for the BillSum dataset is now under the FiscalNote organization: https://huggingface.co/datasets/FiscalNote/billsum

This causes test_hf in tests/test_datsets.py to either fail or rely on a redirect that may break in the future.

Fix

Update the test's HF dataset path from "billsum" to "FiscalNote/billsum" to point directly at the maintained copy.

Testing

  • tests/test_datsets.py::TestDatasets::test_hf will now load from the canonical FiscalNote/billsum path.
  • Existing prompt_feature/completion_feature/train_split fields are unchanged — only the path string was updated.

Notes

The original 'billsum' path on HuggingFace Hub is no longer
maintained; FiscalNote is the official organization for the
BillSum dataset. This fixes test_hf in test_datsets.py.
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.

1 participant