Update README.md
Browse files
README.md
CHANGED
@@ -20,3 +20,9 @@ language:
|
|
20 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
22 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
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をおこなった。学習データも同様
|
27 |
+
## 2. 推論方法
|
28 |
+
T4 GPU環境で、同じくサンプルコード (unsloth) を使用して推論。
|