Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,296 @@
|
|
1 |
-
---
|
2 |
-
license: llama3.1
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3.1
|
3 |
+
language:
|
4 |
+
- ko
|
5 |
+
- en
|
6 |
+
base_model:
|
7 |
+
- NousResearch/Meta-Llama-3.1-8B-Instruct
|
8 |
+
|
9 |
+
distill_model:
|
10 |
+
- deepseek-ai/DeepSeek-R1-Distill-Llama-8B
|
11 |
+
|
12 |
+
korean_model:
|
13 |
+
- sh2orc/Llama-3.1-Korean-8B-Instruct
|
14 |
+
|
15 |
+
pipeline_tag: text-generation
|
16 |
+
---
|
17 |
+
|
18 |
+
## Merged below called "SISaAI"
|
19 |
+
- [Meta Llama](https://huggingface.co/NousResearch/Meta-Llama-3.1-8B-Instruct)
|
20 |
+
- [Korean Llama](https://huggingface.co/sh2orc/Llama-3.1-Korean-8B-Instruct)
|
21 |
+
- [Distill Llama](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B)
|
22 |
+
|
23 |
+
There is no such thing as a flawless system. It's about using it appropriately and reasonably without pushing it to its limits.
|
24 |
+
|
25 |
+
## Modelfile
|
26 |
+
```
|
27 |
+
FROM ./Llama-3.1-SISaAI-Ko-merge-8B-Instruct-GGUF/Llama-3.1-SISaAI-Ko-merge-8B-Instruct.Q5_K_M.gguf
|
28 |
+
TEMPLATE """{{ if .Messages }}
|
29 |
+
{{- if or .System .Tools }}<|start_header_id|>system<|end_header_id|>
|
30 |
+
{{- if .System }}
|
31 |
+
|
32 |
+
{{ .System }}
|
33 |
+
{{- end }}
|
34 |
+
{{- if .Tools }}
|
35 |
+
|
36 |
+
You are a helpful assistant with tool calling capabilities. When you receive a tool call response, use the output to format an answer to the original user question.
|
37 |
+
{{- end }}
|
38 |
+
{{- end }}<|eot_id|>
|
39 |
+
{{- range $i, $_ := .Messages }}
|
40 |
+
{{- $last := eq (len (slice $.Messages $i)) 1 }}
|
41 |
+
{{- if eq .Role "user" }}<|start_header_id|>user<|end_header_id|>
|
42 |
+
{{- if and $.Tools $last }}
|
43 |
+
|
44 |
+
Given the following functions, please respond with a JSON for a function call with its proper arguments that best answers the given prompt.
|
45 |
+
|
46 |
+
Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}. Do not use variables.
|
47 |
+
|
48 |
+
{{ $.Tools }}
|
49 |
+
{{- end }}
|
50 |
+
|
51 |
+
{{ .Content }}<|eot_id|>{{ if $last }}<|start_header_id|>assistant<|end_header_id|>
|
52 |
+
|
53 |
+
{{ end }}
|
54 |
+
{{- else if eq .Role "assistant" }}<|start_header_id|>assistant<|end_header_id|>
|
55 |
+
{{- if .ToolCalls }}
|
56 |
+
|
57 |
+
{{- range .ToolCalls }}{"name": "{{ .Function.Name }}", "parameters": {{ .Function.Arguments }}}{{ end }}
|
58 |
+
{{- else }}
|
59 |
+
|
60 |
+
{{ .Content }}{{ if not $last }}<|eot_id|>{{ end }}
|
61 |
+
{{- end }}
|
62 |
+
{{- else if eq .Role "tool" }}<|start_header_id|>ipython<|end_header_id|>
|
63 |
+
|
64 |
+
{{ .Content }}<|eot_id|>{{ if $last }}<|start_header_id|>assistant<|end_header_id|>
|
65 |
+
|
66 |
+
{{ end }}
|
67 |
+
{{- end }}
|
68 |
+
{{- end }}
|
69 |
+
{{- else }}
|
70 |
+
{{- if .System }}<|start_header_id|>system<|end_header_id|>
|
71 |
+
|
72 |
+
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
|
73 |
+
|
74 |
+
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
|
75 |
+
|
76 |
+
{{ end }}{{ .Response }}{{ if .Response }}<|eot_id|>{{ end }}"""
|
77 |
+
PARAMETER stop <|start_header_id|>
|
78 |
+
PARAMETER stop <|end_header_id|>
|
79 |
+
PARAMETER stop <|eot_id|>
|
80 |
+
```
|
81 |
+
|
82 |
+
## Test
|
83 |
+
```
|
84 |
+
ollama create sisaai -f ./modelfile_sisaai
|
85 |
+
ollama run sisaai:latest
|
86 |
+
|
87 |
+
|
88 |
+
jaylee@lees-MacBook-Pro-2 merge % ollama run sisaai:latest
|
89 |
+
>>> ๋ํ๋ฏผ๊ตญ ์๋๋
|
90 |
+
์์ธ์
๋๋ค.
|
91 |
+
|
92 |
+
>>> ๋ํ๋ฏผ๊ตญ ๋ํต๋ น์
|
93 |
+
ํ์ฌ ๋ํ๋ฏผ๊ตญ์ ๋ํต๋ น์ ์ค์์ด์
๋๋ค. (2023๋
5์ 4์ผ ๊ธฐ์ค)
|
94 |
+
|
95 |
+
>>> ํผ๋ณด๋์น ์์ด ํ์ด์ฌ ์ฝ๋
|
96 |
+
ํผ๋ณด๋์น ์์ด์ 0๊ณผ 1๋ก ์์ํ๋ ์์ด์ด๋ฉฐ, ์ด์ด์ ๋ค์ ์๋ ์ด์ ๋ ์์ ํฉ์
๋๋ค. ์๋ฅผ ๋ค์ด:
|
97 |
+
|
98 |
+
0, 1, 1, 2, 3, 5, 8, 13, ...
|
99 |
+
|
100 |
+
ํ์ด์ฌ์์ ํผ๋ณด๋์น ์์ด์ ๊ตฌํํ ์ ์์ต๋๋ค.
|
101 |
+
|
102 |
+
### ๋ฐฉ๋ฒ 1: ๋ฐ๋ณต๋ฌธ
|
103 |
+
```python
|
104 |
+
def fibonacci(n):
|
105 |
+
if n <= 0:
|
106 |
+
return None
|
107 |
+
elif n == 1:
|
108 |
+
return 0
|
109 |
+
elif n == 2:
|
110 |
+
return 1
|
111 |
+
else:
|
112 |
+
a, b = 0, 1
|
113 |
+
for _ in range(3, n+1):
|
114 |
+
a, b = b, a + b
|
115 |
+
return b
|
116 |
+
|
117 |
+
# ์์ : 10๋ฒ์งธ ํผ๋ณด๋์น ์
|
118 |
+
print(fibonacci(10)) # 55
|
119 |
+
```
|
120 |
+
|
121 |
+
### ๋ฐฉ๋ฒ 2: ์ฌ๊ทํจ์
|
122 |
+
```python
|
123 |
+
def fibonacci(n):
|
124 |
+
if n <= 0:
|
125 |
+
return None
|
126 |
+
elif n == 1:
|
127 |
+
return 0
|
128 |
+
else:
|
129 |
+
return fibonacci(n-1) + fibonacci(n-2)
|
130 |
+
|
131 |
+
# ์์ : 10๋ฒ์งธ ํผ๋ณด๋์น ์
|
132 |
+
print(fibonacci(10)) # 55
|
133 |
+
```
|
134 |
+
|
135 |
+
### ๋ฐฉ๋ฒ 3:-generator
|
136 |
+
```python
|
137 |
+
def fibonacci():
|
138 |
+
a, b = 0, 1
|
139 |
+
while True:
|
140 |
+
yield a
|
141 |
+
a, b = b, a + b
|
142 |
+
|
143 |
+
# ์์ : ์ฒซ 5๊ฐ์ ํผ๋ณด๋์น ์
|
144 |
+
f = fibonacci()
|
145 |
+
for _ in range(5):
|
146 |
+
print(next(f)) # 0, 1, 1, 2, 3
|
147 |
+
```
|
148 |
+
|
149 |
+
### ๋ฐฉ๋ฒ 4: ์ดํฐ๋ ์ด์
|
150 |
+
```python
|
151 |
+
def fibonacci(n):
|
152 |
+
if n <= 0:
|
153 |
+
return None
|
154 |
+
a, b = 0, 1
|
155 |
+
result = []
|
156 |
+
for _ in range(n):
|
157 |
+
result.append(a)
|
158 |
+
a, b = b, a + b
|
159 |
+
return result
|
160 |
+
|
161 |
+
# ์์ : 10๊ฐ์ ํผ๋ณด๋์น ์
|
162 |
+
print(fibonacci(10)) # [0, 1, 1, 2, 3, 5, 8, 13, 21, 34]
|
163 |
+
```
|
164 |
+
|
165 |
+
### ๋ฐฉ๋ฒ 5: ๋งค๊ฐ๋ณ์ n์ ํจ์จ์ฑ
|
166 |
+
```python
|
167 |
+
def fibonacci(n):
|
168 |
+
if n <= 0:
|
169 |
+
return None
|
170 |
+
elif n == 1:
|
171 |
+
return 0
|
172 |
+
elif n == 2:
|
173 |
+
return 1
|
174 |
+
else:
|
175 |
+
a, b = 0, 1
|
176 |
+
for i in range(3, n+1):
|
177 |
+
a, b = b, a + b
|
178 |
+
return b
|
179 |
+
|
180 |
+
# ์์ : 10000๋ฒ์งธ ํผ๋ณด๋์น ์
|
181 |
+
print(fibonacci(10000))
|
182 |
+
```
|
183 |
+
|
184 |
+
### ๋ฉ๋ชจ: ์ด์ค ์ฌ๊ท์ ๋ํ ์ฑ๋ฅ ์์ ๋ฌธ์
|
185 |
+
์ฌ๊ท์ ๋ฐฉ๋ฒ์ ํฐ n์ ๋ํด ๋นํจ์จ์ ์ผ ์ ์์ต๋๋ค. ๋ฐ๋ณต์ ์ธ ๋ฐฉ๋ฒ์ด ๋ ์ข์ต๋๋ค.
|
186 |
+
|
187 |
+
ํผ๋ณด๋์น ์์ด์ ์ฐ์ฐํ๊ณ ์ถ์ผ๋ฉด, [์ด๊ณณ](https://github.com/SeongHyunYoon/fibonacci)์์ Python์ ๋ค์ํ ๊ตฌํ๋ฒ์ ํ์ธํ ์ ์์ต๋๋ค.
|
188 |
+
|
189 |
+
>>> third eye blind ๊ฐ์ ์๊ฐ
|
190 |
+
Third Eye Blind๋ ๋ฏธ๊ตญ์ ๋ก ๋ฐด๋์
๋๋ค. 1993๋
์ ๊ฒฐ์ฑ๋์์ผ๋ฉฐ, ๊ทธ๋ค์ 90๋
๋์ 2000๋
๋์ ๋ก ์์
์ฅ๋ฅด์์ ์ฃผ๋ชฉ๋ฐ์ ๋ฐ ์์ต๋๋ค.
|
191 |
+
|
192 |
+
### ๋ฉค๋ฒ
|
193 |
+
- ์คํฐ๋ธ ์ ๋ค (Steve Jenkins): ๋ณด์ปฌ, ๋ฆฌ๋
|
194 |
+
- ์๋ก ์๋๋ฅ์ค (Aaron Andreoli): ๊ธฐํ, ๋ฐฑ๋ณด์ปฌ
|
195 |
+
- ์ผ๋ฐ์ฌ์ค ์๋ฆฌ์์จ (Kendall Williamson): ๋ฒ ์ด์ค
|
196 |
+
- ์ฝ๋ฆฐ ์ธ์ดํฌ (Colin Sears): ๋๋ผ
|
197 |
+
|
198 |
+
### ๋ฐ๋ท์ ์ฑ๊ณต
|
199 |
+
Third Eye Blind๋ 1997๋
์ ๋ฐ๋ท ์๋ฐ "Third Eye Blind"์ๅๅธํ์ต๋๋ค. ์ด ์๋ฐ์ ๋ํํธ๊ฐ ๋์๊ณ , "Semi-Charmed Life", "How's It Going to Be",
|
200 |
+
"Jumper", "Goodbye for Goodness' Sake" ๋ฑ ๋ค์ํ ํํธ๊ณก๋ค์ ๋ฐํํ์ต๋๋ค.
|
201 |
+
|
202 |
+
### ๋ ๋ฒ์งธ์ ์ธ ๋ฒ์งธ ์๋ฐ
|
203 |
+
๋ ๋ฒ์งธ ์๋ฐ "Out of the Veil"์ 2000๋
์ ๋ฐ๋งค๋์๊ณ , ์ธ ๋ฒ์งธ ์๋ฐ "The Third Eye Blind Collection"์ 2002๋
์์ 2003๋
์ ๋ฐ๋งค๋์์ต๋๋ค. ์ด ๋ฐด๋๋ ๋ํ
|
204 |
+
์ฌ๋ฌ ๊ฐ์ EP์ ์ฑ๊ธ ์๋ฐ๋ค์ ๋ฐํํ์ต๋๋ค.
|
205 |
+
|
206 |
+
### ํด์ฒด
|
207 |
+
Third Eye Blind๋ 2005๋
์ ํ๋์ ์ค๋จํ์ง๋ง, 2019๋
์ ๋ณต๊ท๋ฅผ ์ ์ธํ๊ณ "Warriors"๋ฅผ ๋ฐํํ์ต๋๋ค. ๊ทธ๋ค์ ๊ณ์ํด์ ์๋ก์ด ๊ณก๋ค์ ๋ฐํํ๊ณ ์ฝ์ํธ๋ ์ด๊ณ
|
208 |
+
์์ต๋๋ค.
|
209 |
+
|
210 |
+
### ์์
้ฃๆ ผ
|
211 |
+
Third Eye Blind์ ์์
์ ๋ก, ํ, ์ผ๋ ํธ๋ก๋, ํํฉ ๋ฑ ๋ค์ํ ์ฅ๋ฅด๋ฅผ ํผํฉํ ๊ฒ์ด ํน์ง์
๋๋ค. ๋ณด์ปฌ ์คํฐ๋ธ ์ ๋ค์ ๋ชฉ์๋ฆฌ๋ ์ ๋ํฌํ๋ฉฐ, ๊ทธ๋ค์ ์ธ๋ จ๋ ๋ฆฌ๋ฌ๊ณผ
|
212 |
+
๋ฉ๋ก๋๋ฅผ ๊ฐ์ง๊ณ ์์ต๋๋ค.
|
213 |
+
|
214 |
+
### ์ธ๋ฌผไป็ป
|
215 |
+
- ์คํฐ๋ธ ์ ๋ค (Steve Jenkins): Third Eye Blind์ ๋ฆฌ๋์ด์ ๋ณด์ปฌ์ด๋ฉฐ, ๋
ธ๋์ ๋ง์ ์๊ฐ์ ์ฃผ๋ ์ฌ๋์
๋๋ค. ๊ทธ๋ ๋ํ ์์
ํ๋ก๋์์ ์๊ณก๊ฐ์ด๊ธฐ๋ ํฉ๋๋ค.
|
216 |
+
- ์๋ก ์๋๋ฅ์ค (Aaron Andreoli): ๊ธฐํ๋ฆฌ์คํธ์ด์ ๋ฐฑ๋ณด์ปฌ๋ก, ๋ฐด๋์์ ์ค์ํ ์ญํ ์ ํฉ๋๋ค. ๊ทธ๋ ๋ํ ์ฌ๋ฌ ์๋ฐ์ ์ฐธ์ฌํ ์ ์ด ์์ต๋๋ค.
|
217 |
+
|
218 |
+
Third Eye Blind๋ ๊ทธ๋ค์ ๋
ํนํ๊ณ ๋งค๋ ฅ์ ์ธ ์์
์ผ๋ก ๋ง์ ํฌ๋ค์ ์ด๋๊ณ ์์ต๋๋ค. ๊ทธ๋ค์ 90๋
๋์ 2000๋
๋์ ๋ก ์์
์ฌ์ ์ค์ํ ์ญํ ์ ํ์ต๋๋ค.
|
219 |
+
|
220 |
+
>>> ์์ด๋ก
|
221 |
+
Third Eye Blind is an American rock band formed in 1993. They gained popularity in the 1990s and 2000s, particularly with their hit songs like
|
222 |
+
"Semi-Charmed Life" and "Jumper".
|
223 |
+
|
224 |
+
### Members
|
225 |
+
- Steve Jenkins: Lead vocals, rhythm guitar
|
226 |
+
- Aaron Andreoli: Lead guitar, backing vocals
|
227 |
+
- Kendall Williamson: Bass guitar
|
228 |
+
- Colin Sears: Drums
|
229 |
+
|
230 |
+
### Debut and Success
|
231 |
+
Third Eye Blind released their debut album in 1997, which became a huge hit. They also released several successful singles such as "How's It Going to
|
232 |
+
Be", "Jumper", and "Goodbye for Goodness' Sake".
|
233 |
+
|
234 |
+
### Subsequent Albums
|
235 |
+
Their second album, "Out of the Veil", was released in 2000. The third album, "The Third Eye Blind Collection", came out in 2002-2003.
|
236 |
+
|
237 |
+
### Hiatus and Reunion
|
238 |
+
Third Eye Blind went on hiatus in 2005 but announced their reunion in 2019. They have since released new music and continued to tour.
|
239 |
+
|
240 |
+
### Musical Style
|
241 |
+
Third Eye Blind's music combines elements of rock, pop, electronic, and hip-hop. The band is known for their catchy melodies and Steve Jenkins'
|
242 |
+
distinctive vocals.
|
243 |
+
|
244 |
+
### Notable Individuals
|
245 |
+
- Steve Jenkins: Lead singer, songwriter, and producer who brings a unique energy to the band.
|
246 |
+
- Aaron Andreoli: Guitarist and backing vocalist who contributes to the band's sound.
|
247 |
+
|
248 |
+
Third Eye Blind remains a beloved rock band with a dedicated fan base. Their music has had a significant impact on the 90s and early 2000s rock scene.
|
249 |
+
|
250 |
+
>>> ๋ด์ ์ฌํ ์ผ์ ์ ์ง์ค
|
251 |
+
๋ด์ ์ฌํ์ ๋ํด ์๋ ค๋๋ฆฝ๋๋ค.
|
252 |
+
|
253 |
+
### ์ฒซ์งธ๋
|
254 |
+
- ์์นจ: ์์ดํํ๋ ํ์์์ ์์ํฉ๋๋ค. ์ ๋ฆฌ ์ฒ์ฅ๊ณผ ์ฃผ๋ณ์ ์๋ฆ๋ค์ด ๊ฒฝ๊ด์ๆฌฃ่ตํ๊ณ , ๋ฉํธ๋กํด๋ฆฌํ ๋ฏธ์ ๊ด์ ๋ฐฉ๋ฌธํด ์ธ๊ณ ์ ๋ช
ํ ์์ ์ํ๋ค์ ๋ง๋๋ณด์ธ์.
|
255 |
+
- ์ ์ฌ: ์ธ์ธํธ ํจํธ๋ฆญ์ค ์นดํ์์ ์์ด์คํฌ๋ฆผ๊ณผ ์๋์์น๋ฅผ ์ฆ๊ธฐ๊ณ , ํ๊ณ ํํฐ๊ฐ ์๋ Central Park๋ฅผ ๋ฐฉ๋ฌธํ์ธ์. ์ฒ์ฐ ํธ์์ ๋๋ฌด๋ค์ด ์๋ฆ๋ต์ต๋๋ค.
|
256 |
+
- ์ ๋
: ๋ธ๋ก๋์จ์ด ๋ฎค์ง์ปฌ์ ๋ณด๋ฌ ๊ฐ๊ฑฐ๋ Times Square๋ก ์ด๋ํด ๋ด์์ ๋ฐค๋ชจ์ต์ ์ฆใ์ธ์.
|
257 |
+
|
258 |
+
### ๋์งธ๋
|
259 |
+
- ์์นจ: Statue of Liberty Cruises๋ฅผ ํ๊ณ ์์ ์ ์ฌ์ ์ ๋ฐฉ๋ฌธํ๊ณ , 9/11 ๋ฉ๋ชจ๋ฆฌ์ผ ๋ฐ์ค๋ฅผ ๋ฐฉ๋ฌธํ์ธ์.
|
260 |
+
- ์ ์ฌ: Wall Street์์ ์ค๋ง์ผ๋ง ์ธ์ฝ์ด๋ก ์ ๋ช
ํ ํผ์์ง์ ๊ฐ์ ๋ด์ ํน์ ์ ํจ์คํธํธ๋๋ฅผ ๋ง๋ณด์ธ์.
|
261 |
+
- ์ ๋
: SoHo๋ก ์ด๋ํด ์ผํ์ ํ๊ฑฐ๋, Tribeca๋ก ๊ฐ๋ฉด ์ดํ๋ฆฌ์์ ์คํ์ธ์ ์์์ ์ฆ๊ธธ ์ ์์ต๋๋ค.
|
262 |
+
|
263 |
+
### ์
์งธ๋
|
264 |
+
- ์์นจ: ๋ธ๋กฑํฌ์ค์ ์๋ ๋ด์์ฃผ๋ฆฝ๋ํ๊ต๋ก ๊ฐ์ ์ํธ๋น๋ฉ์ ๋ฐฉ๋ฌธํ์ธ์. ์ ์ธ๊ณ์ ์ผ๋ก ์ ๋ช
ํ ํ๋ ๋ฏธ์ ๊ด์
๋๋ค.
|
265 |
+
- ์ ์ฌ: ํ์ด๋ธ๋ฆฌ๋ ๊ณต๋ฃก (Hybrid T-Rex)๊ณผ ์ฌํ๋ฆฌ ๋ฒ์ค (Safari Bus)๋ฅผ ํ๊ณ Central Park๋ฅผ ๊ฑฐ๋์ด ๋ณด์ธ์. ์ผ์ ๋๋ฌผ๋ค์ฒ๋ผ ๋๊ปด์ง๋๋ค.
|
266 |
+
- ์ ๋
: ํ์ ์์ ์ฆ๊ธฐ๊ฑฐ๋, ํ๋ซIRON Steakhouse์์ ์คํ
์ดํฌ๏ฟฝ๏ฟฝ ์์ธ์ผ๋ก ๋๋ด์ธ์.
|
267 |
+
|
268 |
+
### ๋ท์งธ๋
|
269 |
+
- ์์นจ: ํ๊ณ์ ๋ด์ ์ํฐ๋ฅผ ๊ฑธ์ผ๋ฉฐ ๋ธ๋ฃจํด๋ฆฐ ๋ธ๋ฆฌ์ง (Brooklyn Bridge)๊ณผ Manhattan Skyline์ ๋ณด์ธ์.
|
270 |
+
- ์ ์ฌ: Coney Island Beach์ ๊ฐ์ ํด๋ณ๊ณผ ๋์ด๊ธฐ๊ตฌ, ์๋น๋ค์ ์ฆ๊ธฐ๊ณ , ํ๋ผ๋ค์ด์ค ํจํฌ (Paradise Park)์ ์ธ์ธํธ ๋ฃจ์นด์ค ๊ณต์ (St. Luke's Place)์ ๋ฐฉ๋ฌธํ์ธ์
|
271 |
+
.
|
272 |
+
- ์ ๋
: ํ๊ณ์ ์ํ์ ๋ฅผ ๋ณด๊ฑฐ๋, ๋ด์ ์ํฐ์ ์ผ๊ฒฝ์ๆฌฃ่ตํ๊ณ , ํด๋ณ๋ ๊ธฐ๋
๊ด (The Intrepid Sea, Air & Space Museum)์์ ๋๋ด์ธ์.
|
273 |
+
|
274 |
+
### ๋ค์ฏ์งธ๋
|
275 |
+
- ์์นจ: ๋ธ๋ฃจํด๋ฆฐ์ ์๋ Brooklyn Museum์ ๋ฐฉ๋ฌธํ์ธ์. ์ ์ธ๊ณ์ ์ผ๋ก ์ ๋ช
ํ ๋ฏธ์ ๊ด์
๋๋ค.
|
276 |
+
- ์ ์ฌ: Williamsburg์์ ๋จน๋ ๋ด์ ํน์ ์ ์ค๋ฏธ์ค ํ์ฐ์ค (Smith House)์ Smorgasborg๋ฅผ ๋ฐฉ๋ฌธํ์ธ์.
|
277 |
+
- ์ ๋
: ๋ฉ์ด์์ค ์คํ๋์ (Macy's Stadium)๊ณผ Flatbush Ave.๋ก ๊ฐ๋ฉด ์ผ์ธ ์ํ์ ๋ฅผ ๋ณด๊ฑฐ๋, Manhattan Bridge์์ ๋๋ด์ธ์.
|
278 |
+
|
279 |
+
### ์ฌ์ฏ์งธ๋
|
280 |
+
- ์์นจ: ์ ๋์จ ์คํ์ด ๊ณต์ (Union Square Park)์์ ์์ํฉ๋๋ค.
|
281 |
+
- ์ ์ฌ: ์ ๋์จ ์คํ์ด์์ ์ ์ฌ์ ์ฆ๊ธฐ๊ณ , 5 avenue์ 23 street์ ๊ฐ๋ฉด ์์์ ์๋น๋ค์ ๋ง๋๋ณด์ธ์.
|
282 |
+
- ์ ๋
: ๋ด์ ์ํฐ์ ๋ฐค๋ชจ์ต์ๆฌฃ่ตํ๊ณ , Broadway๋ฅผ ํตํด ๋ง์ง๋ง ๋ฎค์ง์ปฌ์ ๋ณด์ธ์.
|
283 |
+
|
284 |
+
์ด ์ฌํ ์ผ์ ์ ๋ด์์ ์ ๋ช
ํ ์ฅ์๋ค์ ๋ฐฉ๋ฌธํ๋ ๊ฒ์ด๋ฉฐ, ๊ฐ ์ง์ญ๋ง๋คไธๅ็ ๊ฒฝํ๊ณผ ๋ฌธํ๋ฅผ ์ฆ๊ธธ ์ ์์ต๋๋ค. ์ฌ์ ๋กญ๊ฒ ์ฌํํด ์ฃผ์ธ์!
|
285 |
+
|
286 |
+
```
|
287 |
+
|
288 |
+
```
|
289 |
+
@article{Llama-3.1-SISaAI-Ko-merge-8B-Instruct,
|
290 |
+
title={asiansoul/Llama-3.1-SISaAI-Ko-merge-8B-Instruct-GGUF},
|
291 |
+
author={Asiansoul called "Twp Eye Blind"},
|
292 |
+
merged={Asiansoul called "Twp Eye Blind"},
|
293 |
+
year={2025},
|
294 |
+
url = {https://huggingface.co/asiansoul/Llama-3.1-SISaAI-Ko-merge-8B-Instruct}
|
295 |
+
}
|
296 |
+
```
|