Skip to content

ballmond/project_llm_fine_tune

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published