Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ Compared with its predecessor [Alpaca](https://github.com/tatsu-lab/stanford_alp
|
|
45 |
- Using the [PKU-Alignment/safe-rlhf](https://github.com/PKU-Alignment/safe-rlhf#interactive-cli-demo) GitHub repository.
|
46 |
|
47 |
```console
|
48 |
-
$ python3 -m
|
49 |
Loading model...
|
50 |
Model loaded. HINT: Type "Ctrl + C" or "Ctrl + D" to exit. Type "/clear" to clear dialogue history. Type "/help" to see help message.
|
51 |
|
|
|
45 |
- Using the [PKU-Alignment/safe-rlhf](https://github.com/PKU-Alignment/safe-rlhf#interactive-cli-demo) GitHub repository.
|
46 |
|
47 |
```console
|
48 |
+
$ 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
|
49 |
Loading model...
|
50 |
Model loaded. HINT: Type "Ctrl + C" or "Ctrl + D" to exit. Type "/clear" to clear dialogue history. Type "/help" to see help message.
|
51 |
|