This repository contains a Jupyter Notebook (*.ipynb
) that demonstrates LoRA (Low Rank Adaptation) fine-tuning methods for the 'bart-large-cnn' model using the Transformers library.
Before running the notebook, ensure you have the required libraries installed. You can install them using the following steps:
- Open the
todo.txt
file. - Follow the instructions to install the necessary libraries using pip or conda.
- Open the
*.ipynb
file in Jupyter Notebook or JupyterLab. - Follow the instructions within the notebook to run different fine-tuning experiments with the 'bart-large-cnn' model.
*.ipynb
: Jupyter Notebook with code for fine-tuning 'bart-large-cnn' using Transformers.todo.txt
: Instructions for installing required libraries.- Additional files for datasets and model configurations.
- This project uses the Transformers library by Hugging Face: full or last layers finetuning, lora finetuning
- The 'bart-large-cnn' model is provided by Facebook AI Research.