Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,6 @@ base_model:
|
|
19 |
## Hugging Faceにアップロードしたモデルを用いてELYZA-tasks-100-TVの出力を得るためのコードです。
|
20 |
|
21 |
## Uses
|
22 |
-
"
|
23 |
%%capture
|
24 |
!pip install unsloth
|
25 |
!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
@@ -89,5 +88,4 @@ json_file_id = re.sub(".*/", "", adapter_id)
|
|
89 |
with open(f"/content/{json_file_id}_output.jsonl", 'w', encoding='utf-8') as f:
|
90 |
for result in results:
|
91 |
json.dump(result, f, ensure_ascii=False)
|
92 |
-
f.write('\n')
|
93 |
-
"
|
|
|
19 |
## Hugging Faceにアップロードしたモデルを用いてELYZA-tasks-100-TVの出力を得るためのコードです。
|
20 |
|
21 |
## Uses
|
|
|
22 |
%%capture
|
23 |
!pip install unsloth
|
24 |
!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
|
|
88 |
with open(f"/content/{json_file_id}_output.jsonl", 'w', encoding='utf-8') as f:
|
89 |
for result in results:
|
90 |
json.dump(result, f, ensure_ascii=False)
|
91 |
+
f.write('\n')
|
|