Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,10 @@ tags:
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Uploaded model
|
@@ -20,3 +24,14 @@ language:
|
|
20 |
This gemma2 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
12 |
+
- ja
|
13 |
+
datasets:
|
14 |
+
- kinokokoro/ichikara-instruction-003
|
15 |
+
pipeline_tag: text-generation
|
16 |
---
|
17 |
|
18 |
# Uploaded model
|
|
|
24 |
This gemma2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
25 |
|
26 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
27 |
+
|
28 |
+
|
29 |
+
# Score
|
30 |
+
Leader_board_score: 3.69
|
31 |
+
|
32 |
+
# モデル推論方法
|
33 |
+
1. `inference_gemma-2-9b-it-fd_lora.ipynb`をColaboratoryで開く。
|
34 |
+
2. `HF_TOKEN`の入力
|
35 |
+
3. `elyza-tasks-100-TV_0.jsonl`のアップロード
|
36 |
+
4. ファイルパスの設定 (elyza-tasks-100-TV_0.jsonlおよび出力のパス)
|
37 |
+
5. 実行
|