andrijdavid commited on
Commit
2604ac7
โ€ข
1 Parent(s): 8fe8160

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +435 -0
README.md ADDED
@@ -0,0 +1,435 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ ---
4
+ language:
5
+ - en
6
+ - ko
7
+ license: llama3
8
+ tags:
9
+ - saltlux
10
+ - luxia
11
+ - meta
12
+ - llama-3
13
+ - pytorch
14
+ - GGUF
15
+ pipeline_tag: text-generation
16
+ quantized_by: andrijdavid
17
+ ---
18
+ # Ko-Llama3-Luxia-8B-GGUF
19
+ - Original model: [Ko-Llama3-Luxia-8B](https://huggingface.co/saltlux/Ko-Llama3-Luxia-8B)
20
+
21
+ <!-- description start -->
22
+ ## Description
23
+
24
+ This repo contains GGUF format model files for [Ko-Llama3-Luxia-8B](https://huggingface.co/saltlux/Ko-Llama3-Luxia-8B).
25
+
26
+ <!-- description end -->
27
+ <!-- README_GGUF.md-about-gguf start -->
28
+ ### About GGUF
29
+ GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
30
+ Here is an incomplete list of clients and libraries that are known to support GGUF:
31
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). This is the source project for GGUF, providing both a Command Line Interface (CLI) and a server option.
32
+ * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), Known as the most widely used web UI, this project boasts numerous features and powerful extensions, and supports GPU acceleration.
33
+ * [Ollama](https://github.com/jmorganca/ollama) Ollama is a lightweight and extensible framework designed for building and running language models locally. It features a simple API for creating, managing, and executing models, along with a library of pre-built models for use in various applicationsโ€‹
34
+ * [KoboldCpp](https://github.com/LostRuins/koboldcpp), A comprehensive web UI offering GPU acceleration across all platforms and architectures, particularly renowned for storytelling.
35
+ * [GPT4All](https://gpt4all.io), This is a free and open source GUI that runs locally, supporting Windows, Linux, and macOS with full GPU acceleration.
36
+ * [LM Studio](https://lmstudio.ai/) An intuitive and powerful local GUI for Windows and macOS (Silicon), featuring GPU acceleration.
37
+ * [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui). A notable web UI with a variety of unique features, including a comprehensive model library for easy model selection.
38
+ * [Faraday.dev](https://faraday.dev/), An attractive, user-friendly character-based chat GUI for Windows and macOS (both Silicon and Intel), also offering GPU acceleration.
39
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), A Python library equipped with GPU acceleration, LangChain support, and an OpenAI-compatible API server.
40
+ * [candle](https://github.com/huggingface/candle), A Rust-based ML framework focusing on performance, including GPU support, and designed for ease of use.
41
+ * [ctransformers](https://github.com/marella/ctransformers), A Python library featuring GPU acceleration, LangChain support, and an OpenAI-compatible AI server.
42
+ * [localGPT](https://github.com/PromtEngineer/localGPT) An open-source initiative enabling private conversations with documents.
43
+ <!-- README_GGUF.md-about-gguf end -->
44
+
45
+ <!-- compatibility_gguf start -->
46
+ ## Explanation of quantisation methods
47
+ <details>
48
+ <summary>Click to see details</summary>
49
+ The new methods available are:
50
+
51
+ * GGML_TYPE_Q2_K - "type-1" 2-bit quantization in super-blocks containing 16 blocks, each block having 16 weight. Block scales and mins are quantized with 4 bits. This ends up effectively using 2.5625 bits per weight (bpw)
52
+ * GGML_TYPE_Q3_K - "type-0" 3-bit quantization in super-blocks containing 16 blocks, each block having 16 weights. Scales are quantized with 6 bits. This end up using 3.4375 bpw.
53
+ * GGML_TYPE_Q4_K - "type-1" 4-bit quantization in super-blocks containing 8 blocks, each block having 32 weights. Scales and mins are quantized with 6 bits. This ends up using 4.5 bpw.
54
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
55
+ * GGML_TYPE_Q6_K - "type-0" 6-bit quantization. Super-blocks with 16 blocks, each block having 16 weights. Scales are quantized with 8 bits. This ends up using 6.5625 bpw.
56
+ </details>
57
+ <!-- compatibility_gguf end -->
58
+
59
+ <!-- README_GGUF.md-how-to-download start -->
60
+ ## How to download GGUF files
61
+
62
+ **Note for manual downloaders:** You almost never want to clone the entire repo! Multiple different quantisation formats are provided, and most users only want to pick and download a single folder.
63
+
64
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
65
+
66
+ * LM Studio
67
+ * LoLLMS Web UI
68
+ * Faraday.dev
69
+
70
+ ### In `text-generation-webui`
71
+
72
+ Under Download Model, you can enter the model repo: LiteLLMs/Ko-Llama3-Luxia-8B-GGUF and below it, a specific filename to download, such as: Q4_0/Q4_0-00001-of-00009.gguf.
73
+
74
+ Then click Download.
75
+
76
+ ### On the command line, including multiple files at once
77
+
78
+ I recommend using the `huggingface-hub` Python library:
79
+
80
+ ```shell
81
+ pip3 install huggingface-hub
82
+ ```
83
+
84
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
85
+
86
+ ```shell
87
+ huggingface-cli download LiteLLMs/Ko-Llama3-Luxia-8B-GGUF Q4_0/Q4_0-00001-of-00009.gguf --local-dir . --local-dir-use-symlinks False
88
+ ```
89
+
90
+ <details>
91
+ <summary>More advanced huggingface-cli download usage (click to read)</summary>
92
+
93
+ You can also download multiple files at once with a pattern:
94
+
95
+ ```shell
96
+ huggingface-cli download LiteLLMs/Ko-Llama3-Luxia-8B-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
97
+ ```
98
+
99
+ For more documentation on downloading with `huggingface-cli`, please see: [HF -> Hub Python Library -> Download files -> Download from the CLI](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli).
100
+
101
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
102
+
103
+ ```shell
104
+ pip3 install huggingface_hub[hf_transfer]
105
+ ```
106
+
107
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
108
+
109
+ ```shell
110
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download LiteLLMs/Ko-Llama3-Luxia-8B-GGUF Q4_0/Q4_0-00001-of-00009.gguf --local-dir . --local-dir-use-symlinks False
111
+ ```
112
+
113
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
114
+ </details>
115
+ <!-- README_GGUF.md-how-to-download end -->
116
+ <!-- README_GGUF.md-how-to-run start -->
117
+ ## Example `llama.cpp` command
118
+
119
+ Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
120
+
121
+ ```shell
122
+ ./main -ngl 35 -m Q4_0/Q4_0-00001-of-00009.gguf --color -c 8192 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "<PROMPT>"
123
+ ```
124
+
125
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
126
+
127
+ Change `-c 8192` to the desired sequence length. For extended sequence models - eg 8K, 16K, 32K - the necessary RoPE scaling parameters are read from the GGUF file and set by llama.cpp automatically. Note that longer sequence lengths require much more resources, so you may need to reduce this value.
128
+
129
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
130
+
131
+ For other parameters and how to use them, please refer to [the llama.cpp documentation](https://github.com/ggerganov/llama.cpp/blob/master/examples/main/README.md)
132
+
133
+ ## How to run in `text-generation-webui`
134
+
135
+ Further instructions can be found in the text-generation-webui documentation, here: [text-generation-webui/docs/04 โ€ Model Tab.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/04%20%E2%80%90%20Model%20Tab.md#llamacpp).
136
+
137
+ ## How to run from Python code
138
+
139
+ You can use GGUF models from Python using the [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) or [ctransformers](https://github.com/marella/ctransformers) libraries. Note that at the time of writing (Nov 27th 2023), ctransformers has not been updated for some time and is not compatible with some recent models. Therefore I recommend you use llama-cpp-python.
140
+
141
+ ### How to load this model in Python code, using llama-cpp-python
142
+
143
+ For full documentation, please see: [llama-cpp-python docs](https://abetlen.github.io/llama-cpp-python/).
144
+
145
+ #### First install the package
146
+
147
+ Run one of the following commands, according to your system:
148
+
149
+ ```shell
150
+ # Base ctransformers with no GPU acceleration
151
+ pip install llama-cpp-python
152
+ # With NVidia CUDA acceleration
153
+ CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
154
+ # Or with OpenBLAS acceleration
155
+ CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
156
+ # Or with CLBLast acceleration
157
+ CMAKE_ARGS="-DLLAMA_CLBLAST=on" pip install llama-cpp-python
158
+ # Or with AMD ROCm GPU acceleration (Linux only)
159
+ CMAKE_ARGS="-DLLAMA_HIPBLAS=on" pip install llama-cpp-python
160
+ # Or with Metal GPU acceleration for macOS systems only
161
+ CMAKE_ARGS="-DLLAMA_METAL=on" pip install llama-cpp-python
162
+ # In windows, to set the variables CMAKE_ARGS in PowerShell, follow this format; eg for NVidia CUDA:
163
+ $env:CMAKE_ARGS = "-DLLAMA_OPENBLAS=on"
164
+ pip install llama-cpp-python
165
+ ```
166
+
167
+ #### Simple llama-cpp-python example code
168
+
169
+ ```python
170
+ from llama_cpp import Llama
171
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
172
+ llm = Llama(
173
+ model_path="./Q4_0/Q4_0-00001-of-00009.gguf", # Download the model file first
174
+ n_ctx=32768, # The max sequence length to use - note that longer sequence lengths require much more resources
175
+ n_threads=8, # The number of CPU threads to use, tailor to your system and the resulting performance
176
+ n_gpu_layers=35 # The number of layers to offload to GPU, if you have GPU acceleration available
177
+ )
178
+ # Simple inference example
179
+ output = llm(
180
+ "<PROMPT>", # Prompt
181
+ max_tokens=512, # Generate up to 512 tokens
182
+ stop=["</s>"], # Example stop token - not necessarily correct for this specific model! Please check before using.
183
+ echo=True # Whether to echo the prompt
184
+ )
185
+ # Chat Completion API
186
+ llm = Llama(model_path="./Q4_0/Q4_0-00001-of-00009.gguf", chat_format="llama-2") # Set chat_format according to the model you are using
187
+ llm.create_chat_completion(
188
+ messages = [
189
+ {"role": "system", "content": "You are a story writing assistant."},
190
+ {
191
+ "role": "user",
192
+ "content": "Write a story about llamas."
193
+ }
194
+ ]
195
+ )
196
+ ```
197
+
198
+ ## How to use with LangChain
199
+
200
+ Here are guides on using llama-cpp-python and ctransformers with LangChain:
201
+
202
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
203
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
204
+
205
+ <!-- README_GGUF.md-how-to-run end -->
206
+
207
+ <!-- footer end -->
208
+
209
+ <!-- original-model-card start -->
210
+ # Original model card: Ko-Llama3-Luxia-8B
211
+
212
+
213
+ # Model Details
214
+ Saltlux, AI Labs ์–ธ์–ด๋ชจ๋ธํŒ€์—์„œ ํ•™์Šต ๋ฐ ๊ณต๊ฐœํ•œ <b>Ko-Llama3-Luxia-8B</b> ๋ชจ๋ธ์€ Meta์—์„œ ์ถœ์‹œํ•œ Llama-3-8B ๋ชจ๋ธ์„ <b>ํ•œ๊ตญ์–ด์— ํŠนํ™”</b>ํ•œ ๋ชจ๋ธ์ž…๋‹ˆ๋‹ค.<br><br>
215
+ ์ž์ฒด ๋ณด์œ ํ•˜๊ณ  ์žˆ๋Š” 1TB ์ด์ƒ์˜ ํ•œ๊ตญ์–ด ํ•™์Šต ๋ฐ์ดํ„ฐ ์ค‘, ์•ฝ 100GB ์ •๋„์˜ ๋ฐ์ดํ„ฐ๋ฅผ ์„ ๋ณ„ํ•˜์—ฌ ์‚ฌ์ „ํ•™์Šต์— ํ™œ์šฉํ•˜์˜€์Šต๋‹ˆ๋‹ค.<br><br>
216
+ ๋˜ํ•œ ๊ณต๊ฐœ๋œ Llama-3 Tokenizer๋ฅผ ํ•œ๊ตญ์–ด๋กœ ํ™•์žฅํ•˜๊ณ  ์‚ฌ์ „ํ•™์Šต์— ํ™œ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค.
217
+
218
+ - **Meta Llama-3:** Meta developed and released the Meta Llama 3 family of large language models (LLMs), a collection of pretrained and instruction tuned generative text models in 8 and 70B sizes. The Llama 3 instruction tuned models are optimized for dialogue use cases and outperform many of the available open source chat models on common industry benchmarks. Further, in developing these models, we took great care to optimize helpfulness and safety.
219
+ - **License:** Llama3 License [https://llama.meta.com/llama3/license](https://llama.meta.com/llama3/license)
220
+
221
+ ### Intended Use
222
+ Ko-Llama3-Luxia-8B๋Š” ์—ฐ๊ตฌ์šฉ์œผ๋กœ ์ œ์ž‘๋˜์—ˆ์œผ๋ฉฐ, ๋‹ค์–‘ํ•œ ์ž์—ฐ์–ด ์ƒ์„ฑ ํƒœ์Šคํฌ๋ฅผ ์œ„ํ•ด ์ž์œ ๋กญ๊ฒŒ ํ•™์Šต ๋ฐ ํ™œ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
223
+
224
+ ### How to Use
225
+ ํ•ด๋‹น ๋ชจ๋ธ ์นด๋“œ์—๋Š” `Ko-Llama3-Luxia-8B` ๋ชจ๋ธ๊ณผ transformers ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ๊ธฐ๋ฐ˜์˜ ์˜ˆ์‹œ ์ฝ”๋“œ๋ฅผ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.
226
+
227
+ ```
228
+ import transformers
229
+ import torch
230
+
231
+ model_id = "saltlux/Ko-Llama3-Luxia-8B"
232
+
233
+ pipeline = transformers.pipeline(
234
+ "text-generation", model=model_id, model_kwargs={"torch_dtype": torch.bfloat16}, device_map="auto"
235
+ )
236
+ pipeline("<|begin_of_text|>์•ˆ๋…•ํ•˜์„ธ์š”. ์†”ํŠธ๋ฃฉ์Šค AI Labs ์ž…๋‹ˆ๋‹ค.")
237
+
238
+ ```
239
+ # Training Details
240
+ ํ•œ๊ตญ์–ด ํŠนํ™”๋ฅผ ์œ„ํ•œ ์‚ฌ์ „ํ•™์Šต ๋ฐ์ดํ„ฐ๋Š” Saltlux์—์„œ ๋ณด์œ ํ•œ ๋‰ด์Šค, ๋ฒ•๋ฅ , ํŠนํ—ˆ, ์˜๋ฃŒ, ์—ญ์‚ฌ, ์‚ฌํšŒ, ๋ฌธํ™”, ๋Œ€ํ™”(๋ฌธ์–ด/๊ตฌ์–ด) ๋“ฑ์˜ ๋„๋ฉ”์ธ์œผ๋กœ ๊ตฌ์„ฑ๋œ 100GB ์ˆ˜์ค€์˜ ์ฝ”ํผ์Šค(~2023๋…„)๋ฅผ ํ™œ์šฉํ•˜์˜€์Šต๋‹ˆ๋‹ค.<br>
241
+ - ํ˜„์žฌ ์ œ๊ณต๋˜๋Š” ๋ชจ๋ธ์€ 1 Epoch ํ•™์Šต๋œ ๋ชจ๋ธ์ž…๋‹ˆ๋‹ค.<br>
242
+ ### Use Device
243
+ ์‚ฌ์ „ํ•™์Šต์€ NVIDIA H100 80GB * 8EA ์žฅ๋น„๋ฅผ ํ™œ์šฉํ•˜์—ฌ ์ง„ํ–‰ํ•˜์˜€์Šต๋‹ˆ๋‹ค.
244
+
245
+ #### Training Hyperparameters
246
+ <table>
247
+ <tr>
248
+ <td><strong>Model</strong>
249
+ </td>
250
+ <td><strong>Params</strong>
251
+ </td>
252
+ <td><strong>Context length</strong>
253
+ </td>
254
+ <td><strong>GQA</strong>
255
+ </td>
256
+ <td><strong>Learning rate</strong>
257
+ </td>
258
+ <td><strong>Batch</strong>
259
+ </td>
260
+ <td><strong>Precision</strong>
261
+ </td>
262
+ </tr>
263
+ <tr>
264
+ <td>Ko-Llama3-Luxia-8B
265
+ </td>
266
+ <td>8B
267
+ </td>
268
+ <td>8k
269
+ </td>
270
+ <td>yes
271
+ </td>
272
+ <td>1e-5
273
+ </td>
274
+ <td>128
275
+ </td>
276
+ <td>bf16
277
+ </td>
278
+ </tr>
279
+ </table>
280
+
281
+ ### Tokenizer
282
+ Llama-3-Tokenizer๋ฅผ ํ•œ๊ตญ์–ด ํŠนํ™”ํ•˜๊ธฐ ์œ„ํ•ด ํ•œ๊ตญ์–ด ํ† ํฐ 17,536๊ฐœ๋ฅผ ์ถ”๊ฐ€ํ•˜๊ณ  ํ™œ์šฉํ•˜์˜€์Šต๋‹ˆ๋‹ค.
283
+ <table>
284
+ <tr>
285
+ <td><strong>Model</strong>
286
+ </td>
287
+ <td><strong>Vocab Size</strong>
288
+ </td>
289
+ </tr>
290
+ <tr>
291
+ <td>Llama-3
292
+ </td>
293
+ <td>128,256
294
+ </td>
295
+ </tr>
296
+ <tr>
297
+ <td>Ko-Llama3-Luxia-8B
298
+ </td>
299
+ <td>145,792
300
+ </td>
301
+ </tr>
302
+ </table>
303
+
304
+ ### Tokenizer Result
305
+ + Ko
306
+ <table>
307
+ <tr>
308
+ <td><strong>์ž…๋ ฅ</strong>
309
+ </td>
310
+ <td><strong>Llama-3</strong>
311
+ </td>
312
+ <td><strong>Ko-Llama3-Luxia-8B</strong>
313
+ </td>
314
+ </tr>
315
+ <tr>
316
+ <td>์š”์ฆ˜ ๋‚ ์”จ๊ฐ€ ๋„ˆ๋ฌด ์˜ค๋ฝ๊ฐ€๋ฝํ•ด์„œ ์•„์ง๋„ ๊ฒจ์šธ์˜ท์„ ๋ชป์น˜์› ์–ด์š”..
317
+ </td>
318
+ <td>['์š”', '์ฆ˜', ' ๋‚ ', '์”จ', '๊ฐ€', ' ๋„ˆ๋ฌด', ' ์˜ค', '๋ฝ', '๊ฐ€', '๋ฝ', 'ํ•ด์„œ', ' ์•„์ง', '๋„', ' ๊ฒจ', '์šธ', '๏ฟฝ', '๏ฟฝ', '์„', ' ๋ชป', '์น˜', '์› ', '์–ด์š”', '..']
319
+ </td>
320
+ <td>['์š”์ฆ˜', ' ๋‚ ์”จ', '๊ฐ€', ' ๋„ˆ๋ฌด', ' ์˜ค๋ฝ', '๊ฐ€๋ฝ', 'ํ•ด์„œ', ' ์•„์ง', '๋„', ' ๊ฒจ์šธ', '์˜ท', '์„', ' ๋ชป', '์น˜', '์› ', '์–ด์š”', '..']
321
+ </td>
322
+ </tr>
323
+ <tr>
324
+ <td>๋ง›์žˆ๋Š” ๋ฐฅ์„ ๋“œ์…จ์Šต๋‹ˆ๊นŒ? ๋ง›์ด ๊ถ๊ธˆํ•˜๋„ค์š”.
325
+ </td>
326
+ <td>['๋ง›', '์žˆ๋Š”', ' ๏ฟฝ', '๏ฟฝ', '์„', ' ๋“œ', '์…จ', '์Šต', '๋‹ˆ๊นŒ', '?', ' ๋ง›', '์ด', ' ๊ถ๊ธˆ', 'ํ•˜', '๋„ค์š”', '.']
327
+ </td>
328
+ <td>['๋ง›', '์žˆ๋Š”', ' ๋ฐฅ', '์„', ' ๋“œ์…จ', '์Šต', '๋‹ˆ๊นŒ', '?', ' ๋ง›', '์ด', ' ๊ถ๊ธˆ', 'ํ•˜', '๋„ค์š”', '.']
329
+ </td>
330
+ </tr>
331
+ <tr>
332
+ <td>๋Œ€๋ฒ•์›๋ถ€ํ„ฐ ํ•˜๊ธ‰์‹ฌ ํŒ๋ก€๊นŒ์ง€ ์›ํ•˜๋Š” ํŒ๋ก€๋ฅผ ์ฐพ๋Š” ๊ฐ€์žฅ ๋น ๋ฅธ ๋ฐฉ๋ฒ• - ์„œ๋ฉด ๊ฒ€์ƒ‰, ์š”์ฒญ ํŒ๋ก€, ์œ ์‚ฌ ํŒ๋ก€, AI ์ถ”์ฒœ, ํŒ๋ก€ ๋ฐ ๋ฒ•๋ น ๊ฒ€์ƒ‰.
333
+ </td>
334
+ <td>['๋Œ€', '๋ฒ•', '์›', '๋ถ€ํ„ฐ', ' ํ•˜', '๊ธ‰', '์‹ฌ', ' ํŒ', '๋ก€', '๊นŒ์ง€', ' ์›', '๏ฟฝ๏ฟฝ๏ฟฝ๋Š”', ' ํŒ', '๋ก€', '๋ฅผ', ' ์ฐพ', '๋Š”', ' ๊ฐ€์žฅ', ' ๋น ', '๋ฅธ', ' ๋ฐฉ๋ฒ•', ' -', ' ์„œ', '๋ฉด', ' ๊ฒ€์ƒ‰', ',', ' ์š”์ฒญ', ' ํŒ', '๋ก€', ',', ' ์œ ', '์‚ฌ', ' ํŒ', '๋ก€', ',', ' AI', ' ์ถ”์ฒœ', ',', ' ํŒ', '๋ก€', ' ๋ฐ', ' ๋ฒ•', '๋ น', ' ๊ฒ€์ƒ‰', '.']
335
+ </td>
336
+ <td>['๋Œ€', '๋ฒ•', '์›', '๋ถ€ํ„ฐ', ' ํ•˜', '๊ธ‰', '์‹ฌ', ' ํŒ๋ก€', '๊นŒ์ง€', ' ์›', 'ํ•˜๋Š”', ' ํŒ๋ก€', '๋ฅผ', ' ์ฐพ', '๋Š”', ' ๊ฐ€์žฅ', ' ๋น ๋ฅธ', ' ๋ฐฉ๋ฒ•', ' -', ' ์„œ๋ฉด', ' ๊ฒ€์ƒ‰', ',', ' ์š”์ฒญ', ' ํŒ๋ก€', ',', ' ์œ ์‚ฌ', ' ํŒ๋ก€', ',', ' AI', ' ์ถ”์ฒœ', ',', ' ํŒ๋ก€', ' ๋ฐ', ' ๋ฒ•๋ น', ' ๊ฒ€์ƒ‰', '.']
337
+ </td>
338
+ </tr>
339
+ <tr>
340
+ <td>๋ณธ ๋ฐœ๋ช…์€ ๊ธˆ์†ํŒ์˜ ๋‹ค์ˆ˜ ๋ถ€๋ถ„์„ ์—์นญ์‹œ์ผœ ํŠน์ • ๋ฌด๋Šฌ๋ชจ์–‘์„ ํ˜•์„ฑํ•˜๋Š” ๊ฑด์ถ•์šฉ ๊ธˆ์†์žฌ ์žฅ์‹ํŒ์œผ๋กœ ์ด๋ฃจ์–ด์ง„ ๊ฒƒ์— ํŠน์ง•์ด ์žˆ๋‹ค.
341
+ </td>
342
+ <td>['๋ณธ', ' ๋ฐœ', '๋ช…', '์€', ' ๊ธˆ', '์†', 'ํŒ', '์˜', ' ๋‹ค', '์ˆ˜', ' ๋ถ€๋ถ„', '์„', ' ์—', '์นญ', '์‹œ', '์ผœ', ' ํŠน', '์ •', ' ๋ฌด', '๏ฟฝ', '๏ฟฝ', '๋ชจ', '์–‘', '์„', ' ํ˜•', '์„ฑ', 'ํ•˜๋Š”', ' ๊ฑด', '์ถ•', '์šฉ', ' ๊ธˆ', '์†', '์žฌ', ' ์žฅ', '์‹', 'ํŒ', '์œผ๋กœ', ' ์ด๋ฃจ', '์–ด์ง„', ' ๊ฒƒ', '์—', ' ํŠน', '์ง•', '์ด', ' ์žˆ๋‹ค', '.']
343
+ </td>
344
+ <td>['๋ณธ', ' ๋ฐœ๋ช…', '์€', ' ๊ธˆ์†', 'ํŒ', '์˜', ' ๋‹ค์ˆ˜', ' ๋ถ€๋ถ„', '์„', ' ์—์นญ', '์‹œ', '์ผœ', ' ํŠน์ •', ' ๋ฌด๋Šฌ', '๋ชจ', '์–‘', '์„', ' ํ˜•์„ฑ', 'ํ•˜๋Š”', ' ๊ฑด์ถ•', '์šฉ', ' ๊ธˆ์†', '์žฌ', ' ์žฅ์‹', 'ํŒ', '์œผ๋กœ', ' ์ด๋ฃจ์–ด์ง„', ' ๊ฒƒ', '์—', ' ํŠน์ง•', '์ด', ' ์žˆ๋‹ค', '.']
345
+ </td>
346
+ </tr>
347
+ <tr>
348
+ <td>๊ณจ๋‹ค๊ณต์ฆ์€ ์™œ ์ƒ๊ธฐ๋Š”๊ฑฐ์—์š”? ๊ทธ๋ฆฌ๊ณ  ์น˜๋ฃŒํ•˜๋ ค๋ฉด ์–ด๋–ป๊ฒŒํ•ด์•ผํ•˜์ฃ ?
349
+ </td>
350
+ <td>['๊ณจ', '๋‹ค', '๊ณต', '์ฆ', '์€', ' ์™œ', ' ์ƒ', '๊ธฐ๋Š”', '๊ฑฐ', '์—', '์š”', '?', ' ๊ทธ๋ฆฌ๊ณ ', ' ์น˜', '๋ฃŒ', 'ํ•˜๋ ค', '๋ฉด', ' ์–ด๋–ป๊ฒŒ', 'ํ•ด์•ผ', 'ํ•˜', '์ฃ ', '?']
351
+ </td>
352
+ <td>['๊ณจ', '๋‹ค', '๊ณต์ฆ', '์€', ' ์™œ', ' ์ƒ', '๊ธฐ๋Š”', '๊ฑฐ', '์—', '์š”', '?', ' ๊ทธ๋ฆฌ๊ณ ', ' ์น˜๋ฃŒ', 'ํ•˜๋ ค', '๋ฉด', ' ์–ด๋–ป๊ฒŒ', 'ํ•ด์•ผ', 'ํ•˜', '์ฃ ', '?']
353
+ </td>
354
+ </tr>
355
+ </table>
356
+
357
+ + En
358
+ <table>
359
+ <tr>
360
+ <td><strong>์ž…๋ ฅ</strong>
361
+ </td>
362
+ <td><strong>Llama-3</strong>
363
+ </td>
364
+ <td><strong>Ko-Llama3-Luxia-8B</strong>
365
+ </td>
366
+ </tr>
367
+ <tr>
368
+ <td>Korean cuisine, hanguk yori, or hansik, has evolved through centuries of social and political change.
369
+ </td>
370
+ <td>['K', 'orean', ' cuisine', ',', ' h', 'angu', 'k', ' y', 'ori', ',', ' or', ' hans', 'ik', ',', ' has', ' evolved', ' through', ' centuries', ' of', ' social', ' and', ' political', ' change', '.']
371
+ </td>
372
+ <td>['K', 'orean', ' cuisine', ',', ' h', 'angu', 'k', ' y', 'ori', ',', ' or', ' hans', 'ik', ',', ' has', ' evolved', ' through', ' centuries', ' of', ' social', ' and', ' political', ' change', '.']
373
+ </td>
374
+ </tr>
375
+ <tr>
376
+ <td>Son Heung-min is a South Korean professional footballer who plays as a forward for and captains both Premier League club Tottenham Hotspur and the South Korea national team.
377
+ </td>
378
+ <td>['Son', ' He', 'ung', '-min', ' is', ' a', ' South', ' Korean', ' professional', ' football', 'er', ' who', ' plays', ' as', ' a', ' forward', ' for', ' and', ' captains', ' both', ' Premier', ' League', ' club', ' Tottenham', ' Hot', 'sp', 'ur', ' and', ' the', ' South', ' Korea', ' national', ' team', '.']
379
+ </td>
380
+ <td>['Son', ' He', 'ung', '-min', ' is', ' a', ' South', ' Korean', ' professional', ' football', 'er', ' who', ' plays', ' as', ' a', ' forward', ' for', ' and', ' captains', ' both', ' Premier', ' League', ' club', ' Tottenham', ' Hot', 'sp', 'ur', ' and', ' the', ' South', ' Korea', ' national', ' team', '.']
381
+ </td>
382
+ </tr>
383
+ </table>
384
+
385
+ ### Inference Result
386
+ <table>
387
+ <tr>
388
+ <td><strong>Llama-3</strong>
389
+ </td>
390
+ <td><strong>Ko-Llama3-Luxia-8B</strong>
391
+ </td>
392
+ </tr>
393
+ <tr>
394
+ <td><b>์บ๋ฆฌ๋น„์•ˆ๋ฒ ์ด๋Š” ์šฉ์ธ์—</b> ์œ„์น˜ํ•œ ์บ๋ฆฌ๋น„์•ˆ ๋ฒ ์ด์˜ ๊ณต์‹ ์˜จ๋ผ์ธ ์นด์ง€๋…ธ์ž…๋‹ˆ๋‹ค. ์บ๋ฆฌ๋น„์•ˆ ๋ฒ ์ด๋Š” 1994๋…„๋ถ€ํ„ฐ ์šด์˜๋˜์–ด ์™”์œผ๋ฉฐ, 2005๋…„์— ์˜จ๋ผ์ธ์œผ๋กœ ์˜คํ”ˆํ–ˆ์Šต๋‹ˆ๋‹ค. ์ด ์‚ฌ์ดํŠธ๋Š” ์˜๊ตญ์—์„œ ์šด์˜๋˜๋Š” ๋ผ์ด์„ผ์Šค๋ฅผ ๊ฐ€์ง€๊ณ  ์žˆ์œผ๋ฉฐ, ์˜๊ตญ ์ •๋ถ€๊ฐ€ ์Šน์ธํ•˜๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.\n์บ๋ฆฌ๋น„์•ˆ ๋ฒ ์ด๋Š” ๋‹ค์–‘ํ•œ ๊ฒŒ์ž„์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค. ์Šฌ๋กฏ ๋จธ์‹ , ๋ธ”๋ž™์žญ, ๋ฃฐ๋ ›, ํฌ์ปค, ๋ฐ”์นด๋ผ ๋“ฑ์ด ์žˆ์Šต๋‹ˆ๋‹ค. ๋˜ํ•œ, ์บ๋ฆฌ๋น„์•ˆ ๋ฒ ์ด๋Š” ๋‹ค์–‘ํ•œ ๋ณด๋„ˆ์Šค์™€ ํ”„๋กœ๋ชจ์…˜์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค. ์˜ˆ๋ฅผ ๋“ค์–ด, ์‹ ๊ทœ ํšŒ์›์—๊ฒŒ๋Š” ๊ฐ€์ž… ์‹œ 100% ๋ฐฐํŒ… ๋ณด๋„ˆ์Šค๊ฐ€ ์ฃผ์–ด์ง‘๋‹ˆ๋‹ค. ๋˜ํ•œ, ๋งค์ฃผ๋งˆ๋‹ค ๋‹ค์–‘ํ•œ ์ด๋ฒคํŠธ์™€ ํ”„๋กœ๋ชจ์…˜์ด ์ง„ํ–‰๋ฉ๋‹ˆ๋‹ค.<์ดํ•˜ ์ƒ๋žต>
395
+ </td>
396
+ <td><b>์บ๋ฆฌ๋น„์•ˆ๋ฒ ์ด๋Š” ์šฉ์ธ์—</b> ์žˆ๋Š” ๋†€์ด๊ณต์›์ธ๋ฐ์š”. ์บ๋ฆฌ๋น„์•ˆ๋ฒ ์ด์˜ ๊ฒฝ์šฐ์—๋Š” ์›Œํ„ฐํŒŒํฌ์™€ ๋†€์ด๊ณต์›์ด ๊ฐ™์ด ์žˆ์Šต๋‹ˆ๋‹ค. ๊ทธ๋ž˜์„œ ์—ฌ๋ฆ„์—๋Š” ๋ฌผ๋†€์ด๋ฅผ ์ฆ๊ธฐ๊ณ  ๊ฒจ์šธ์—๋Š” ๋ˆˆ์ฐ๋งค๋ฅผ ํƒˆ ์ˆ˜ ์žˆ์–ด์„œ ์‚ฌ๊ณ„์ ˆ ๋‚ด๋‚ด ์ฆ๊ธธ ์ˆ˜ ์žˆ๋Š” ๊ณณ์ด์ฃ .\n์บ๋ฆฌ๋น„์•ˆ๋ฒ ์ด๋ฅผ ์ด์šฉํ•˜๋ ค๋ฉด ์šฐ์„  ํ™ˆํŽ˜์ด์ง€์—์„œ ์ž…์žฅ๊ถŒ์„ ๊ตฌ๋งคํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค. ๊ทธ๋ฆฌ๊ณ  ์บ๋ฆฌ๋น„์•ˆ๋ฒ ์ด์˜ ๊ฒฝ์šฐ์—๋Š” 1๋…„ ๋™์•ˆ ์ž์œ ๋กญ๊ฒŒ ์ด์šฉํ•  ์ˆ˜ ์žˆ๋Š” ์—ฐ๊ฐ„ํšŒ์›๊ถŒ๋„ ํŒ๋งคํ•˜๋Š”๋ฐ์š”. ์—ฐ๊ฐ„ํšŒ์›๊ถŒ์€ ์„ฑ์ธ๊ณผ ์–ด๋ฆฐ์ด ๋ชจ๋‘ ๊ตฌ๋งค๊ฐ€ ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค.<๏ฟฝ๏ฟฝ๏ฟฝํ•˜ ์ƒ๋žต>
397
+ </td>
398
+ </tr>
399
+ <tr>
400
+ <td><b>๋ฒ ํŠธ๋‚จ ์Œ€๊ตญ์ˆ˜๋Š”</b> ํ•œ๊ตญ์˜ ๊ตญ๋ฐฅ๊ณผ ๋น„์Šทํ•œ ์Œ์‹์ž…๋‹ˆ๋‹ค. ๋ฒ ํŠธ๋‚จ ์Œ€๊ตญ์ˆ˜์—๋Š” ์Œ€, ๋ผ์ง€๊ณ ๊ธฐ, ๊ณ„๋ž€, ์–‘ํŒŒ, ๋งˆ๋Š˜, ์ƒ๊ฐ•, ๊ณ ์ถ” ๋“ฑ์ด ๋“ค์–ด๊ฐ‘๋‹ˆ๋‹ค.\n1. ์Œ€์„ ์”ป์–ด ๋ฌผ์— ๋‹ด๊ฐ€ ๋‘ก๋‹ˆ๋‹ค.\n2. ๋ผ์ง€๊ณ ๊ธฐ๋ฅผ ์ž˜๊ฒŒ ์ฐ๊ณ , ์–‘ํŒŒ์™€ ๋งˆ๋Š˜, ์ƒ๊ฐ•, ๊ณ ์ถ”๋ฅผ ๋‹ค์ ธ์ค๋‹ˆ๋‹ค.\n3. ํŒฌ์— ๊ธฐ๋ฆ„์„ ๋‘๋ฅด๊ณ  ๋ผ์ง€๊ณ ๊ธฐ๋ฅผ ๋ณถ๋‹ค๊ฐ€ ์–‘ํŒŒ์™€ ๋งˆ๋Š˜, ์ƒ๊ฐ•, ๊ณ ์ถ”๋ฅผ ๋„ฃ์Šต๋‹ˆ๋‹ค.\n4. ๊ณ„๋ž€์„ ํ’€์–ด์„œ ๋„ฃ๊ณ , ๊ฐ„์žฅ์„ ๋„ฃ์–ด ๋ณถ์•„์ค๋‹ˆ๋‹ค.\n5. ์Œ€์„ ๋ฌผ์— ๋ถˆ๋ ค์„œ ๋„ฃ๊ณ , ๋“์œผ๋ฉด ์†Œ๊ธˆ๊ณผ ํ›„์ถ”๋ฅผ ๋„ฃ์–ด์ค๋‹ˆ๋‹ค.\n6. ์Œ€๊ตญ์ˆ˜๋ฅผ ๋จน๊ธฐ ์ข‹์€ ์ƒํƒœ๊ฐ€ ๋˜๋ฉด ๊บผ๋‚ด ์ค๋‹ˆ๋‹ค.\n7. ์Œ€๊ตญ์ˆ˜์˜ ์œ„์— ๋ผ์ง€๊ณ ๊ธฐ์™€ ๊ณ„๋ž€์„ ์–น์–ด ๋จน์Šต๋‹ˆ๋‹ค.\nVietnamese rice noodles are similar to Korean rice porridge. Vietnamese rice noodles contain rice, pork, eggs, onions, garlic, ginger and chili peppers.<์ดํ•˜ ์ƒ๋žต>
401
+ </td>
402
+ <td><b>๋ฒ ํŠธ๋‚จ ์Œ€๊ตญ์ˆ˜๋Š”</b> ์ผ๋ฐ˜์ ์œผ๋กœ ์–‡๊ฒŒ ์ฌ ์Œ€๊ฐ€๋ฃจ๋กœ ๋งŒ๋“  ๋ฉด์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. ๋ฉด์€ ๋œจ๊ฑฐ์šด ๋ฌผ์— ์‚ถ์•„์„œ ์ฐฌ๋ฌผ์— ํ—น๊ตฌ์–ด๋ƒ…๋‹ˆ๋‹ค. ๋ฉด์ด ์‚ถ์•„์ง€๋ฉด ์œก์ˆ˜์™€ ์•ผ์ฑ„๋ฅผ ๋„ฃ๊ณ  ๋“์ž…๋‹ˆ๋‹ค. ์œก์ˆ˜๋ฅผ ๋งŒ๋“ค ๋•Œ๋Š” ๋‹ญ๊ณ ๊ธฐ, ์†Œ๊ณ ๊ธฐ, ๋ผ์ง€๊ณ ๊ธฐ ๋“ฑ ๋‹ค์–‘ํ•œ ์žฌ๋ฃŒ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์•ผ์ฑ„๋กœ๋Š” ๋‹น๊ทผ, ์–‘ํŒŒ, ํŒŒ ๋“ฑ์„ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.<์ดํ•˜ ์ƒ๋žต>
403
+ </td>
404
+ </tr>
405
+ <tr>
406
+ <td><b>ํ•œ๊ตญ์˜ ์ „ํ†ต์˜์ƒ์ธ</b> ํ•œ๋ณต๊ณผ ์ผ๋ณธ์˜ ์ „ํ†ต์˜์ƒ์ธ ์š”๋กœ์นด๋ฏธ๋Š” ๋ชจ๋‘ 5๋Œ€๋ฅ™์˜ ๋ฌธํ™”๋ฅผ ์ˆ˜์šฉํ•˜๊ณ , ๊ฐ๊ธฐ ๋‹ค๋ฅธ ์ง€์—ญ์˜ ํŠน์ง•์„ ๋ฐ˜์˜ํ•œ ์˜์ƒ์„ ๊ฐ–์ถ”๊ณ  ์žˆ๋‹ค. ์ด๋Ÿฌํ•œ ์˜์ƒ์˜ ํŠน์ง•์€ ๊ฐ๊ฐ์˜ ๊ตญ๊ฐ€์—์„œ ๋ฐœ์ „ํ•ด ์˜จ ์—ญ์‚ฌ์™€ ๋ฌธํ™”์— ๊ธฐ์ดˆํ•œ๋‹ค. ํ•œํŽธ, ํ•œ๊ตญ์˜ ํ•œ๋ณต๊ณผ ์ผ๋ณธ์˜ ์š”๋กœ์นด๋ฏธ๋Š” ์„œ๋กœ ๋น„์Šทํ•œ ํ˜•ํƒœ๋ฅผ ๊ฐ€์ง€๊ณ  ์žˆ์ง€๋งŒ, ๊ทธ ์˜๋ฏธ๋Š” ๋‹ค๋ฅด๋‹ค. ํ•œ๋ณต์€ ํ•œ๊ตญ์ธ์˜ ์ •์ฒด์„ฑ์„ ๋‚˜ํƒ€๋‚ด๋ฉฐ, ์š”๋กœ์นด๋ฏธ๋Š” ์ผ๋ณธ์ธ์˜ ์ •์ฒด์„ฑ์„ ๋‚˜ํƒ€๋‚ธ๋‹ค. ๋”ฐ๋ผ์„œ ์ด ๋‘ ๊ฐ€์ง€ ์˜์ƒ์€ ์„œ๋กœ ๋‹ค๋ฅธ ๋ฌธํ™”์  ๋ฐฐ๊ฒฝ์„ ๊ฐ€์ง„ ์‚ฌ๋žŒ๋“ค์˜ ์ •์ฒด์„ฑ ํ‘œํ˜„์— ์‚ฌ์šฉ๋œ๋‹ค.\nThe traditional costumes of Korea and Japan are hanbok and yorokami respectively. Both have been influenced by the cultures of other countries and reflect the characteristics of their respective regions. The distinctive features of these costumes are based on the history and culture of each country. However, although hanbok and yorokami share similar forms, they have different meanings. Hanbok represents Korean identity while yorokami represents Japanese identity. <์ดํ•˜ ์ƒ๋žต>
407
+ </td>
408
+ <td><b>ํ•œ๊ตญ์˜ ์ „ํ†ต์˜์ƒ์ธ</b> ํ•œ๋ณต์€ ํ•œ๊ตญ์˜ ๋ฌธํ™”๋ฅผ ๋Œ€ํ‘œํ•˜๋Š” ์ƒ์ง•๋ฌผ์ด๋‹ค. ํ•˜์ง€๋งŒ ์ตœ๊ทผ์—๋Š” ํ•œ๋ณต์„ ์ž…๋Š” ์‚ฌ๋žŒ๋“ค์ด ์ ์  ์ค„์–ด๋“ค๊ณ  ์žˆ๋‹ค. ์ด๋Š” ์—ฌ๋Ÿฌ ๊ฐ€์ง€ ์ด์œ ๊ฐ€ ์žˆ๊ฒ ์ง€๋งŒ, ๊ทธ ์ค‘ ํ•˜๋‚˜๋Š” ํ•œ๋ณต์ด ๋ถˆํŽธํ•˜๊ธฐ ๋•Œ๋ฌธ์ผ ๊ฒƒ์ด๋‹ค. ํ•œ๋ณต์€ ์ผ๋ฐ˜์ ์ธ ์˜ท๋ณด๋‹ค ๋” ๋งŽ์€ ๋ถ€๋ถ„์„ ๋ฎ์–ด์•ผ ํ•˜๊ณ , ์›€์ง์ด๊ธฐ ์–ด๋ ต๋‹ค. ๋˜ํ•œ, ํ•œ๋ณต์€ ์„ธํƒํ•˜๊ธฐ๊ฐ€ ์–ด๋ ต๊ณ , ๊ด€๋ฆฌํ•˜๊ธฐ๋„ ์‰ฝ์ง€ ์•Š๋‹ค.\nํ•˜์ง€๋งŒ ํ•œ๋ณต์€ ๋‹จ์ˆœํžˆ ๋ถˆํŽธํ•˜๊ณ  ๊ด€๋ฆฌํ•˜๊ธฐ ์–ด๋ ค์šด ์˜ท์ด ์•„๋‹ˆ๋‹ค. ํ•œ๋ณต์€ ํ•œ๊ตญ์ธ์˜ ์—ญ์‚ฌ์™€ ๋ฌธํ™”๋ฅผ ๋‹ด๊ณ  ์žˆ๋Š” ์†Œ์ค‘ํ•œ ๋ฌธํ™”์œ ์‚ฐ์ด๋‹ค. ํ•œ๋ณต์€ ํ•œ๊ตญ์˜ ์ „ํ†ต๊ณผ ๋ฏธ๋ฅผ ํ‘œํ˜„ํ•˜๋Š” ์ค‘์š”ํ•œ ์ˆ˜๋‹จ์ด๋ฉฐ, ํ•œ๊ตญ์˜ ์ •์ฒด์„ฑ์„ ๋‚˜ํƒ€๋‚ด๋Š” ์ƒ์ง•๋ฌผ์ด๋‹ค. ๋”ฐ๋ผ์„œ ์šฐ๋ฆฌ๋Š” ํ•œ๋ณต์„ ๋ณด์กดํ•˜๊ณ  ๊ณ„์Šนํ•ด์•ผ ํ•œ๋‹ค.<์ดํ•˜ ์ƒ๋žต>
409
+ </td>
410
+ </tr>
411
+ </table>
412
+
413
+
414
+ ### Citation instructions
415
+ **Ko-Llama3-Luxia-8B**
416
+ ```
417
+ @article{kollama3luxiamodelcard,
418
+ title={Ko Llama 3 Luxia Model Card},
419
+ author={AILabs@Saltux},
420
+ year={2024},
421
+ url={https://huggingface.co/saltlux/Ko-Llama3-Luxia-8B/blob/main/README.md}
422
+ }
423
+ ```
424
+
425
+ **Original Llama-3**
426
+ ```
427
+ @article{llama3modelcard,
428
+ title={Llama 3 Model Card},
429
+ author={AI@Meta},
430
+ year={2024},
431
+ url={https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
432
+ }
433
+ ```
434
+
435
+ <!-- original-model-card end -->