Skip to content

Commit

Permalink
Update _toctree.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
merveenoyan committed Apr 23, 2024
1 parent 7f2216c commit 28a2b39
Showing 1 changed file with 32 additions and 22 deletions.
54 changes: 32 additions & 22 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,47 @@
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
title: Building A RAG System with Gemma, MongoDB and Open Source Models
- local: tgi_messages_api_demo
title: Migrating from OpenAI to Open LLMs Using TGI's Messages API

- title: LLM Recipes
sections:
- local: automatic_embedding_tei_inference_endpoints
title: Automatic Embeddings with TEI through Inference Endpoints
- local: faiss_with_hf_datasets_and_clip
title: Embedding multimodal data for similarity search
- local: tgi_messages_api_demo
title: Migrating from OpenAI to Open LLMs Using TGI's Messages API
- local: advanced_rag
title: Advanced RAG on HuggingFace documentation using LangChain
- local: labelling_feedback_setfit
title: Suggestions for Data Annotation with SetFit in Zero-shot Text Classification
- local: fine_tuning_code_llm_on_single_gpu
title: Fine-tuning a Code LLM on Custom Code on a single GPU
- local: prompt_tuning_peft
title: Prompt tuning with PEFT
- local: rag_evaluation
title: RAG Evaluation
- local: llm_judge
title: Using LLM-as-a-judge for an automated and versatile evaluation

- title: Diffusion Recipes
sections:
- local: stable_diffusion_interpolation
title: Stable Diffusion Interpolation

- title: Multimodal Recipes
- local: faiss_with_hf_datasets_and_clip
title: Embedding multimodal data for similarity search

- title: LLM and RAG recipes with other Libraries
- local: issues_in_text_dataset
title: Detecting Issues in a Text Dataset with Cleanlab
- local: annotate_text_data_transformers_via_active_learning
title: Annotate text data using Active Learning with Cleanlab
- local: rag_with_hugging_face_gemma_mongodb
title: Building A RAG System with Gemma, MongoDB and Open Source Models
- local: rag_zephyr_langchain
title: Simple RAG using Hugging Face Zephyr and LangChain
- local: rag_llamaindex_librarian
title: RAG "Librarian" Using LlamaIndex
- local: advanced_rag
title: Advanced RAG on HuggingFace documentation using LangChain
- local: rag_evaluation
title: RAG Evaluation
- local: prompt_tuning_peft
title: Prompt tuning with PEFT
- local: labelling_feedback_setfit
title: Suggestions for Data Annotation with SetFit in Zero-shot Text Classification
- local: pipeline_notus_instructions_preferences_legal
title: Create a legal preference dataset
- local: semantic_cache_chroma_vector_database
title: Implementing semantic cache to improve a RAG system.
- local: annotate_text_data_transformers_via_active_learning
title: Annotate text data using Active Learning with Cleanlab
- local: llm_judge
title: Using LLM-as-a-judge for an automated and versatile evaluation

0 comments on commit 28a2b39

Please sign in to comment.