Upload 2 files
Browse files- limalpaca.json +0 -0
- 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=
|
|
|
21 |
})
|
22 |
|
23 |
with open(output_filename, "w", encoding="utf-8") as json_file:
|
24 |
+
json.dump(data, json_file, indent=2)
|