Skip to content

Commit

Permalink
Merge pull request #56 from sdiazlor/add-notebooks-to-cookbook
Browse files Browse the repository at this point in the history
Add Argilla notebooks using Setfit and HF Inference Endpoints
  • Loading branch information
MKhalusova authored Mar 14, 2024
2 parents 5256568 + 878f89e commit 5b999f6
Show file tree
Hide file tree
Showing 4 changed files with 3,676 additions and 0 deletions.
5 changes: 5 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@
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.

2 changes: 2 additions & 0 deletions notebooks/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ applications and solving various machine learning tasks using open-source tools

Check out the recently added notebooks:

- [Create a legal preference dataset](pipeline_notus_instructions_preferences_legal)
- [Suggestions for Data Annotation with SetFit in Zero-shot Text Classification](labelling_feedback_setfit)
- [Implementing semantic cache to improve a RAG system](semantic_cache_chroma_vector_database)
- [Building A RAG Ebook "Librarian" Using LlamaIndex](rag_llamaindex_librarian)
- [Stable Diffusion Interpolation](stable_diffusion_interpolation)
Expand Down
Loading

0 comments on commit 5b999f6

Please sign in to comment.