Skip to content

Commit

Permalink
added runbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
magdalendobson committed Nov 14, 2024
1 parent 541e3d1 commit d95de32
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions neurips23/runbooks/gen_expiration_time_runbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,23 @@ def gen_exp_time_runbook(dataset_name, dataset_size, max_t, runbook_filename, ra
max_t = 1000
gen_exp_time_runbook(dataset_name, dataset_size, max_t, dataset_file, ratios, timesteps, seed, False, None)

ratios = (0, 4, 18)
timesteps = (0, 100, 20)
seed = 732
dataset_file = 'msturing_35M_expiration_time_runbook.yaml'
dataset_name = 'msturing-100M'
dataset_size = 35000000
max_t = 350
gt_url = None
gen_exp_time_runbook(dataset_name, dataset_size, max_t, dataset_file, ratios, timesteps, seed, False, gt_url)

ratios = (0, 4, 18)
timesteps = (0, 100, 20)
seed = 5554
dataset_file = 'msturing-1M_expiration_time_runbook.yaml'
dataset_name = 'msturing-1M'
dataset_size = 1000000
max_t = 100
gt_url = None
gen_exp_time_runbook(dataset_name, dataset_size, max_t, dataset_file, ratios, timesteps, seed, False, gt_url)

Original file line number Diff line number Diff line change
Expand Up @@ -1208,4 +1208,4 @@ wikipedia-1M:
316:
operation: search
max_pts: 293233
gt_url: "https://comp21storage.z5.web.core.windows.net/wiki-cohere-35M/wikipedia-1M_expiration_time_replace_delete_runbook.yaml"
gt_url: https://comp21storage.z5.web.core.windows.net/wiki-cohere-35M/wikipedia-1M_expiration_time_replace_delete_runbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1068,4 +1068,4 @@ wikipedia-1M:
278:
operation: search
max_pts: 698369
gt_url: "https://comp21storage.z5.web.core.windows.net/wiki-cohere-35M/wikipedia-1M_expiration_time_replace_only_runbook.yaml"
gt_url: https://comp21storage.z5.web.core.windows.net/wiki-cohere-35M/wikipedia-1M_expiration_time_replace_only_runbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4436,4 +4436,4 @@ wikipedia-35M:
1150:
operation: search
max_pts: 6682767
gt_url: "https://comp21storage.z5.web.core.windows.net/wiki-cohere-35M/wikipedia-35M_expiration_time_replace_delete_runbook.yaml"
gt_url: https://comp21storage.z5.web.core.windows.net/wiki-cohere-35M/wikipedia-35M_expiration_time_replace_delete_runbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -852,4 +852,4 @@ wikipedia-35M:
222:
operation: search
max_pts: 5548955
gt_url: "https://comp21storage.z5.web.core.windows.net/wiki-cohere-35M/wikipedia-35M_expiration_time_replace_only_runbook.yaml"
gt_url: https://comp21storage.z5.web.core.windows.net/wiki-cohere-35M/wikipedia-35M_expiration_time_replace_only_runbook.yaml

0 comments on commit d95de32

Please sign in to comment.