kuotient commited on
Commit
6bdfb04
β€’
1 Parent(s): c5dda89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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` not matching the original text
15
- - Using translated dataset with first letter removed for training
16
- - Codes
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 case with SQL query, code, markdowns!
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.**