Q1
When using Hugging Face’s datasets
library, you can convert to native format simply by using dataset.from_list(list_of_dict)
, so I don’t think there is much overhead.
Q1
When using Hugging Face’s datasets
library, you can convert to native format simply by using dataset.from_list(list_of_dict)
, so I don’t think there is much overhead.