Closed AlanQuille closed 3 years ago
Hi Alan,
For ACE04/ACE05, we use the DYGIE's script to convert the raw data in JSONL format. For SciERC, the processed JSONL file can be downloaded in their website.
For other datasets, it should be easy to write a python script and dump the dataset in a JSONL file (e.g., using json.dump
).
Best, Zexuan
Thank you very much for your prompt reply.
Hello, I was wondering, how do you create the custom training data in JSONL format? Do you do it manually or do you have access to a tool? Thank you very much.