Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,9 @@ tags:
|
|
6 |
- unsloth
|
7 |
- llama
|
8 |
- trl
|
9 |
-
license:
|
10 |
language:
|
11 |
-
-
|
12 |
---
|
13 |
|
14 |
# Uploaded model
|
@@ -21,6 +21,13 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
|
|
21 |
|
22 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
# LLMでの出力方法
|
25 |
## 1. 学習方法
|
26 |
サンプルコードを使用してFine-Tuningをおこなった。学習データも同様
|
|
|
6 |
- unsloth
|
7 |
- llama
|
8 |
- trl
|
9 |
+
license: cc-by-nc-sa-2.0
|
10 |
language:
|
11 |
+
- ja
|
12 |
---
|
13 |
|
14 |
# Uploaded model
|
|
|
21 |
|
22 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
23 |
|
24 |
+
# README
|
25 |
+
## モデル概要
|
26 |
+
本モデルは、日本語事前学習済みモデル [llm-jp/llm-jp-3-13b](https://huggingface.co/llm-jp/llm-jp-3-13b)に、[ichikara-instruction: LLMのための日本語インストラクションデータ](https://liat-aip.sakura.ne.jp/wp/llm%E3%81%AE%E3%81%9F%E3%82%81%E3%81%AE%E6%97%A5%E6%9C%AC%E8%AA%9E%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%A9%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3%E3%83%87%E3%83%BC%E3%82%BF%E4%BD%9C%E6%88%90/)を用いて Fine-Tuning したモデルである。
|
27 |
+
|
28 |
+
## ライセンス
|
29 |
+
本モデルは、[CC-BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/) ライセンスの下で公開されています。
|
30 |
+
|
31 |
# LLMでの出力方法
|
32 |
## 1. 学習方法
|
33 |
サンプルコードを使用してFine-Tuningをおこなった。学習データも同様
|