Skip to content

Commit

Permalink
Update S3 bucket paths for VPI
Browse files Browse the repository at this point in the history
Reviewed By: SimonWan

Differential Revision: D60501976

fbshipit-source-id: 8a87b59c5542410eb4459dd725be544bc6d2f55e
  • Loading branch information
onionymous authored and facebook-github-bot committed Jul 31, 2024
1 parent bf5cce8 commit 5857093
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CybersecurityBenchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,13 +337,13 @@ We have released several datasets that can be used with this benchmark:
single dataset and randomly shuffled.

The datasets are publicly viewable in this Amazon S3 bucket:
`s3://8d2fa3e31abfea3d-cse3`
`s3://purplellama-cyberseceval`

To download the visual prompt injection datasets:

1. Install the AWS CLI: `pip install awscli`
2. Copy the datasets:
`aws --no-sign-request s3 cp --recursive s3://8d2fa3e31abfea3d-cse3 $DATASETS`
`aws --no-sign-request s3 cp --recursive s3://purplellama-cyberseceval/cyberseceval3 $DATASETS`

## Running Code Interpreter Abuse Benchmark

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ can be used with this benchmark:
single dataset and randomly shuffled.

The datasets are publicly viewable in this Amazon S3 bucket:
`s3://8d2fa3e31abfea3d-cse3`
`s3://purplellama-cyberseceval`

To download the visual prompt injection datasets:

1. Install the AWS CLI: `pip install awscli`
2. Copy the datasets:
`aws --no-sign-request s3 cp --recursive s3://8d2fa3e31abfea3d-cse3 $DATASETS`
`aws --no-sign-request s3 cp --recursive s3://purplellama-cyberseceval/cyberseceval3 $DATASETS`

## Results

Expand Down

0 comments on commit 5857093

Please sign in to comment.