Update README.md
Browse files
README.md
CHANGED
@@ -97,6 +97,7 @@ for data in tqdm(datasets):
|
|
97 |
|
98 |
results.append({"task_id": data["task_id"], "input": input, "output": output})
|
99 |
|
|
|
100 |
import re
|
101 |
jsonl_id = re.sub(".*/", "", adapter_id)
|
102 |
with open(f"./{jsonl_id}-outputs.jsonl", 'w', encoding='utf-8') as f:
|
|
|
97 |
|
98 |
results.append({"task_id": data["task_id"], "input": input, "output": output})
|
99 |
|
100 |
+
#出力ファイル保存
|
101 |
import re
|
102 |
jsonl_id = re.sub(".*/", "", adapter_id)
|
103 |
with open(f"./{jsonl_id}-outputs.jsonl", 'w', encoding='utf-8') as f:
|