Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.29 KB

Dagster × OpenAI Fine-Tune Demo

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.

Example Asset Lineage

Screenshot Dagster Lineage

Getting started

Install the project dependencies:

pip install -e ".[dev]"

Run Dagster:

dagster dev

Open http://localhost:3000 in your browser.

References

Dagster

DuckDB

OpenAI