Skip to content

Commit

Permalink
Updated configs
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgroot42 committed Feb 7, 2024
1 parent 5514ccd commit 49494df
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/mi.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"exp_name": "neo125_github_experiment",
"base_model": "EleutherAI/gpt-neo-125m",
"dataset_member": "the_pile",
"dataset_nonmember": "the_pile",
Expand All @@ -9,7 +10,7 @@
"output_name": "unified_mia",
"specific_source": "Github",
"n_samples": 1000,
"blackbox_attacks": ["ne"],
"blackbox_attacks": ["loss", "ref", "min_k", "zlib"],
"ref_config": {
"models": [
"stabilityai/stablelm-base-alpha-3b-v2"
Expand Down
38 changes: 38 additions & 0 deletions configs/ne.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"exp_name": "neo125_github_experiment_ne",
"base_model": "EleutherAI/gpt-neo-125m",
"dataset_member": "the_pile",
"dataset_nonmember": "the_pile",
"min_words": 100,
"max_words": 200,
"max_tokens": 512,
"max_data": 100000,
"output_name": "unified_mia",
"specific_source": "wikipedia_(en)",
"n_samples": 1000,
"blackbox_attacks": [
"ne"
],
"ref_config": {
"models": [
"stabilityai/stablelm-base-alpha-3b-v2"
]
},
"neighborhood_config": {
"model": "bert",
"n_perturbation_list": [
25
],
"pct_words_masked": 0.3,
"span_length": 2,
"dump_cache": false,
"load_from_cache": true,
"neighbor_strategy": "random"
},
"env_config": {
"results": "results_new",
"device_map": "balanced_low_0"
},
"dump_cache": false,
"load_from_cache": true
}

0 comments on commit 49494df

Please sign in to comment.