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
After I copy-paste the data on vs code. I noticed the data are not placed inside an array. Like an array of objects. And they also do not have a comma at the end of each data. I had to format it first to use it.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey,
The files are actually valid "JSON Lines" files. Not JSON files indeed. https://jsonlines.org/
To be more accurate, I would recommend to rename the files from X.json to X.jsonl as the JSON Lines website recommends.
After I copy-paste the data on vs code. I noticed the data are not placed inside an array. Like an array of objects. And they also do not have a comma at the end of each data. I had to format it first to use it.
Thanks!
The text was updated successfully, but these errors were encountered: