-
Install Anaconda
-
Create a new conda environment (in the Terminal):
conda create --name a5 python=3.9 -
Activate the environment:
conda activate a5
-
Clone the repo, Enter the assignment directory
git clone https://github.com/csci5832-f23/assignment_5.gitcd assignment_5 -
Install required libraries
pip install -r requirements.txt
- Prompt Engineering with GPT/ChatGPT Playground/API: Checkout GPT3-Probing.ipynb
- Format: Single PDF
- Due Date: Nov 30