Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
- en
|
6 |
---
|
7 |
+
|
8 |
+
# Chinese-Alpaca-2-1.3B-RLHF-GGUF
|
9 |
+
|
10 |
+
This repository contains GGUF-v3 version (llama.cpp compatible) of **Chinese-Alpaca-2-1.3B-RLHF**, which is tuned on Chinese-Alpaca-2-7B with RLHF using DeepSpeed-Chat.
|
11 |
+
|
12 |
+
For full model in HuggingFace format, please see: https://huggingface.co/hfl/chinese-alpaca-2-1.3b-rlhf
|
13 |
+
|
14 |
+
Please refer to [https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/) for more details.
|