Datasets:
script for top-conversation extraction
#4
by
g-ronimo
- opened
Maybe I missed it, is there a script to extract the top conversations from this amazing dataset?
thank you!
Hi
I write a script to export the dataset
https://github.com/blancsw/deep_4_all/blob/main/datasets/oasst/convert.py
Just as another reference. For the earlier top-1 datasets the following script was used: https://github.com/LAION-AI/Open-Assistant/tree/main/model/pretokenizer with --write_json
option.