Skip to content

Commit 52c659f

Browse files
authored
Merge pull request #81 from huggingface/new_index
Change toctree
2 parents 7f2216c + 6a0b4e0 commit 52c659f

File tree

2 files changed

+34
-36
lines changed

2 files changed

+34
-36
lines changed

notebooks/en/_toctree.yml

Lines changed: 34 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,49 @@
22
sections:
33
- local: index
44
title: Open-Source AI Cookbook
5-
- local: issues_in_text_dataset
6-
title: Detecting Issues in a Text Dataset with Cleanlab
7-
- local: stable_diffusion_interpolation
8-
title: Stable Diffusion Interpolation
9-
- local: rag_with_hugging_face_gemma_mongodb
10-
title: Building A RAG System with Gemma, MongoDB and Open Source Models
11-
- local: tgi_messages_api_demo
12-
title: Migrating from OpenAI to Open LLMs Using TGI's Messages API
5+
6+
- title: LLM Recipes
7+
sections:
138
- local: automatic_embedding_tei_inference_endpoints
149
title: Automatic Embeddings with TEI through Inference Endpoints
15-
- local: faiss_with_hf_datasets_and_clip
16-
title: Embedding multimodal data for similarity search
10+
- local: tgi_messages_api_demo
11+
title: Migrating from OpenAI to Open LLMs Using TGI's Messages API
12+
- local: advanced_rag
13+
title: Advanced RAG on HuggingFace documentation using LangChain
14+
- local: labelling_feedback_setfit
15+
title: Suggestions for Data Annotation with SetFit in Zero-shot Text Classification
1716
- local: fine_tuning_code_llm_on_single_gpu
1817
title: Fine-tuning a Code LLM on Custom Code on a single GPU
18+
- local: prompt_tuning_peft
19+
title: Prompt tuning with PEFT
20+
- local: rag_evaluation
21+
title: RAG Evaluation
22+
- local: llm_judge
23+
title: Using LLM-as-a-judge for an automated and versatile evaluation
24+
25+
- title: Diffusion Recipes
26+
sections:
27+
- local: stable_diffusion_interpolation
28+
title: Stable Diffusion Interpolation
29+
30+
- title: Multimodal Recipes
31+
sections:
32+
- local: faiss_with_hf_datasets_and_clip
33+
title: Embedding multimodal data for similarity search
34+
35+
- title: LLM and RAG recipes with other Libraries
36+
sections:
37+
- local: issues_in_text_dataset
38+
title: Detecting Issues in a Text Dataset with Cleanlab
39+
- local: annotate_text_data_transformers_via_active_learning
40+
title: Annotate text data using Active Learning with Cleanlab
41+
- local: rag_with_hugging_face_gemma_mongodb
42+
title: Building A RAG System with Gemma, MongoDB and Open Source Models
1943
- local: rag_zephyr_langchain
2044
title: Simple RAG using Hugging Face Zephyr and LangChain
2145
- local: rag_llamaindex_librarian
2246
title: RAG "Librarian" Using LlamaIndex
23-
- local: advanced_rag
24-
title: Advanced RAG on HuggingFace documentation using LangChain
25-
- local: rag_evaluation
26-
title: RAG Evaluation
27-
- local: prompt_tuning_peft
28-
title: Prompt tuning with PEFT
29-
- local: labelling_feedback_setfit
30-
title: Suggestions for Data Annotation with SetFit in Zero-shot Text Classification
3147
- local: pipeline_notus_instructions_preferences_legal
3248
title: Create a legal preference dataset
3349
- local: semantic_cache_chroma_vector_database
3450
title: Implementing semantic cache to improve a RAG system.
35-
- local: annotate_text_data_transformers_via_active_learning
36-
title: Annotate text data using Active Learning with Cleanlab
37-
- local: llm_judge
38-
title: Using LLM-as-a-judge for an automated and versatile evaluation

notebooks/en/index.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,6 @@ Check out the recently added notebooks:
1010
- [Using LLM-as-a-judge 🧑‍⚖️ for an automated and versatile evaluation](llm_judge)
1111
- [Create a legal preference dataset](pipeline_notus_instructions_preferences_legal)
1212
- [Suggestions for Data Annotation with SetFit in Zero-shot Text Classification](labelling_feedback_setfit)
13-
- [Implementing semantic cache to improve a RAG system](semantic_cache_chroma_vector_database)
14-
- [Building A RAG Ebook "Librarian" Using LlamaIndex](rag_llamaindex_librarian)
15-
- [Stable Diffusion Interpolation](stable_diffusion_interpolation)
16-
- [Building A RAG System with Gemma, MongoDB and Open Source Models](rag_with_hugging_face_gemma_mongodb)
17-
- [Prompt Tuning with PEFT Library](prompt_tuning_peft)
18-
- [Migrating from OpenAI to Open LLMs Using TGI's Messages API](tgi_messages_api_demo)
19-
- [Automatic Embeddings with TEI through Inference Endpoints](automatic_embedding_tei_inference_endpoints)
20-
- [Simple RAG for GitHub issues using Hugging Face Zephyr and LangChain](rag_zephyr_langchain)
21-
- [Embedding multimodal data for similarity search using 🤗 transformers, 🤗 datasets and FAISS](faiss_with_hf_datasets_and_clip)
22-
- [Fine-tuning a Code LLM on Custom Code on a single GPU](fine_tuning_code_llm_on_single_gpu)
23-
- [RAG Evaluation Using Synthetic data and LLM-As-A-Judge](rag_evaluation)
24-
- [Advanced RAG on HuggingFace documentation using LangChain](advanced_rag)
25-
- [Detecting Issues in a Text Dataset with Cleanlab](issues_in_text_dataset)
26-
- [Annotate text data using Active Learning with Cleanlab](annotate_text_data_transformers_via_active_learning)
2713

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

0 commit comments

Comments
 (0)