OSU SP25 CSE 5525 Final Project.
- Install
condaif you haven't already from the installation page. - In the project's home directory:
conda create --name autoac python=3.10
- Install
piprequirements
pip install -r requirements.txt
- Download a local LLM or use an API key, making changes to the
agents/model_api_mappings.jsonfile as necessary.We'd recommend downloading Meta'sLlama-3.1-8B-Instructmodel from the Huggingface hub tolocal-models/. - Run the demo story completion with
python3 framework_usage.py
We use the CSES.fi dataset curated by juvi21 on HuggingFace. Download this data using
cd dataset
python3 download_data.py