-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpreprocess_dataset.sh
More file actions
8 lines (8 loc) · 813 Bytes
/
preprocess_dataset.sh
File metadata and controls
8 lines (8 loc) · 813 Bytes
1
2
3
4
5
6
7
8
python utils/dataformat_preprocess.py --dataset topic3datasets --seed 1 --num_sample_train_per_class 3000 --num_sample_test_per_class 2000
python utils/dataformat_preprocess.py --dataset clinc150 --seed 1
python utils/dataformat_preprocess.py --dataset banking77 --seed 1
python utils/dataformat_preprocess.py --dataset fewrel --seed 1
python utils/dataformat_preprocess.py --dataset tacred --seed 1
python utils/dataformat_preprocess.py --dataset fewnerd --seed 1 --base_task_entity 6 --incremental_task_entity 6 --seen_all_labels False
python utils/dataformat_preprocess.py --dataset i2b2 --seed 1 --base_task_entity 8 --incremental_task_entity 2 --seen_all_labels False
python utils/dataformat_preprocess.py --dataset ontonotes5 --seed 1 --base_task_entity 8 --incremental_task_entity 2 --seen_all_labels False