cd datasets
python setup_datasets.py
python wizard_handle.py # we use alpaca data format so you should run transform script first.
python dolly_handle.py
We use LLaMA_Factory to perform finetuning process. Go to LLaMA-Factory for details.
llamafactory-cli train train_yamls/example.yaml
Infer sft datasets using 1st and 2nd epoch checkpoints.
python inf1.py
Score the inference result generated in step 3.
python score1.py
python calc_inspire_data.py