kakerukc0506 commited on
Commit
55b8c5f
·
verified ·
1 Parent(s): 79f637d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -260,7 +260,7 @@ for dt in tqdm(datasets):
260
 
261
  results.append({"task_id": dt["task_id"], "input": input, "output": prediction})
262
  ```
263
- # jsonlで保存
264
  ```
265
  with open(f"{new_model_id}_output.jsonl", 'w', encoding='utf-8') as f:
266
  for result in results:
 
260
 
261
  results.append({"task_id": dt["task_id"], "input": input, "output": prediction})
262
  ```
263
+ # jsonlで出力
264
  ```
265
  with open(f"{new_model_id}_output.jsonl", 'w', encoding='utf-8') as f:
266
  for result in results: