Update README.md
Browse files
README.md
CHANGED
@@ -17,14 +17,14 @@ language:
|
|
17 |
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** llm-jp/llm-jp-3-13b
|
19 |
|
20 |
-
#
|
21 |
- ichikara-instruction-003-001-1.json
|
22 |
- ichikara-instruction-003-001-2.1.json
|
23 |
- ichikara-instruction-003-001-2.2.json
|
24 |
- ichikara-instruction-003-001-5.1.json
|
25 |
- ichikara-instruction-003-001-5.2.json
|
26 |
- ichikara-instruction-003-003-1.json
|
27 |
-
# jsonl
|
28 |
import json
|
29 |
from google.colab import files
|
30 |
|
|
|
17 |
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** llm-jp/llm-jp-3-13b
|
19 |
|
20 |
+
# データセットは以下を使いました。
|
21 |
- ichikara-instruction-003-001-1.json
|
22 |
- ichikara-instruction-003-001-2.1.json
|
23 |
- ichikara-instruction-003-001-2.2.json
|
24 |
- ichikara-instruction-003-001-5.1.json
|
25 |
- ichikara-instruction-003-001-5.2.json
|
26 |
- ichikara-instruction-003-003-1.json
|
27 |
+
# jsonlファイルの出力方法は以下の通りです。
|
28 |
import json
|
29 |
from google.colab import files
|
30 |
|