Update README.md
Browse files
README.md
CHANGED
@@ -20,3 +20,10 @@ 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 |
+
2024年の9月、10月のニュース情報をもとにしたデータセットを使って継続事前学習をしたモデル。
|
25 |
+
|
26 |
+
# 使用したデータ
|
27 |
+
ikedachin/CC-news-2024-October-cleaned-1204
|
28 |
+
kajuma/CC-news-2024-July-October-cleanedを元に、9月、10月のニュースのみを抜き出したデータセット。
|
29 |
+
想定トークン数は1024とし、効率よく学習するために約1000tokensに調整済み(使用tokenizerは`llm-jp/llm-jp-3-13b`)
|