kakerukc0506 commited on
Commit
6582c52
·
verified ·
1 Parent(s): 55b8c5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -88,8 +88,8 @@ model = FastLanguageModel.get_peft_model(
88
  # 学習に用いるデータセットの指定(今回はLLM-jp の公開している Ichikara Instruction を使用。)
89
  ```
90
  from datasets import load_dataset
91
- ```
92
  dataset = load_dataset("json", data_files="/content/ichikara-instruction-003-001-1.json")
 
93
 
94
  # 学習時のプロンプトフォーマットの定義
95
  ```
 
88
  # 学習に用いるデータセットの指定(今回はLLM-jp の公開している Ichikara Instruction を使用。)
89
  ```
90
  from datasets import load_dataset
 
91
  dataset = load_dataset("json", data_files="/content/ichikara-instruction-003-001-1.json")
92
+ ```
93
 
94
  # 学習時のプロンプトフォーマットの定義
95
  ```