project-baize
commited on
Commit
•
5b98346
1
Parent(s):
983e06d
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
4 |
+
<p align="center">
|
5 |
+
<img width="500px" alt="Project Baize" src="https://user-images.githubusercontent.com/22514219/229195563-0cddfa74-e52f-4413-b4b4-e4ba489c4b3d.png">
|
6 |
+
</p>
|
7 |
+
<hr>
|
8 |
+
|
9 |
+
## Demo
|
10 |
+
https://huggingface.co/spaces/project-baize/chat-with-baize
|
11 |
+
|
12 |
+
## What's Baize?
|
13 |
+
Baize is an open-source chat model fine-tuned with [LoRA](https://github.com/microsoft/LoRA). This model is a **13B Baize-v2**, trained with supervised fine-tuning (SFT) and self-distillation with feedback (SDF). This checkpoint has been merged with LLaMA so it's ready for use.
|
14 |
+
|
15 |
+
## Why it's called Baize?
|
16 |
+
Baize (白泽) is a mythical creature in Chinese folklore, who speaks human languages and knows everything. This is exactly what we expect from a chat model.
|
17 |
+
|
18 |
+
## How to use it: local demo, API and SDK
|
19 |
+
More details can be found in the Baize [GitHub](https://github.com/project-baize/baize) and [Paper](https://arxiv.org/abs/2304.01196).
|