Fine-tune a custom model to detect specific features from Goodreads data.
In this example project we show how you can write a pipeline that ingests data from Goodreads with DuckDB and then generates features for modeling. You can then use this data to fine-tune a model in OpenAI to identify that feature while also validating the model against the base model is was built against.
Install the project dependencies:
pip install -e ".[dev]"
Run Dagster:
dagster dev
Open http://localhost:3000 in your browser.
Dagster
DuckDB
OpenAI