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