Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ko
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- Yi
|
7 |
+
- dpo
|
8 |
+
- merge
|
9 |
+
license: other
|
10 |
+
---
|
11 |
+
|
12 |
+
# Yi-9b
|
13 |
+
|
14 |
+
### Model Details
|
15 |
+
- Base Model: [beomi/Yi-Ko-6B](https://huggingface.co/beomi/Yi-Ko-6B)
|
16 |
+
- Merged using [Depth-Up-Scaling](https://arxiv.org/pdf/2312.15166.pdf)
|
17 |
+
|
18 |
+
### Datasets
|
19 |
+
- sampling and translate [Open-Orca/SlimOrca](https://huggingface.co/datasets/Open-Orca/SlimOrca)
|
20 |
+
- sampling and translate [Anthropic/hh-rlhf](https://huggingface.co/datasets/Anthropic/hh-rlhf)
|