andrijdavid
commited on
Commit
β’
977b8c5
1
Parent(s):
f1cbc91
Upload folder using huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,338 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
---
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
- ko
|
7 |
+
license: other
|
8 |
+
tags:
|
9 |
+
- facebook
|
10 |
+
- meta
|
11 |
+
- pytorch
|
12 |
+
- llama
|
13 |
+
- llama-3
|
14 |
+
- llama-3-ko
|
15 |
+
- GGUF
|
16 |
+
pipeline_tag: text-generation
|
17 |
+
license_name: llama3
|
18 |
+
license_link: LICENSE
|
19 |
+
quantized_by: andrijdavid
|
20 |
+
---
|
21 |
+
# Llama-3-Open-Ko-8B-Instruct-preview-GGUF
|
22 |
+
- Original model: [Llama-3-Open-Ko-8B-Instruct-preview](https://huggingface.co/beomi/Llama-3-Open-Ko-8B-Instruct-preview)
|
23 |
+
|
24 |
+
<!-- description start -->
|
25 |
+
## Description
|
26 |
+
|
27 |
+
This repo contains GGUF format model files for [Llama-3-Open-Ko-8B-Instruct-preview](https://huggingface.co/beomi/Llama-3-Open-Ko-8B-Instruct-preview).
|
28 |
+
|
29 |
+
<!-- description end -->
|
30 |
+
<!-- README_GGUF.md-about-gguf start -->
|
31 |
+
### About GGUF
|
32 |
+
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.
|
33 |
+
Here is an incomplete list of clients and libraries that are known to support GGUF:
|
34 |
+
* [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.
|
35 |
+
* [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.
|
36 |
+
* [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β
|
37 |
+
* [KoboldCpp](https://github.com/LostRuins/koboldcpp), A comprehensive web UI offering GPU acceleration across all platforms and architectures, particularly renowned for storytelling.
|
38 |
+
* [GPT4All](https://gpt4all.io), This is a free and open source GUI that runs locally, supporting Windows, Linux, and macOS with full GPU acceleration.
|
39 |
+
* [LM Studio](https://lmstudio.ai/) An intuitive and powerful local GUI for Windows and macOS (Silicon), featuring GPU acceleration.
|
40 |
+
* [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.
|
41 |
+
* [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.
|
42 |
+
* [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.
|
43 |
+
* [candle](https://github.com/huggingface/candle), A Rust-based ML framework focusing on performance, including GPU support, and designed for ease of use.
|
44 |
+
* [ctransformers](https://github.com/marella/ctransformers), A Python library featuring GPU acceleration, LangChain support, and an OpenAI-compatible AI server.
|
45 |
+
* [localGPT](https://github.com/PromtEngineer/localGPT) An open-source initiative enabling private conversations with documents.
|
46 |
+
<!-- README_GGUF.md-about-gguf end -->
|
47 |
+
|
48 |
+
<!-- compatibility_gguf start -->
|
49 |
+
## Explanation of quantisation methods
|
50 |
+
<details>
|
51 |
+
<summary>Click to see details</summary>
|
52 |
+
The new methods available are:
|
53 |
+
|
54 |
+
* 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)
|
55 |
+
* 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.
|
56 |
+
* 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.
|
57 |
+
* GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
|
58 |
+
* 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.
|
59 |
+
</details>
|
60 |
+
<!-- compatibility_gguf end -->
|
61 |
+
|
62 |
+
<!-- README_GGUF.md-how-to-download start -->
|
63 |
+
## How to download GGUF files
|
64 |
+
|
65 |
+
**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.
|
66 |
+
|
67 |
+
The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
|
68 |
+
|
69 |
+
* LM Studio
|
70 |
+
* LoLLMS Web UI
|
71 |
+
* Faraday.dev
|
72 |
+
|
73 |
+
### In `text-generation-webui`
|
74 |
+
|
75 |
+
Under Download Model, you can enter the model repo: LiteLLMs/Llama-3-Open-Ko-8B-Instruct-preview-GGUF and below it, a specific filename to download, such as: Q4_0/Q4_0-00001-of-00009.gguf.
|
76 |
+
|
77 |
+
Then click Download.
|
78 |
+
|
79 |
+
### On the command line, including multiple files at once
|
80 |
+
|
81 |
+
I recommend using the `huggingface-hub` Python library:
|
82 |
+
|
83 |
+
```shell
|
84 |
+
pip3 install huggingface-hub
|
85 |
+
```
|
86 |
+
|
87 |
+
Then you can download any individual model file to the current directory, at high speed, with a command like this:
|
88 |
+
|
89 |
+
```shell
|
90 |
+
huggingface-cli download LiteLLMs/Llama-3-Open-Ko-8B-Instruct-preview-GGUF Q4_0/Q4_0-00001-of-00009.gguf --local-dir . --local-dir-use-symlinks False
|
91 |
+
```
|
92 |
+
|
93 |
+
<details>
|
94 |
+
<summary>More advanced huggingface-cli download usage (click to read)</summary>
|
95 |
+
|
96 |
+
You can also download multiple files at once with a pattern:
|
97 |
+
|
98 |
+
```shell
|
99 |
+
huggingface-cli download LiteLLMs/Llama-3-Open-Ko-8B-Instruct-preview-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
100 |
+
```
|
101 |
+
|
102 |
+
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).
|
103 |
+
|
104 |
+
To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
|
105 |
+
|
106 |
+
```shell
|
107 |
+
pip3 install huggingface_hub[hf_transfer]
|
108 |
+
```
|
109 |
+
|
110 |
+
And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
|
111 |
+
|
112 |
+
```shell
|
113 |
+
HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download LiteLLMs/Llama-3-Open-Ko-8B-Instruct-preview-GGUF Q4_0/Q4_0-00001-of-00009.gguf --local-dir . --local-dir-use-symlinks False
|
114 |
+
```
|
115 |
+
|
116 |
+
Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
|
117 |
+
</details>
|
118 |
+
<!-- README_GGUF.md-how-to-download end -->
|
119 |
+
<!-- README_GGUF.md-how-to-run start -->
|
120 |
+
## Example `llama.cpp` command
|
121 |
+
|
122 |
+
Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
|
123 |
+
|
124 |
+
```shell
|
125 |
+
./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>"
|
126 |
+
```
|
127 |
+
|
128 |
+
Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
|
129 |
+
|
130 |
+
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.
|
131 |
+
|
132 |
+
If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
|
133 |
+
|
134 |
+
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)
|
135 |
+
|
136 |
+
## How to run in `text-generation-webui`
|
137 |
+
|
138 |
+
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).
|
139 |
+
|
140 |
+
## How to run from Python code
|
141 |
+
|
142 |
+
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.
|
143 |
+
|
144 |
+
### How to load this model in Python code, using llama-cpp-python
|
145 |
+
|
146 |
+
For full documentation, please see: [llama-cpp-python docs](https://abetlen.github.io/llama-cpp-python/).
|
147 |
+
|
148 |
+
#### First install the package
|
149 |
+
|
150 |
+
Run one of the following commands, according to your system:
|
151 |
+
|
152 |
+
```shell
|
153 |
+
# Base ctransformers with no GPU acceleration
|
154 |
+
pip install llama-cpp-python
|
155 |
+
# With NVidia CUDA acceleration
|
156 |
+
CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
|
157 |
+
# Or with OpenBLAS acceleration
|
158 |
+
CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
|
159 |
+
# Or with CLBLast acceleration
|
160 |
+
CMAKE_ARGS="-DLLAMA_CLBLAST=on" pip install llama-cpp-python
|
161 |
+
# Or with AMD ROCm GPU acceleration (Linux only)
|
162 |
+
CMAKE_ARGS="-DLLAMA_HIPBLAS=on" pip install llama-cpp-python
|
163 |
+
# Or with Metal GPU acceleration for macOS systems only
|
164 |
+
CMAKE_ARGS="-DLLAMA_METAL=on" pip install llama-cpp-python
|
165 |
+
# In windows, to set the variables CMAKE_ARGS in PowerShell, follow this format; eg for NVidia CUDA:
|
166 |
+
$env:CMAKE_ARGS = "-DLLAMA_OPENBLAS=on"
|
167 |
+
pip install llama-cpp-python
|
168 |
+
```
|
169 |
+
|
170 |
+
#### Simple llama-cpp-python example code
|
171 |
+
|
172 |
+
```python
|
173 |
+
from llama_cpp import Llama
|
174 |
+
# Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
|
175 |
+
llm = Llama(
|
176 |
+
model_path="./Q4_0/Q4_0-00001-of-00009.gguf", # Download the model file first
|
177 |
+
n_ctx=32768, # The max sequence length to use - note that longer sequence lengths require much more resources
|
178 |
+
n_threads=8, # The number of CPU threads to use, tailor to your system and the resulting performance
|
179 |
+
n_gpu_layers=35 # The number of layers to offload to GPU, if you have GPU acceleration available
|
180 |
+
)
|
181 |
+
# Simple inference example
|
182 |
+
output = llm(
|
183 |
+
"<PROMPT>", # Prompt
|
184 |
+
max_tokens=512, # Generate up to 512 tokens
|
185 |
+
stop=["</s>"], # Example stop token - not necessarily correct for this specific model! Please check before using.
|
186 |
+
echo=True # Whether to echo the prompt
|
187 |
+
)
|
188 |
+
# Chat Completion API
|
189 |
+
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
|
190 |
+
llm.create_chat_completion(
|
191 |
+
messages = [
|
192 |
+
{"role": "system", "content": "You are a story writing assistant."},
|
193 |
+
{
|
194 |
+
"role": "user",
|
195 |
+
"content": "Write a story about llamas."
|
196 |
+
}
|
197 |
+
]
|
198 |
+
)
|
199 |
+
```
|
200 |
+
|
201 |
+
## How to use with LangChain
|
202 |
+
|
203 |
+
Here are guides on using llama-cpp-python and ctransformers with LangChain:
|
204 |
+
|
205 |
+
* [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
|
206 |
+
* [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
|
207 |
+
|
208 |
+
<!-- README_GGUF.md-how-to-run end -->
|
209 |
+
|
210 |
+
<!-- footer end -->
|
211 |
+
|
212 |
+
<!-- original-model-card start -->
|
213 |
+
# Original model card: Llama-3-Open-Ko-8B-Instruct-preview
|
214 |
+
|
215 |
+
|
216 |
+
## Llama-3-Open-Ko-8B-Instruct-preview
|
217 |
+
|
218 |
+
> Update @ 2024.05.01: Pre-Release [Llama-3-KoEn-8B](https://huggingface.co/beomi/Llama-3-KoEn-8B-preview) model & [Llama-3-KoEn-8B-Instruct-preview](https://huggingface.co/beomi/Llama-3-KoEn-8B-Instruct-preview)
|
219 |
+
|
220 |
+
> Update @ 2024.04.24: Release [Llama-3-Open-Ko-8B model](https://huggingface.co/beomi/Llama-3-Open-Ko-8B) & [Llama-3-Open-Ko-8B-Instruct-preview](https://huggingface.co/beomi/Llama-3-Open-Ko-8B-Instruct-preview)
|
221 |
+
|
222 |
+
## Model Details
|
223 |
+
|
224 |
+
**Llama-3-Open-Ko-8B-Instruct-preview**
|
225 |
+
|
226 |
+
Llama-3-Open-Ko-8B model is continued pretrained language model based on Llama-3-8B.
|
227 |
+
|
228 |
+
This model is trained fully with publicily available resource, with 60GB+ of deduplicated texts.
|
229 |
+
|
230 |
+
With the new Llama-3 tokenizer, the pretraining conducted with 17.7B+ tokens, which slightly more than Korean tokenizer(Llama-2-Ko tokenizer).
|
231 |
+
|
232 |
+
The train was done on TPUv5e-256, with the warm support from TRC program by Google.
|
233 |
+
|
234 |
+
With applying the idea from [Chat Vector paper](https://arxiv.org/abs/2310.04799), I released Instruction model named [Llama-3-Open-Ko-8B-Instruct-preview](https://huggingface.co/beomi/Llama-3-Open-Ko-8B-Instruct-preview).
|
235 |
+
|
236 |
+
Since it is NOT finetuned with any Korean instruction set(indeed `preview`), but it would be great starting point for creating new Chat/Instruct models.
|
237 |
+
|
238 |
+
**Sample usage**
|
239 |
+
|
240 |
+
```python
|
241 |
+
from transformers import AutoTokenizer, AutoModelForCausalLM
|
242 |
+
import torch
|
243 |
+
|
244 |
+
model_id = "beomi/Llama-3-Open-Ko-8B-Instruct-preview"
|
245 |
+
|
246 |
+
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
247 |
+
model = AutoModelForCausalLM.from_pretrained(
|
248 |
+
model_id,
|
249 |
+
torch_dtype="auto",
|
250 |
+
device_map="auto",
|
251 |
+
)
|
252 |
+
|
253 |
+
messages = [
|
254 |
+
{"role": "system", "content": "μΉμ ν μ±λ΄μΌλ‘μ μλλ°©μ μμ²μ μ΅λν μμΈνκ³ μΉμ νκ² λ΅νμ. λͺ¨λ λλ΅μ νκ΅μ΄(Korean)μΌλ‘ λλ΅ν΄μ€."},
|
255 |
+
{"role": "user", "content": "νΌλ³΄λμΉ μμ΄μ΄ λμΌ? κ·Έλ¦¬κ³ νΌλ³΄λμΉ μμ΄μ λν΄ νμ΄μ¬ μ½λλ₯Ό μ§μ€λ³Όλ?"},
|
256 |
+
]
|
257 |
+
|
258 |
+
input_ids = tokenizer.apply_chat_template(
|
259 |
+
messages,
|
260 |
+
add_generation_prompt=True,
|
261 |
+
return_tensors="pt"
|
262 |
+
).to(model.device)
|
263 |
+
|
264 |
+
terminators = [
|
265 |
+
tokenizer.eos_token_id,
|
266 |
+
tokenizer.convert_tokens_to_ids("<|eot_id|>")
|
267 |
+
]
|
268 |
+
|
269 |
+
outputs = model.generate(
|
270 |
+
input_ids,
|
271 |
+
max_new_tokens=512,
|
272 |
+
eos_token_id=terminators,
|
273 |
+
do_sample=True,
|
274 |
+
temperature=1,
|
275 |
+
top_p=0.9,
|
276 |
+
)
|
277 |
+
response = outputs[0][input_ids.shape[-1]:]
|
278 |
+
print(tokenizer.decode(response, skip_special_tokens=True))
|
279 |
+
```
|
280 |
+
|
281 |
+
**Sample Output**
|
282 |
+
|
283 |
+
μ¬λ¬λΆκ»μλ λ¬Όλ‘ μμλμ§λΌλ μ€λͺ
μ λλ¦¬κ² μ΅λλ€! νΌλ³΄λμΉ(Piconacci) μμ΄μ λ€μκ³Ό κ°μ μμ΄μ λ§ν©λλ€: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233,.... μ΄λ κ² κ³μλκ³ μμ΅λλ€. μ΄ μμ΄μ μΌλ°μ μΌλ‘λ μνμμ 무νν μ§μλ©λλ€. κ° μλ μ΄μ μμ λ λ°°κ° λλ μμ΄μ
λλ€.
|
284 |
+
|
285 |
+
μ΄ μμ΄μ νμ΄μ¬(Python)μΌλ‘ ꡬννκ³ μ νμ λ€λ©΄ λ€μκ³Ό κ°μ μ½λλ₯Ό μμ±ν μ μμ΅λλ€.
|
286 |
+
```python
|
287 |
+
def fibonacci(n):
|
288 |
+
if n == 0:
|
289 |
+
return 0
|
290 |
+
elif n == 1:
|
291 |
+
return 1
|
292 |
+
else:
|
293 |
+
return fibonacci(n-1) + fibonacci(n-2)
|
294 |
+
```
|
295 |
+
μ΄ μ½λμμλ `n`μ΄ μ
λ ₯λ°μ μλ₯Ό λνλ΄λ λ³μλ‘, νΌλ³΄λμΉ μμ΄μ ꡬνν©λλ€. μ΄ μ½λλ₯Ό μ€νμν€λ©΄ μ
λ ₯λ°μ μμ λ°λΌ νΌλ³΄λμΉ μμ΄μ ν΄λΉ νμ λ°νν©λλ€. μλ₯Ό λ€μ΄, `fibonacci(10)` νλ©΄ 55λ₯Ό λ°νν©λλ€.
|
296 |
+
|
297 |
+
μ΄ μ½λλ μ¬κ·μ ν¨μμ΄κΈ° λλ¬Έμ λ©λͺ¨λ¦¬ μ¬μ©μ΄ μ€μ΄λ€ μ μμ΅λλ€. κ·Έλ¬λ μ¬κ·μ ν¨μλ λ©λͺ¨λ¦¬ μ¬μ©λμ΄ λ§μμ§ μ μμ΅λλ€. μ΄λ₯Ό μ€μ΄κΈ° μν΄ μ΄ν°λ μ΄ν°λΈ ν¨μλ‘ κ΅¬νν μλ μμ΅λλ€.
|
298 |
+
```python
|
299 |
+
a, b = 0, 1
|
300 |
+
for i in range(n):
|
301 |
+
a, b = b, a + b
|
302 |
+
```
|
303 |
+
μ΄ μ½λμμλ μ΄ν°λ μ΄ν°λΈ ν¨μλ‘ νΌλ³΄λμΉ μμ΄μ ꡬνν©λλ€. μ΄ μ½λλ₯Ό μ€νμν€λ©΄ μ
λ ₯λ°μ μμ λ°λΌ νΌλ³΄λμΉ μμ΄μ ν΄λΉ νμ λ°νν©λλ€. μ΄ μ½λλ λ©λͺ¨λ¦¬ μ¬μ©λμ μ€μ
λλ€. λ€λ§, μ΄ μ½οΏ½οΏ½λ λ 볡μ‘ν©λλ€. μ΄ μ½λλ₯Ό λ κ°λ¨νκ² νλ €λ©΄ μ΄ν°λ μ΄ν°λΈ ν¨μλ₯Ό λ μ ꡬνν μ μμ΅λλ€.
|
304 |
+
```python
|
305 |
+
a, b = 0, 1
|
306 |
+
while True:
|
307 |
+
if n == 1:
|
308 |
+
return a
|
309 |
+
a, b = b, a + b
|
310 |
+
n -= 1
|
311 |
+
```
|
312 |
+
μ΄ μ½λμμλ μ
λ ₯λ°μ μμ λ°λΌ νΌλ³΄λμΉ μμ΄μ...
|
313 |
+
|
314 |
+
### More samples
|
315 |
+
|
316 |
+
> I used same system prompt, but you could change on your own.
|
317 |
+
|
318 |
+
```python
|
319 |
+
messages = [
|
320 |
+
{"role": "system", "content": "μΉμ ν μ±λ΄μΌλ‘μ μλλ°©μ μμ²μ μ΅λν μμΈνκ³ μΉμ νκ² λ΅νμ. λͺ¨λ λλ΅μ νκ΅μ΄(Korean)μΌλ‘ λλ΅ν΄μ€."},
|
321 |
+
{"role": "user", "content": "νκ΅μ μ ν νλ²μ λν΄μ μμΈν μ€λͺ
ν΄μ£ΌμΈμ."},
|
322 |
+
]
|
323 |
+
|
324 |
+
μ΄μμ μ₯κ΅°μ μ‘°μ μλμ 무μΈμΌλ‘, λνλ―Όκ΅μ κ΅κ°μ 곡μμΈ μ°μμ 곡 μ΄μμ μ₯κ΅°μ 1545λ
9μ 28μΌ κ²½μλ¨λ μλ Ήμμ νμ΄λ¬μ΅λλ€. μ΄μμ μ₯κ΅°μ ν΅μ μ¬ μμ μ μλ λ μ‘°μ κ³Ό λͺ
λλΌ μ°ν©κ΅°μ λκ·λͺ¨ κ΅°λλ₯Ό μΌμΌμΌ λ첩μ μ±κ³΅μ μΌλ‘ μ΄λμ΄ μ μ μ¬λκ³Ό μμ§μλμ μΉλ¦¬λ‘ μ΄λ μΈλ¬Όμ
λλ€. κ·Έλ 1592λ
μ λΌμ’μμκ΄μ°°μ¬κ° λμ΄ μ λΌμ’μμμμ μμ μ 물리쳀μΌλ©°, 1597λ
μλ μμκ³Ό νμ λ°©μ΄μ μ±κ³΅μ μΌλ‘ μΉλ£νμ΅λλ€. λν λͺ
λλ첩μμ μμ κ³Ό 격μ νμ¬ μ΄μμ μ΄μμ μ₯κ΅°μ λͺ
λλ첩μμ μ‘°μ κ΄κ΅°μ μΉλ¦¬λ₯Ό μ΄λμμ΅λλ€. μ΄μμ μ₯κ΅°μ μ리λ₯Ό μ§ν€κΈ° μν΄ μ 리νμ κ³ μνλ κ²°λ¨μ λ΄λ Έμ΅λλ€. μ΄μμ μ₯κ΅°μ 1598λ
μ¬μ²μ± μ ν¬μμ ν¨μ ν ν μ μΈκ° μμ λΌ μ μΈκ° λΆλ¦¬ν΄μ§μ, λ¨ννμ¬ μ΄μμ μ₯κ΅°μ κ²°κ΅ μΆ©λ¬΄κ³΅ μ΄μμ μ μΉνΈλ₯Ό λ°μμ΅λλ€. κ·Έμ 곡μ μ λνλ―Όκ΅ μ΄μμ μ₯κ΅° κΈ°λ
κ΄μΌλ‘ λͺ
μλ₯Ό λμ΄κ³ μμ΅λλ€. μ΄μμ μ₯κ΅°λμ μ νμ μΉνΈλ‘ 1963λ
건κ΅νμ₯ μ΅κ³ νμ₯μ μμ¬λ°μμΌλ©°, λνλ―Όκ΅μ κ΅λ³΄ μ 13νΈλ‘ μ§μ λμ΅λλ€. μ΄μμ μ₯κ΅°μ μ μ€μ μΈ μΈλ¬Όλ‘ νκ΅μ μμ¬μμ ν° μ‘±μ μ λ¨κ²Όμ΅λλ€. μ΄μμ μ₯κ΅°μ΄ μλ λΉμμ μ ν¬μ₯μλ μΆ©λ¬΄κ³΅μ΄ μ λΌ μ²μμκ² λλΌλ₯Ό μν΄ μΈμ΄ κ³³μ μ΄μμ μ₯κ΅°μ λ¬κ° μμ΅λλ€. λλΌμ κ³ λμ μ§μ± μ΄μμ μ₯κ΅°λμ μμ
κ³Ό μ리λ₯Ό κΈ°λ
νλ κ³³μ
λλ€. μ΄μμ μ₯κ΅°μ νμ μ μ΄μμ μ₯κ΅° κΈ°λ
κ΄, μ΄μμ 곡μ λ±μ΄ μμ΅λλ€. μ΄μμ μ₯κ΅°μ 곡μ μ κΈ°λ
νκΈ° μν΄ λ€μν λ¬Ένμ μ°κ³Ό κΈ°λ
λ¬Όμ΄ μ‘°μ±λμ΅λλ€. μ΄μμ μ₯κ΅°μ μ μ μ λλΌλ₯Ό μν΄ μΈμ΄ μλν μ°λ¦¬μ μμ
μ
λλ€. 1552λ
12μμλ μ΄μμ μ₯κ΅°μ μ μ€μ μλ λλ€μ λ°°ν₯, νμ¬λ 좩무곡 μ΄μμ μ₯κ΅°κ»μλ μ°λ¦¬λλΌμ μμ§μ μΈλ¬Όμ΄ λμ΅λλ€. μ΄μμ μ₯κ΅°μ μ‘°μ μμ‘°μ μ€μλ₯Ό λ°κ³ μμ΅λλ€. μ΄μμ μ₯κ΅°μ μ μ‘°μκ² λ§μ λμλ₯Ό μ΄λ£¨μμ΅λλ€. μ΄μμ μ₯κ΅°μ 곡μ μ μ€λλ μ μ΄λμ΄ μ£Όλ μΈλ¬Όμ
λλ€. κ·Έλ₯Ό λͺ¨μ κ²μ μ κ΅μ μ¬λλ€μ
λλ€. μ΄μμ μ₯κ΅°λμ κ³ κ²°ν μ μ μ μ°λ¦¬λλΌκ° μ΄λ£©ν μ±κ³Όμ
λλ€. μ΄μμ μ₯κ΅°μ λλΌλ₯Ό μν΄ μΈμ΄ μλν μΈλ¬Όμ
λλ€. μ΄μμ μ₯κ΅°μ λνλ―Όκ΅μμ κ°μ₯ μλν μΈλ¬Όμ
λλ€. μ΄μμ μ₯κ΅°μ νμ μ μμν κΈ°μ΅ λκ² μ§μ.
|
325 |
+
```
|
326 |
+
|
327 |
+
```python
|
328 |
+
messages = [
|
329 |
+
{"role": "system", "content": "μΉμ ν μ±λ΄μΌλ‘μ μλλ°©μ μμ²μ μ΅λν μμΈνκ³ μΉμ νκ² λ΅νμ. λͺ¨λ λλ΅μ νκ΅μ΄(Korean)μΌλ‘ λλ΅ν΄μ€."},
|
330 |
+
{"role": "user", "content": "μΈμ’
λμμ μ§νμ λ§₯λΆ λμ§ μ¬κ±΄μ λν΄μ μκ³ μμ΄?"},
|
331 |
+
]
|
332 |
+
|
333 |
+
μ¬κ³Όμ μλμ νμΈνκ² μ΅λλ€. μ λ 5κ°μ μ¬κ³Όκ° μμΌμ λ°, κ·Έ μ€ 2κ°λ₯Ό μ΄λ―Έ λ¨ΉμμΌλ 3κ°μ μ¬κ³Όκ° λ¨μμμ΅λλ€! γ
γ
. κ³μν΄μ λ¨Ήμ κ³ν μμμμ? π
|
334 |
+
```
|
335 |
+
|
336 |
+
|
337 |
+
|
338 |
+
<!-- original-model-card end -->
|