Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ This repository contains a reproduced version of the [Stanford Alpaca](https://g
|
|
43 |
- Using the [PKU-Alignment/safe-rlhf](https://github.com/PKU-Alignment/safe-rlhf#interactive-cli-demo) GitHub repository.
|
44 |
|
45 |
```console
|
46 |
-
$ python3 -m
|
47 |
Loading model...
|
48 |
Model loaded. HINT: Type "Ctrl + C" or "Ctrl + D" to exit. Type "/clear" to clear dialogue history. Type "/help" to see help message.
|
49 |
|
|
|
43 |
- Using the [PKU-Alignment/safe-rlhf](https://github.com/PKU-Alignment/safe-rlhf#interactive-cli-demo) GitHub repository.
|
44 |
|
45 |
```console
|
46 |
+
$ python3 -m safe_rlhf.serve.cli --max_length 512 --model_name_or_path PKU-Alignment/alpaca-7b-reproduced PKU-Alignment/beaver-7b-v1.0 PKU-Alignment/beaver-7b-v2.0 PKU-Alignment/beaver-7b-v3.0
|
47 |
Loading model...
|
48 |
Model loaded. HINT: Type "Ctrl + C" or "Ctrl + D" to exit. Type "/clear" to clear dialogue history. Type "/help" to see help message.
|
49 |
|