agentlans commited on
Commit
8a0f0f6
·
verified ·
1 Parent(s): 2d0b8a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -2
README.md CHANGED
@@ -21,7 +21,10 @@ tags:
21
  ---
22
  # Llama3-ja
23
 
24
- ## Model Details
 
 
 
25
 
26
  This model is a linear merge of multiple Llama 3 8B models fine-tuned for Japanese language tasks, created using [mergekit](https://github.com/cg123/mergekit).
27
  The aim is to create a more robust and versatile Japanese language model that leverages the strengths of each individual model.
@@ -60,4 +63,50 @@ By combining these models, we aim to create a more robust and versatile Japanese
60
 
61
  ## Acknowledgements
62
 
63
- Thank you to the creators and contributors of all the component models for their valuable work in advancing Japanese language AI capabilities.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
  # Llama3-ja
23
 
24
+ <details>
25
+ <summary>English</summary>
26
+
27
+ ## Model Details
28
 
29
  This model is a linear merge of multiple Llama 3 8B models fine-tuned for Japanese language tasks, created using [mergekit](https://github.com/cg123/mergekit).
30
  The aim is to create a more robust and versatile Japanese language model that leverages the strengths of each individual model.
 
63
 
64
  ## Acknowledgements
65
 
66
+ Thank you to the creators and contributors of all the component models for their valuable work in advancing Japanese language AI capabilities.
67
+ </details>
68
+
69
+ <details>
70
+ <summary>Japanese</summary>
71
+
72
+ ## モデル詳細
73
+
74
+ このモデルは、複数のLlama 3 8Bモデルの線形マージで、日本語タスクにファインチューニングされたものです。[mergekit](https://github.com/cg123/mergekit)を使用して作成されました。
75
+ 各個別モデルの強みを活用し、より堅牢かつ多様な日本語言学モデルを作成することを目指しています。
76
+
77
+ ## 目的利用
78
+
79
+ このモデルは、以下のような日本語自然言語処理タスク向けに設計されていますが、これらに限定されません:
80
+
81
+ - テキスト生成
82
+ - 会話やチャットボットアプリケーション
83
+ - テキスト補完
84
+ - 質問応答
85
+ - 要約
86
+
87
+ ## 制限事項
88
+
89
+ このモデルは、複数の日本語フォーカスしたLlama 3モデルの組み合わせですが、それでも制限があります:
90
+
91
+ - 特定のタスクでのパフォーマンスが異なる場合がある
92
+ - モデルは構成要素から偏見を受け継ぐ可能性あり
93
+
94
+ ## 含まれるモデル
95
+
96
+ これらのモデルを組み合わせることで、各個別モデルの強みを活用し、より堅牢かつ多様な日本語言学モデルを作成します。
97
+
98
+ - [elyza/Llama-3-ELYZA-JP-8B](https://huggingface.co/elyza/Llama-3-ELYZA-JP-8B)
99
+ - [rinna/llama-3-youko-8b-instruct](https://huggingface.co/rinna/llama-3-youko-8b-instruct)
100
+ - [lightblue/suzume-llama-3-8B-japanese](https://huggingface.co/lightblue/suzume-llama-3-8B-japanese)
101
+ - [neoai-inc/Llama-3-neoAI-8B-Chat-v0.1](https://huggingface.co/neoai-inc/Llama-3-neoAI-8B-Chat-v0.1)
102
+ - [AXCXEPT/Llama-3-EZO-8b-Common-it](https://huggingface.co/AXCXEPT/Llama-3-EZO-8b-Common-it)
103
+ - [tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1](https://huggingface.co/tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1)
104
+ - [alfredplpl/Llama-3-8B-Instruct-Ja](https://huggingface.co/alfredplpl/Llama-3-8B-Instruct-Ja)
105
+ - [haqishen/Llama-3-8B-Japanese-Instruct](https://huggingface.co/haqishen/Llama-3-8B-Japanese-Instruct)
106
+ - [owner203/japanese-llama-3-8b-instruct-v2](https://huggingface.co/owner203/japanese-llama-3-8b-instruct-v2)
107
+ - [shisa-ai/shisa-v1-llama3-8b](https://huggingface.co/shisa-ai/shisa-v1-llama3-8b)
108
+
109
+ ## 謝辞
110
+
111
+ すべてのコンポーネントモデルの創作者と貢献者に感謝いたします。彼らの価値ある仕事により、日本語AI能力が進歩しました。
112
+ </details>