okaba815 commited on
Commit
f0a0295
·
verified ·
1 Parent(s): 92fbe52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -26,7 +26,7 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
26
 
27
  モデルのuploadまで
28
 
29
- '''
30
 
31
  %%capture #結果を非表示にするセルマジックコマンド
32
  !pip uninstall unsloth -y
@@ -251,11 +251,11 @@ model.push_to_hub_merged(
251
  private=True
252
  )
253
 
254
- '''
255
 
256
 
257
  保存したモデルの使い方
258
- '''
259
  %%capture
260
  !pip install unsloth
261
  !pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
@@ -320,4 +320,4 @@ with open(f"/content/{json_file_id}_output.jsonl", 'w', encoding='utf-8') as f:
320
  json.dump(result, f, ensure_ascii=False)
321
  f.write('\n')
322
 
323
- '''
 
26
 
27
  モデルのuploadまで
28
 
29
+ ```
30
 
31
  %%capture #結果を非表示にするセルマジックコマンド
32
  !pip uninstall unsloth -y
 
251
  private=True
252
  )
253
 
254
+ ```
255
 
256
 
257
  保存したモデルの使い方
258
+ ```
259
  %%capture
260
  !pip install unsloth
261
  !pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
 
320
  json.dump(result, f, ensure_ascii=False)
321
  f.write('\n')
322
 
323
+ ```