Datasets:
Update the configuration to use 'load_dataset' properly.
#3
by
Weyaxi
- opened
Hi @Doctor-Shotgun ,
As your current readme states, the Auto-converted Parquet is duplicating the data. You can fix this by updating the config like this:
configs:
- config_name: default
data_files:
no-robots-sharegpt-fixed.jsonl
Here is the dataset I created to show you: (This dataset will be deleted if you merge this.)
https://huggingface.co/datasets/Weyaxi/no_robots_dataset_load_fix_doctor_shotgun
I suggest that you consider merging this, and thank you for converting it to ShareGPT format.
Doctor-Shotgun
changed pull request status to
merged