kochan13 commited on
Commit
ece144f
·
verified ·
1 Parent(s): e5a3934

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,7 +25,7 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
25
  #ichikara-instruction-003-002-1_trans.json でSFTを行ったモデルに対し、 ichikara-instruction-003-001-2.json と ichikara-instruction-003-001-5.jsonを混合したdatasetで追加事後学習
26
  #その後、ichikara-instruction-003-001-1.jsonにて追加事後学習実施
27
 
28
- '''python
29
  #以下コードにて推論可能
30
  # 必要なライブラリをインストール
31
  %%capture
@@ -110,4 +110,4 @@ with open(filepath, 'w', encoding='utf-8') as f:
110
  f.write('\n')
111
 
112
  print(f"Results saved to: {filepath}")
113
- '''
 
25
  #ichikara-instruction-003-002-1_trans.json でSFTを行ったモデルに対し、 ichikara-instruction-003-001-2.json と ichikara-instruction-003-001-5.jsonを混合したdatasetで追加事後学習
26
  #その後、ichikara-instruction-003-001-1.jsonにて追加事後学習実施
27
 
28
+ ```python
29
  #以下コードにて推論可能
30
  # 必要なライブラリをインストール
31
  %%capture
 
110
  f.write('\n')
111
 
112
  print(f"Results saved to: {filepath}")
113
+ ```