Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
xzuyn commited on
Commit
0afef1d
1 Parent(s): 665c86e

Upload 2 files

Browse files
Files changed (2) hide show
  1. limalpaca.json +0 -0
  2. limalpaca.py +1 -1
limalpaca.json CHANGED
The diff for this file is too large to render. See raw diff
 
limalpaca.py CHANGED
@@ -21,4 +21,4 @@ with open(input_filename, "r", encoding="utf-8") as jsonl_file:
21
  })
22
 
23
  with open(output_filename, "w", encoding="utf-8") as json_file:
24
- json.dump(data, json_file, indent=4)
 
21
  })
22
 
23
  with open(output_filename, "w", encoding="utf-8") as json_file:
24
+ json.dump(data, json_file, indent=2)