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.**
|