-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Hi, when I run the following code:
from datasets import load_dataset
ds = load_dataset("BAAI/JudgeLM-100K")
I get the following error:
raise TypeError(f"Couldn't cast array of type {_short_str(array.type)} to {_short_str(pa_type)}")
TypeError: Couldn't cast array of type struct<logprobs: double, rouge1: double, rouge2: double, rougeLsum: double, rougeL: double, bleu: double, bertscore: double, bleurt: double, bartscore: double> to double
Do we have to explicitly use the jsonl
files directly to access the data?
Metadata
Metadata
Assignees
Labels
No labels