Open johann-petrak opened 2 years ago
Are you talking about LS storages with jsonl import? Or about the common LS import files?
Sorry, what I meant is for
jsonl has become an often-used format in nlp because it is flexible, yet it is, unlike a json array file, line oriented, so other tools can be used to filter, update. sort, etc examples in jsonl files.
For larger files and generally for easier handling of example sets in json format, it would be very useful if JSONL format was supported:
In other words, such files would get processed line by line, with each line getting converted to/from json as needed on export/import.
See https://jsonlines.org/