torch==1.10.1
transformers=4.21.2
sentencepiece==0.1.97
scikit-learn==1.1.2
datasets==2.4.0First, download the raw dataset for building the k-shot few-shot dataset.
bash script/download_dataset.sh
python3 data_util/generate_k_shot_data.py --k k \
--data_dir data_dir \
--output_dir output_dirNow you can build the features of few-shot dataset for each tasks.
bash script/preprocessing/preprocessing_finetuning_data.shbash script/few_shot.prompting.training.sh
bash script/conventional_tuning.full_params.training.sh
bash script/conventional_tuning.freeze.training.shbash script/aggregate_results.sh