Skip to content

Commit

Permalink
fix repl docs too
Browse files Browse the repository at this point in the history
  • Loading branch information
dpressel committed Apr 9, 2023
1 parent a75152f commit d2bdc48
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@ any AlexaTM model, and has a flexible set of command line arguments, including s

```
$ pip install alexa_teacher_models[repl]
$ python repl.py --model /path/to/AlexaTM-20B-pr/ --max_length 64
$ python repl.py --model /path/to/AlexaTM-20B-pr/ --max_length 64 --do_sample --max_history 3 --join_string " </s> "
$ python -m alexa_teacher_models.scripts.repl --model /path/to/AlexaTM-20B-pr/ --max_length 64
$ python -m alexa_teacher_models.scripts.repl --model /path/to/AlexaTM-20B-pr/ --max_length 64 --do_sample --max_history 3 --join_string " </s> "
```

Expand Down

0 comments on commit d2bdc48

Please sign in to comment.