Skip to content

Commit

Permalink
adit index.md, _toctree.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiRusProd committed Feb 21, 2024
1 parent ed53a81 commit a1192ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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: stable_diffusion_interpolation
title: Stable Diffusion Interpolation
- local: automatic_embedding_tei_inference_endpoints
title: Automatic Embeddings with TEI through Inference Endpoints
- local: faiss_with_hf_datasets_and_clip
Expand All @@ -14,5 +16,3 @@
title: Advanced RAG on HuggingFace documentation using LangChain
- local: rag_evaluation
title: RAG Evaluation
- local: stable_diffusion_interpolation
title: Stable Diffusion Interpolation
2 changes: 1 addition & 1 deletion notebooks/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ applications and solving various machine learning tasks using open-source tools

Check out the recently added notebooks:

- [Stable Diffusion Interpolation](stable_diffusion_interpolation)
- [Automatic Embeddings with TEI through Inference Endpoints](automatic_embedding_tei_inference_endpoints)
- [Simple RAG for GitHub issues using Hugging Face Zephyr and LangChain](rag_zephyr_langchain)
- [Embedding multimodal data for similarity search using 🤗 transformers, 🤗 datasets and FAISS](faiss_with_hf_datasets_and_clip)
- [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)
- [Stable Diffusion Interpolation](stable_diffusion_interpolation)

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

Expand Down

0 comments on commit a1192ad

Please sign in to comment.