Update README.md
#2
by
AcrylaLLM
- opened
README.md
CHANGED
@@ -2,6 +2,15 @@
|
|
2 |
license: llama3
|
3 |
language:
|
4 |
- ko
|
5 |
-
- en
|
6 |
pipeline_tag: text-generation
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: llama3
|
3 |
language:
|
4 |
- ko
|
|
|
5 |
pipeline_tag: text-generation
|
6 |
+
base_model:
|
7 |
+
- meta-llama/Meta-Llama-3-8B
|
8 |
+
datasets:
|
9 |
+
- Acyrl
|
10 |
+
- llm-kr-eval
|
11 |
+
- Counter-MT-bench
|
12 |
+
---
|
13 |
+
# A-LLM: Korean Language Model based on Llama-3
|
14 |
+
|
15 |
+
## Introduction
|
16 |
+
A-LLM is a Korean language model built on Meta's Llama-3-8B architecture, specifically optimized for Korean language understanding and generation. The model was trained using the DoRA (Weight-Decomposed Low-Rank Adaptation) methodology on a comprehensive Korean dataset, achieving state-of-the-art performance among open-source Korean language models.
|