From bb2981531d8ef085691d419bb0a6b71387c4842d Mon Sep 17 00:00:00 2001 From: aravindputrevu Date: Tue, 12 Mar 2024 01:00:41 +0530 Subject: [PATCH] Minor changes to title --- notebooks/en/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/en/index.md b/notebooks/en/index.md index 90155bc7..7a52608c 100644 --- a/notebooks/en/index.md +++ b/notebooks/en/index.md @@ -17,7 +17,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) +- [Detecting Issues in a Text Dataset with Cleanlab](issues_in_text_dataset) You can also check out the notebooks in the cookbook's [GitHub repo](https://github.com/huggingface/cookbook).