Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,12 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
## Prompt Template
|
6 |
|
7 |
```
|
@@ -13,10 +19,6 @@ Hello world!<|im_end|>
|
|
13 |
<|im_start|>assistant
|
14 |
```
|
15 |
|
16 |
-
## Model Description
|
17 |
-
|
18 |
-
More information needed
|
19 |
-
|
20 |
## Training procedure
|
21 |
|
22 |
### Training hyperparameters
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
## Model Description
|
6 |
+
|
7 |
+
Master is a collection of LLMs trained using human-collected seed questions and regenerate the answers with a mixture of high performance Open-source LLMs.
|
8 |
+
|
9 |
+
**Master-Yi-9B** is trained using the ORPO techniques. The model shows strong abilities in reasoning on coding and math questions.
|
10 |
+
|
11 |
## Prompt Template
|
12 |
|
13 |
```
|
|
|
19 |
<|im_start|>assistant
|
20 |
```
|
21 |
|
|
|
|
|
|
|
|
|
22 |
## Training procedure
|
23 |
|
24 |
### Training hyperparameters
|