Skip to content

Commit

Permalink
Merge pull request #30 from aravindputrevu/main
Browse files Browse the repository at this point in the history
Detecting Issues in a Text Dataset with Datalab
  • Loading branch information
MKhalusova committed Mar 11, 2024
2 parents 3be2c49 + 1ced1f1 commit bce2a75
Show file tree
Hide file tree
Showing 3 changed files with 3,363 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
sections:
- local: index
title: Open-Source AI Cookbook
- local: issues_in_text_dataset
title: Detecting Issues in a Text Dataset with Cleanlab
- local: stable_diffusion_interpolation
title: Stable Diffusion Interpolation
- local: rag_with_hugging_face_gemma_mongodb
Expand Down
1 change: 1 addition & 0 deletions notebooks/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Check out the recently added notebooks:
- [Fine-tuning a Code LLM on Custom Code on a single GPU](fine_tuning_code_llm_on_single_gpu)
- [RAG Evaluation Using Synthetic data and LLM-As-A-Judge](rag_evaluation)
- [Advanced RAG on HuggingFace documentation using LangChain](advanced_rag)
- [Detecting Issues in a Text Dataset with Datalab](issues_in_text_dataset)

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

Expand Down
Loading

0 comments on commit bce2a75

Please sign in to comment.