kakerukc0506
commited on
Update README.md
Browse files
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 |
```
|