kuotient commited on
Commit
76aed3a
•
1 Parent(s): bd2d27f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 with 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,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