# To install and run
conda create --name cell python=3.11
conda activate cell
pip install -r requirements.txt
pip install --force-reinstall torch==2.2.0 --index-url https://download.pytorch.org/whl/cu118
pip install -e .
cd examples
python CELL_flant5.py # NOTE: results will differ from paper where meta-llama/llama-2-13b-chat is used instead of google/flan-t5-large
python CELL_budget_flant5.py
python CELL_budget_summarization.py