Update README.md
Browse files
README.md
CHANGED
@@ -68,7 +68,7 @@ for dt in tqdm(datasets):
|
|
68 |
|
69 |
results.append({"task_id": dt["task_id"], "input": input, "output": prediction})
|
70 |
|
71 |
-
with open(f'./llm-jp-3-13b-
|
72 |
for result in results:
|
73 |
json.dump(result, f, ensure_ascii=False)
|
74 |
f.write('\n')
|
|
|
68 |
|
69 |
results.append({"task_id": dt["task_id"], "input": input, "output": prediction})
|
70 |
|
71 |
+
with open(f'./llm-jp-3-13b-it_lora_20241216_output.jsonl', 'w', encoding='utf-8') as f:
|
72 |
for result in results:
|
73 |
json.dump(result, f, ensure_ascii=False)
|
74 |
f.write('\n')
|