Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ pipeline_tag: translation
|
|
8 |
tags:
|
9 |
- translate
|
10 |
---
|
11 |
-
|
12 |
![Seagull-typewriter](./Seagull-typewriter.png)
|
13 |
**Seagull-13b-translation** is yet another translator model, but carefully considered the following issues from existing translation models.
|
14 |
- `newline` or `space` not matching the original text
|
@@ -25,7 +25,7 @@ For a coffee chat or if you have any questions, please do not hesitate to contac
|
|
25 |
|
26 |
This model was created as a personal experiment, unrelated to the organization I work for.
|
27 |
|
28 |
-
|
29 |
## From original model author:
|
30 |
- Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License, under LLAMA 2 COMMUNITY LICENSE AGREEMENT
|
31 |
- Full License available at: https://huggingface.co/beomi/llama-2-koen-13b/blob/main/LICENSE
|
@@ -41,8 +41,8 @@ Jisoo Kim(kuotient)
|
|
41 |
- ๊ธฐ์ ๊ณผํ ๋ถ์ผ ํ-์ ๋ฒ์ญ ๋ณ๋ ฌ ๋ง๋ญ์น ๋ฐ์ดํฐ
|
42 |
- ์ผ์์ํ ๋ฐ ๊ตฌ์ด์ฒด ํ-์ ๋ฒ์ญ ๋ณ๋ ฌ ๋ง๋ญ์น ๋ฐ์ดํฐ
|
43 |
|
44 |
-
## Usage
|
45 |
-
#### Format
|
46 |
It follows only **ChatML** format.
|
47 |
|
48 |
```python
|
@@ -62,7 +62,18 @@ It follows only **ChatML** format.
|
|
62 |
# Don't miss newline here
|
63 |
```
|
64 |
|
65 |
-
####
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
**I highly recommend to inference model with vllm. I will write a guide for quick and easy inference if requested.**
|
67 |
Since, chat_template already contains insturction format above.
|
68 |
You can use the code below.
|
|
|
8 |
tags:
|
9 |
- translate
|
10 |
---
|
11 |
+
## **Seagull-13b-translation ๐**
|
12 |
![Seagull-typewriter](./Seagull-typewriter.png)
|
13 |
**Seagull-13b-translation** is yet another translator model, but carefully considered the following issues from existing translation models.
|
14 |
- `newline` or `space` not matching the original text
|
|
|
25 |
|
26 |
This model was created as a personal experiment, unrelated to the organization I work for.
|
27 |
|
28 |
+
## **License**
|
29 |
## From original model author:
|
30 |
- Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License, under LLAMA 2 COMMUNITY LICENSE AGREEMENT
|
31 |
- Full License available at: https://huggingface.co/beomi/llama-2-koen-13b/blob/main/LICENSE
|
|
|
41 |
- ๊ธฐ์ ๊ณผํ ๋ถ์ผ ํ-์ ๋ฒ์ญ ๋ณ๋ ฌ ๋ง๋ญ์น ๋ฐ์ดํฐ
|
42 |
- ์ผ์์ํ ๋ฐ ๊ตฌ์ด์ฒด ํ-์ ๋ฒ์ญ ๋ณ๋ ฌ ๋ง๋ญ์น ๋ฐ์ดํฐ
|
43 |
|
44 |
+
## **Usage**
|
45 |
+
#### **Format**
|
46 |
It follows only **ChatML** format.
|
47 |
|
48 |
```python
|
|
|
62 |
# Don't miss newline here
|
63 |
```
|
64 |
|
65 |
+
#### Output example
|
66 |
+
์๋ฌธ:
|
67 |
+
> A particle's wave function, $\psi(x)$, is given by $$\psi(x)=\begin{cases} 3x & \text{if } -1 \leq x \leq 0 \\ 3(1-x) & \text{if } 0 < x \leq 1 \\ 0 & \text{otherwise} \end{cases}$$ Compute the Fourier transform, $\tilde{\psi}(k)$, of the wave function $\psi(x)$ and show that it satisfies the Fourier inversion theorem, i.e., $\psi(x) = \frac{1}{\sqrt{2\pi}} \int_{-\infty}^{\infty} \tilde{\psi}(k) e^{ikx} \mathrm{d}k$.
|
68 |
+
|
69 |
+
Seagull-13b-translation:
|
70 |
+
> ์
์์ ํ๋ ํจ์ $\psi(x)$๋ ๋ค์๊ณผ ๊ฐ์ด ์ฃผ์ด์ง๋๋ค. $$\psi(x)=\begin{cases} 3x & \text{if } -1 \leq x \leq 0 \\ 3(1-x) & \text{if } 0 < x \leq 1 \\ 0 & \text{otherwise} \end{cases}$$ ํ๋ ํจ์ $\psi(x)$์ ํธ๋ฆฌ์ ๋ณํ $\tilde{\psi}(k)$๋ฅผ ๊ณ์ฐํ๊ณ ํธ๋ฆฌ์ ๋ฐ์ ์ ๋ฆฌ, ์ฆ $\psi(x) = \frac{1}{\sqrt{2\pi}} \int_{-\infty}^{\infty} \tilde{\psi}(k) e^{ikx} \mathrm{d}k$๋ฅผ ๋ง์กฑํฉ๋๋ค.
|
71 |
+
|
72 |
+
DeepL:
|
73 |
+
> ์
์์ ํ๋ ํจ์ $\psi(x)$๋ $$\psi(x)=\begin{cases}๋ก ์ฃผ์ด์ง๋๋ค. 3x & \text{if } -1 \leq x \leq 0 \\ 3(1-x) & \text{if } 0 < x \leq 1 \\ 0 & \text{๊ธฐํ} \end{cases}$$ ํ๋ ํจ์ $\psi(x)$์ ํธ๋ฆฌ์ ๋ณํ์ธ $\tilde{\psi}(k)$๋ฅผ ๊ณ์ฐํ๊ณ ํธ๋ฆฌ์ ๋ฐ์ ์ ๋ฆฌ, ์ฆ $\psi(x) = \frac{1}{\sqrt{2\pi}}๋ฅผ ๋ง์กฑํจ์ ์ฆ๋ช
ํฉ๋๋ค. \int_{-\infty}^{\infty} \๋ฌผ๊ฒฐํ{\psi}(k) e^{ikx} \mathrm{d}k$.
|
74 |
+
|
75 |
+
...and much more awesome case with SQL query, code, markdowns!
|
76 |
+
#### **How to**
|
77 |
**I highly recommend to inference model with vllm. I will write a guide for quick and easy inference if requested.**
|
78 |
Since, chat_template already contains insturction format above.
|
79 |
You can use the code below.
|