Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tencent-ailab authored Jul 9, 2024
1 parent de7f744 commit e8320b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ One can also quickly preview these data at [huggingface](https://huggingface.co/
## Run Demo
One can try the demo to synthesize data with PERSONA HUB by simply running:

```
```bash
# ensure that you have installed openai (pip install openai) and configured the openai_api_key
bash demo_openai_synthesize.sh # using gpt4o to synthesize data with PERSONA HUB
```

or

```
```bash
# ensure that you have installed transformers and vllm (pip install transformers vllm)
bash demo_vllm_synthesize.sh # using open-sourced models to synthesize data with PERSONA HUB
```
Expand Down

0 comments on commit e8320b1

Please sign in to comment.