henhenhahi111112
commited on
Commit
•
fdec6ed
1
Parent(s):
6b51659
Update README.md
Browse files
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
|
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 |
```
|