swampbottom6
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
|
|
26 |
|
27 |
以下は、elyza-tasks-100-TV_0.jsonlの回答のためのコードです。
|
28 |
|
29 |
-
|
30 |
# 必要なライブラリを読み込み
|
31 |
from unsloth import FastLanguageModel
|
32 |
from peft import PeftModel
|
@@ -97,4 +97,4 @@ with open(f"/content/{json_file_id}_output.jsonl", 'w', encoding='utf-8') as f:
|
|
97 |
json.dump(result, f, ensure_ascii=False)
|
98 |
f.write('\n')
|
99 |
|
100 |
-
|
|
|
26 |
|
27 |
以下は、elyza-tasks-100-TV_0.jsonlの回答のためのコードです。
|
28 |
|
29 |
+
```python
|
30 |
# 必要なライブラリを読み込み
|
31 |
from unsloth import FastLanguageModel
|
32 |
from peft import PeftModel
|
|
|
97 |
json.dump(result, f, ensure_ascii=False)
|
98 |
f.write('\n')
|
99 |
|
100 |
+
```
|