I thought it was a dataset I was trying to use, then I tried two other notebooks and when I try to load the dataset (the default ones) it says this:
BadRequestError Traceback (most recent call last)
/tmp/ipython-input-7-118105422.py in <cell line: 0>()
1 from datasets import load_dataset
----> 2 reasoning_dataset = load_dataset("unsloth/OpenMathReasoning-mini", split = "cot")
3 non_reasoning_dataset = load_dataset("mlabonne/FineTome-100k", split = "train")
15 frames
/usr/local/lib/python3.11/dist-packages/huggingface_hub/utils/_http.py in hf_raise_for_status(response, endpoint_name)
463 f"\n\nBad request for {endpoint_name} endpoint:" if endpoint_name is not None else "\n\nBad request:"
464 )
--> 465 raise _format(BadRequestError, message, response) from e
466
467 elif response.status_code == 403:
BadRequestError: (Request ID: Root=1-687a1c12-5b5c72262c9973da46ce6529;e200e34e-4776-4544-b758-f55ffc54dec6)
Bad request:
- Invalid input: expected array, received string * at paths * Invalid input: expected boolean, received string * at expand
✖ Invalid input: expected array, received string
→ at paths
✖ Invalid input: expected boolean, received string
→ at expand