Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ tags:
|
|
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
|
14 |
- `newline` or `space` not matching the original text
|
15 |
- Using translated dataset with first letter removed for training
|
16 |
- Codes
|
@@ -51,7 +51,7 @@ It follows only **ChatML** format.
|
|
51 |
<|im_start|>user
|
52 |
{instruction}<|im_end|>
|
53 |
<|im_start|>assistant
|
54 |
-
|
55 |
```
|
56 |
```python
|
57 |
<|im_start|>system
|
@@ -59,7 +59,7 @@ It follows only **ChatML** format.
|
|
59 |
<|im_start|>user
|
60 |
{instruction}<|im_end|>
|
61 |
<|im_start|>assistant
|
62 |
-
|
63 |
```
|
64 |
|
65 |
#### Example code
|
|
|
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
|
15 |
- Using translated dataset with first letter removed for training
|
16 |
- Codes
|
|
|
51 |
<|im_start|>user
|
52 |
{instruction}<|im_end|>
|
53 |
<|im_start|>assistant
|
54 |
+
# Don't miss newline here
|
55 |
```
|
56 |
```python
|
57 |
<|im_start|>system
|
|
|
59 |
<|im_start|>user
|
60 |
{instruction}<|im_end|>
|
61 |
<|im_start|>assistant
|
62 |
+
# Don't miss newline here
|
63 |
```
|
64 |
|
65 |
#### Example code
|