aino813 commited on
Commit
c09993b
·
verified ·
1 Parent(s): 3b019d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -24,13 +24,13 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
24
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
25
 
26
 
27
- # 🧐 指示チューニング(Instruction Tuning)について
28
 
29
  - このモデルは、以下のデータを用いて指示チューニング(Instruction Tuning)を行いました。
30
  - 指示チューニングにあたっては、QLoRAを使っています。
31
 
32
 
33
- ## 🤩 使用したデータセット
34
 
35
  | データセット名 | 言語 | 件数 | 主な用途 |
36
  |-----------------------------------|--------|--------------|------------------------------------------|
@@ -65,7 +65,7 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
65
  - LLMのための日本語のシングルターン指示応答データセット。
66
  - 約2,903件の高品質な日本語データを含む。
67
 
68
- # 学習用パラメータについて
69
 
70
  | パラメータ名 | 値 |
71
  |--------------------------------------|----------------------------------------|
@@ -82,12 +82,13 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
82
 
83
 
84
 
85
- # 😚 ライセンス
86
  Apache-2.0 ライセンスに基づいて提供されています。
 
87
 
88
 
89
 
90
- # 😉 How to Use
91
 
92
 
93
  #### ライブラリーのインストール・アップグレード
 
24
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
25
 
26
 
27
+ # 🧐 Instruction Tuning
28
 
29
  - このモデルは、以下のデータを用いて指示チューニング(Instruction Tuning)を行いました。
30
  - 指示チューニングにあたっては、QLoRAを使っています。
31
 
32
 
33
+ ## 🤩 Datasets
34
 
35
  | データセット名 | 言語 | 件数 | 主な用途 |
36
  |-----------------------------------|--------|--------------|------------------------------------------|
 
65
  - LLMのための日本語のシングルターン指示応答データセット。
66
  - 約2,903件の高品質な日本語データを含む。
67
 
68
+ # Parameter
69
 
70
  | パラメータ名 | 値 |
71
  |--------------------------------------|----------------------------------------|
 
82
 
83
 
84
 
85
+ # 😚 License
86
  Apache-2.0 ライセンスに基づいて提供されています。
87
+ Apache License, Version 2.0
88
 
89
 
90
 
91
+ # 😉 Usage
92
 
93
 
94
  #### ライブラリーのインストール・アップグレード