GreatCaptainNemo commited on
Commit
f8407d3
·
verified ·
1 Parent(s): 5d9b5f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -12,6 +12,9 @@ ProLLaMA_Stage_1 is based on Llama-2-7b, so please follow the license of Llama2.
12
  ```bash
13
  # you can replace the model_path with your local path
14
  CUDA_VISIBLE_DEVICES=0 python main.py --model "GreatCaptainNemo/ProLLaMA_Stage_1" --interactive
 
 
 
15
  # main.py is as follows 👇:
16
  ```
17
 
 
12
  ```bash
13
  # you can replace the model_path with your local path
14
  CUDA_VISIBLE_DEVICES=0 python main.py --model "GreatCaptainNemo/ProLLaMA_Stage_1" --interactive
15
+ # For example:
16
+ # Input:Seq=
17
+ # Then the model outputs:Seq=<xxxxxxxxxxxx>
18
  # main.py is as follows 👇:
19
  ```
20