mlinmg commited on
Commit
01e3f29
1 Parent(s): 3d5bbdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -14,8 +14,6 @@ An auto-regressive causal LM created by combining 2x finetuned [Yi 34b](https://
14
 
15
  # Prompting Format
16
 
17
- chat format:
18
-
19
  single-turn: <|startoftext|>Human: Hello!\n\nAssistant: <|endoftext|>
20
 
21
  multi-turn: <|startoftext|>Human: Hello!\n\nAssistant: <|endoftext|>Hi!<|endoftext|>Human: How are you?\n\nAssistant: <|endoftext|>target2<|endoftext|>
@@ -28,23 +26,23 @@ The layer ranges used are as follows:
28
 
29
  ```yaml
30
  - range 0, 16
31
- OrionStar-Yi-34B-Chat
32
  - range 8, 24
33
- dolphin-2_2-yi-34b
34
  - range 17, 32
35
- OrionStar-Yi-34B-Chat
36
  - range 25, 40
37
- dolphin-2_2-yi-34b
38
  - range 33, 48
39
- OrionStar-Yi-34B-Chat
40
  - range 41, 56
41
- dolphin-2_2-yi-34b
42
  - range 49, 64
43
- OrionStar-Yi-34B-Chat
44
  - range 57, 72
45
- dolphin-2_2-yi-34b
46
  - range 65, 80
47
- OrionStar-Yi-34B-Chat
48
  ```
49
 
50
 
 
14
 
15
  # Prompting Format
16
 
 
 
17
  single-turn: <|startoftext|>Human: Hello!\n\nAssistant: <|endoftext|>
18
 
19
  multi-turn: <|startoftext|>Human: Hello!\n\nAssistant: <|endoftext|>Hi!<|endoftext|>Human: How are you?\n\nAssistant: <|endoftext|>target2<|endoftext|>
 
26
 
27
  ```yaml
28
  - range 0, 16
29
+ OrionStar-Yi-34B-Chat
30
  - range 8, 24
31
+ dolphin-2_2-yi-34b
32
  - range 17, 32
33
+ OrionStar-Yi-34B-Chat
34
  - range 25, 40
35
+ dolphin-2_2-yi-34b
36
  - range 33, 48
37
+ OrionStar-Yi-34B-Chat
38
  - range 41, 56
39
+ dolphin-2_2-yi-34b
40
  - range 49, 64
41
+ OrionStar-Yi-34B-Chat
42
  - range 57, 72
43
+ dolphin-2_2-yi-34b
44
  - range 65, 80
45
+ OrionStar-Yi-34B-Chat
46
  ```
47
 
48