Update README.md
Browse files
README.md
CHANGED
@@ -11,12 +11,12 @@ language: am
|
|
11 |
* Train Data:(Chinese)--data_path wangrui6/Zhihu-KOL Cohere/miracl-zh-queries-22-12 Hello-SimpleAI/HC3-Chinese mkqa-Chinese
|
12 |
* 可自定义actor model 和 reward model,亦可单独训练rlhf model
|
13 |
|
14 |
-
* **
|
15 |
-
|
16 |
-
|
17 |
|
18 |
-
|
19 |
|
20 |
-
|
21 |
|
22 |
-
|
|
|
11 |
* Train Data:(Chinese)--data_path wangrui6/Zhihu-KOL Cohere/miracl-zh-queries-22-12 Hello-SimpleAI/HC3-Chinese mkqa-Chinese
|
12 |
* 可自定义actor model 和 reward model,亦可单独训练rlhf model
|
13 |
|
14 |
+
* **Usage:**
|
15 |
+
|
16 |
+
git clone https://github.com/microsoft/DeepSpeedExamples
|
17 |
|
18 |
+
cd DeepSpeedExamples/applications/DeepSpeed-Chat
|
19 |
|
20 |
+
pip install -r requirements.txt
|
21 |
|
22 |
+
python chat.py --path Laurie/opt1.3b-deepspeed-chat
|