Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building a resillient image generation pipeline #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
435 changes: 435 additions & 0 deletions notebooks/en/Building_Resillient_Image_Gen_Pipeline.ipynb

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@
title: Annotate text data using Active Learning with Cleanlab
- local: llm_judge
title: Using LLM-as-a-judge for an automated and versatile evaluation
- local: Building_Resillient_Image_Gen_Pipeline
title: Building a Resillient Generative AI Image Generation Pipeline

1 change: 1 addition & 0 deletions notebooks/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Check out the recently added notebooks:
- [Advanced RAG on HuggingFace documentation using LangChain](advanced_rag)
- [Detecting Issues in a Text Dataset with Cleanlab](issues_in_text_dataset)
- [Annotate text data using Active Learning with Cleanlab](annotate_text_data_transformers_via_active_learning)
- [Building a Resillient Generative AI Image Generation Pipeline](Building_Resillient_Image_Gen_Pipeline)

You can also check out the notebooks in the cookbook's [GitHub repo](https://github.com/huggingface/cookbook).

Expand Down
Loading