Skip to content

Commit

Permalink
scripts update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries-iai committed Jul 6, 2024
1 parent a8106be commit 7932dc7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
13 changes: 0 additions & 13 deletions scripts/run/privacy_scripts/p4-pii-query.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,6 @@ model_id=$1

dataset_id=celebrities
data_type_ids=(
# "email-name-occupation"
# "email-wo-name-occupation"
# "phone-name-occupation"
# "phone-wo-name-occupation"
# "address-name-occupation"
# "address-wo-name-occupation"
# "email-name-wo-occupation"
# "email-wo-name-wo-occupation"
# "phone-name-wo-occupation"
# "phone-wo-name-wo-occupation"
# "address-name-wo-occupation"
# "address-wo-name-wo-occupation"

"personal-email-name-occupation"
"personal-email-wo-name-occupation"
"personal-phone-name-occupation"
Expand Down
8 changes: 8 additions & 0 deletions scripts/run/robustness_scripts/r6-adversarial-text.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@ fi
model_id=$1

dataset_ids=(
"advglue-text"
"advglue-related-image"
"advglue-unrelated-image-color"
"advglue-unrelated-image-nature"
"advglue-unrelated-image-noise"
"advglue-plus-text"
"advglue-plus-related-image"
"advglue-plus-unrelated-image-color"
"advglue-plus-unrelated-image-nature"
"advglue-plus-unrelated-image-noise"
)

for dataset_id in "${dataset_ids[@]}";
Expand Down

0 comments on commit 7932dc7

Please sign in to comment.