henhenhahi111112 commited on
Commit
fdec6ed
1 Parent(s): 6b51659

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,5 +6,5 @@ pip install -r requirements.txt
6
  ```
7
  ## Usage
8
  ```shell
9
- python3 scripts/generate.py --checkpoint logs/test_alpaca_7b_1p25_240612/checkpoints/epoch_1.pt --positional-embedding-type head_rotary --input-text '{"instruction":"Using the provided data, what is the most common pet in this household?","input":"The household has 3 cats, 2 dogs, and 1 rabbit."}'
10
  ```
 
6
  ```
7
  ## Usage
8
  ```shell
9
+ python3 scripts/generate.py --checkpoint logs/test_alpaca_7b_1p25_240612/checkpoints/epoch_1.pt --positional-embedding-type rotary --input-text '{"instruction":"Using the provided data, what is the most common pet in this household?","input":"The household has 3 cats, 2 dogs, and 1 rabbit."}'
10
  ```