Closed archit31uniyal closed 9 months ago
Hi Archit,
Thank you for your interest in our work, and apologies for the delay in getting back to you. It looks like you are using "split" argument as "full". However, "full" is the name of the subset. Can you confirm that you are loading the dataset in the way it is specified in the Readme?
from datasets import load_dataset
dataset = load_dataset("locuslab/TOFU", "full")
I have trying to fine-tune the llama2-7B model following the instructions provided in the repository and it throws the following ValueError while loading the TOFU dataset.
It could be a bug in the code or a problem from HuggingFace side. Issue needs to be investigated for smooth execution of the codebase.
Thank you.