swampbottom6 commited on
Commit
aedf064
·
verified ·
1 Parent(s): e543916

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- '''python
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
+ ```