Bugs for the example code

#3
by iLOVE2D - opened

Hi, it seems that there is no definition for the class Dataset:

Create a dataset for training

ds = Dataset.from_dict({"input_ids": tokenized, "labels": labels})

Would you please provide guidance for how to define it? Thanks.

Sign up or log in to comment