Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
safe interactive (#4784)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaseweston authored Sep 12, 2022
1 parent 885eb21 commit dc1e62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/bb3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ python -m parlai.scripts.multiprocessing_train \
We provide the BB3 3B model in ParlAI's model zoo. You can interact with the model via the following:

```bash
parlai interactive --model-file zoo:bb3/bb3_3B/model --init-opt gen/r2c2_bb3
parlai safe_interactive --model-file zoo:bb3/bb3_3B/model --init-opt gen/r2c2_bb3
```

### BB3 30B Model: Download
Expand Down Expand Up @@ -193,7 +193,7 @@ wget https://github.com/facebookresearch/metaseq/raw/main/projects/OPT/assets/gp
Once you have an API up and running, you can utilize the BB3 agents we provide to interact with the model:

```
parlai interactive --init-opt gen/opt_bb3 --opt-server API_SERVER --loglevel debug --raw-search-server RELEVANT_SEARCH_SERVER
parlai safe_interactive --init-opt gen/opt_bb3 --opt-server API_SERVER --loglevel debug --raw-search-server RELEVANT_SEARCH_SERVER
```

### Holistic Bias
Expand Down

0 comments on commit dc1e62f

Please sign in to comment.