Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,9 @@ tags:
|
|
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`
|
15 |
-
-
|
16 |
-
-
|
17 |
- Markdown format
|
18 |
- LaTeX format
|
19 |
- etc
|
@@ -73,7 +73,7 @@ Seagull-13b-translation:
|
|
73 |
DeepL:
|
74 |
> ์
์์ ํ๋ ํจ์ $\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$.
|
75 |
|
76 |
-
...and much more awesome
|
77 |
|
78 |
#### **How to**
|
79 |
**I highly recommend to inference model with vllm. I will write a guide for quick and easy inference if requested.**
|
|
|
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 |
+
- Exact match of `newline` or `space`
|
15 |
+
- Not using dataset with first letter removed
|
16 |
+
- Code
|
17 |
- Markdown format
|
18 |
- LaTeX format
|
19 |
- etc
|
|
|
73 |
DeepL:
|
74 |
> ์
์์ ํ๋ ํจ์ $\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$.
|
75 |
|
76 |
+
...and much more awesome cases with SQL query, code, markdown!
|
77 |
|
78 |
#### **How to**
|
79 |
**I highly recommend to inference model with vllm. I will write a guide for quick and easy inference if requested.**
|