2024 Applied Deep Learning Homework 2
Step 1: Install the evaluation metric
To install the evaluation metric, you can refer this repo:
https://github.com/deankuo/ADL24-HW2
To download the model checkpoint, you can run the commad:
bash ./download.sh
To reproduce best result, you can run the commad:
bash ./run.sh <data file> <output file>
To train the model, you can run the commad:
bash ./train.sh
I have referenced the following repo, which is from huggingface.
Inference.py : https://github.com/huggingface/transformers/tree/main/examples/pytorch/summarization