Closed gaussiangit closed 1 week ago
Any reason why you didn't want to use datasets
of huggingface? because many function in the example notebook uses datasets
function of .map
to transform the data.
You can load your model from json btw to datasets
of huggingface :
dataset = Dataset.load_from_json("<your json path>")
I have single json file with following format.
How do I fine tune using this format ? I do not want to use hugging face dataset.