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

coqa not working #1529

Open
lchu-ibm opened this issue Mar 5, 2024 · 1 comment
Open

coqa not working #1529

lchu-ibm opened this issue Mar 5, 2024 · 1 comment
Assignees
Labels
bug Something isn't working.

Comments

@lchu-ibm
Copy link
Contributor

lchu-ibm commented Mar 5, 2024

This happened once before and got fixed: #898

But now it seems not working again with same error, at least on my end.

  File "/home/lchu/.conda/envs/main/lib/python3.9/site-packages/datasets/builder.py", line 1726, in _prepare_split_single
    for key, record in generator:
  File "/lustre/.cache/huggingface/modules/datasets_modules/datasets/EleutherAI--coqa/9ee0502938f8c0d66e6801438f1d1814a99e5a6cbe1e4298869bfb62c2c7596d/coqa.py", line 183, in _generate_examples
    data = json.load(f)
  File "/home/lchu/.conda/envs/main/lib/python3.9/json/__init__.py", line 293, in load
    return loads(fp.read(),
  File "/home/lchu/.conda/envs/main/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/home/lchu/.conda/envs/main/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/home/lchu/.conda/envs/main/lib/python3.9/json/decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
@haileyschoelkopf haileyschoelkopf self-assigned this Mar 5, 2024
@haileyschoelkopf
Copy link
Contributor

Thanks for the report, will have to take a look at the dataset!

@haileyschoelkopf haileyschoelkopf added the bug Something isn't working. label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

2 participants