Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Huggingface Datasets do not match website datasets #4

Open
tbarton16 opened this issue Mar 13, 2024 · 1 comment
Open

Huggingface Datasets do not match website datasets #4

tbarton16 opened this issue Mar 13, 2024 · 1 comment

Comments

@tbarton16
Copy link

My submission got flagged for missing entries. Turns out those entries are not in the HF version of zeroscrolls. To reproduce:

dataset = load_dataset("tau/zero_scrolls", task, split="test")
for d in dataset:
     if d['problem_id'] =="crs_R46013":
          print('contains') # will never print.  ```
@UriSha
Copy link
Collaborator

UriSha commented Oct 6, 2024

Hi,
Actually this entry does exist in the GovReport test set in HF.
The id is "crs_R46013" and pid is "crs_R46013_0".

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

No branches or pull requests

2 participants