You can access the dataset on huggingface datasets nkwbtb/SummaCoz
from datasets import load_dataset
summacoz = load_dataset("nkwbtb/SummaCoz")train.py: training scripttesting.py: testing script for Balanced Accuracy on test setstemplate.py: prompt template and functions for parsing the LLM outputmerge_adapter.py: merge LoRA adapter to the original modelllama2_gen.py: generate with llama2instruct_data.py: dataset utility for training, merge the generated reasoning back to the datasetconfig.py: model and hyperparameters settingcheck_overlap.py: check the overlap between different datasets, remove the duplications for training