Update README.md
Browse files
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:
|