This repository contains a Covalent Cloud Jupyter notebook that creates an AI model foundry for zero-data fine-tuning.
The example here was prepared for PyCon 2024 in Pittsburgh, PA.
Open the Jupyter notebook in your browser (or in an IDE).
jupyter notebook zero-data-model-foundry.ipynb
Running the notebook requires a Covalent Cloud account.
-
Log in and copy your API key from the Covalent Cloud dashboard. Paste the key as the value
CC_API_KEY
in theenvironment.yml
file. -
Create a conda environment using the
environment.yml
file.
conda env create -f environment.yml
- Active the environment.
conda activate covalent-pycon-2024
- Open the Jupyter notebook in your browser (or in an IDE).
jupyter notebook zero-data-model-foundry.ipynb