You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, a JSONl file is a file where each lines is a JSON.
A collection.jsonl file looks like this:
{"id": "doc_1", "text": "Generals gathered in their masses"}
{"id": "doc_2", "text": "Just like witches at black masses"}
{"id": "doc_3", "text": "Evil minds that plot destruction"}
{"id": "doc_4", "text": "Sorcerer of death's construction"}
You can find more info on JSONl formatting here, if needed.
Hi, I'm pretty new to this. Can you give an example what a input file in jsonl format looks like?
The text was updated successfully, but these errors were encountered: