This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* benchmarked 6.7B. * some new scripts * update some results of opt30b * update some results. * added some 175B results, one piece left. * updated the missing results. * Update README.md * update readme
- Loading branch information
1 parent
74bdca7
commit 3834bb3
Showing
14 changed files
with
514 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
python3 ./data_wrangle_run.py\ | ||
--num_run 189 \ | ||
--num_trials 1 \ | ||
--nan_tok "" \ | ||
--do_test \ | ||
--sample_method manual \ | ||
--data_dir data/datasets/entity_matching/structured/Fodors-Zagats \ | ||
--batch_run --pad-to-seq-len 744 --model facebook/opt-175b --pin-weight 0 --cpu --percent 0 50 0 0 0 100 --gpu-batch-size 15 --num-gpu-batches 6 | ||
|
||
python3 ./data_wrangle_run.py\ | ||
--num_run 91 \ | ||
--num_trials 1 \ | ||
--nan_tok "" \ | ||
--do_test \ | ||
--sample_method manual \ | ||
--data_dir data/datasets/entity_matching/structured/Beer \ | ||
--batch_run --pad-to-seq-len 592 --model facebook/opt-175b --pin-weight 0 --cpu --percent 0 50 0 0 0 100 --gpu-batch-size 20 --num-gpu-batches 4 | ||
|
||
python3 ./data_wrangle_run.py\ | ||
--num_run 109 \ | ||
--num_trials 1 \ | ||
--nan_tok "" \ | ||
--do_test \ | ||
--sample_method manual \ | ||
--data_dir data/datasets/entity_matching/structured/iTunes-Amazon \ | ||
--batch_run --pad-to-seq-len 529 --model facebook/opt-175b --pin-weight 0 --cpu --percent 0 50 0 0 0 100 --gpu-batch-size 20 --num-gpu-batches 5 | ||
|
||
python3 ./data_wrangle_run.py\ | ||
--num_run 200 \ | ||
--num_trials 1 \ | ||
--nan_tok "" \ | ||
--do_test \ | ||
--sample_method manual \ | ||
--data_dir data/datasets/entity_matching/structured/Walmart-Amazon \ | ||
--batch_run --pad-to-seq-len 748 --model facebook/opt-175b --pin-weight 0 --cpu --percent 0 50 0 0 0 100 --gpu-batch-size 10 --num-gpu-batches 10 | ||
|
||
python3 ./data_wrangle_run.py\ | ||
--num_run 200 \ | ||
--num_trials 1 \ | ||
--nan_tok "" \ | ||
--do_test \ | ||
--sample_method manual \ | ||
--data_dir data/datasets/entity_matching/structured/Amazon-Google \ | ||
--batch_run --pad-to-seq-len 876 --model facebook/opt-175b --pin-weight 0 --cpu --percent 0 50 0 0 0 100 --gpu-batch-size 10 --num-gpu-batches 10 | ||
|
||
python3 ./data_wrangle_run.py\ | ||
--num_run 200 \ | ||
--num_trials 1 \ | ||
--nan_tok "" \ | ||
--do_test \ | ||
--sample_method manual \ | ||
--data_dir data/datasets/entity_matching/structured/DBLP-ACM \ | ||
--batch_run --pad-to-seq-len 1274 --model facebook/opt-175b --pin-weight 0 --cpu --percent 0 50 0 0 0 100 --gpu-batch-size 8 --num-gpu-batches 5 | ||
|
||
python3 ./data_wrangle_run.py\ | ||
--num_run 200 \ | ||
--num_trials 1 \ | ||
--nan_tok "" \ | ||
--do_test \ | ||
--sample_method manual \ | ||
--data_dir data/datasets/entity_matching/structured/DBLP-GoogleScholar \ | ||
--batch_run --pad-to-seq-len 1209 --model facebook/opt-175b --pin-weight 0 --cpu --percent 0 50 0 0 0 100 --gpu-batch-size 8 --num-gpu-batches 5 | ||
|
||
python3 ./data_wrangle_run.py\ | ||
--num_run 86 \ | ||
--num_trials 1 \ | ||
--max_tokens 5 \ | ||
--do_test \ | ||
--sample_method manual \ | ||
--data_dir data/datasets/data_imputation/Restaurant \ | ||
--batch_run --pad-to-seq-len 123 --model facebook/opt-175b --pin-weight 0 --cpu --percent 0 50 0 0 0 100 --gpu-batch-size 86 --num-gpu-batches 1 | ||
|
||
python3 ./data_wrangle_run.py\ | ||
--num_run 65 \ | ||
--num_trials 1 \ | ||
--max_tokens 10 \ | ||
--do_test \ | ||
--sample_method manual \ | ||
--data_dir data/datasets/data_imputation/Buy \ | ||
--batch_run --pad-to-seq-len 488 --model facebook/opt-175b --pin-weight 0 --cpu --percent 0 50 0 0 0 100 --gpu-batch-size 30 --num-gpu-batches 2 | ||
|
||
python3 ./data_wrangle_run.py\ | ||
--num_run 200 \ | ||
--num_trials 1 \ | ||
--do_test \ | ||
--sample_method manual \ | ||
--data_dir data/datasets/error_detection/Hospital \ | ||
--batch_run --pad-to-seq-len 200 --model facebook/opt-175b --pin-weight 0 --cpu --percent 0 50 0 0 0 100 --gpu-batch-size 50 --num-gpu-batches 4 |
Oops, something went wrong.