Update README.md
Browse files
README.md
CHANGED
@@ -8,8 +8,6 @@ license_name: yi-license
|
|
8 |
license_link: https://huggingface.co/01-ai/Yi-34B/blob/main/LICENSE
|
9 |
---
|
10 |
|
11 |
-
---
|
12 |
-
|
13 |
<p align="center">
|
14 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/644ba0c76ebb3ebf7264dbe9/PWn9I-0XH7kSP_YXcyxIg.png" width="400"/>
|
15 |
</p>
|
@@ -23,9 +21,11 @@ An auto-regressive causal LM created by combining 2x finetuned [Yi 34b](https://
|
|
23 |
|
24 |
# Prompting Format
|
25 |
|
|
|
26 |
single-turn: <|startoftext|>Human: Hello!\n\nAssistant: <|endoftext|>
|
27 |
|
28 |
multi-turn: <|startoftext|>Human: Hello!\n\nAssistant: <|endoftext|>Hi!<|endoftext|>Human: How are you?\n\nAssistant: <|endoftext|>target2<|endoftext|>
|
|
|
29 |
|
30 |
# Merge process
|
31 |
|
|
|
8 |
license_link: https://huggingface.co/01-ai/Yi-34B/blob/main/LICENSE
|
9 |
---
|
10 |
|
|
|
|
|
11 |
<p align="center">
|
12 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/644ba0c76ebb3ebf7264dbe9/PWn9I-0XH7kSP_YXcyxIg.png" width="400"/>
|
13 |
</p>
|
|
|
21 |
|
22 |
# Prompting Format
|
23 |
|
24 |
+
```
|
25 |
single-turn: <|startoftext|>Human: Hello!\n\nAssistant: <|endoftext|>
|
26 |
|
27 |
multi-turn: <|startoftext|>Human: Hello!\n\nAssistant: <|endoftext|>Hi!<|endoftext|>Human: How are you?\n\nAssistant: <|endoftext|>target2<|endoftext|>
|
28 |
+
```
|
29 |
|
30 |
# Merge process
|
31 |
|