Skip to content

Commit

Permalink
Merge pull request #33 from peremartra/main
Browse files Browse the repository at this point in the history
New Notebook showcasing how to perform prompt tuning using the PEFT library.
  • Loading branch information
MKhalusova committed Feb 26, 2024
2 parents 159fe6f + 67ab8ae commit 8e662a7
Show file tree
Hide file tree
Showing 3 changed files with 1,026 additions and 1 deletion.
2 changes: 2 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
title: Advanced RAG on HuggingFace documentation using LangChain
- local: rag_evaluation
title: RAG Evaluation
- local: prompt_tuning_peft
title: Prompt tuning with PEFT
3 changes: 2 additions & 1 deletion notebooks/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ applications and solving various machine learning tasks using open-source tools

Check out the recently added notebooks:

- [Prompt Tuning with PEFT Library](prompt_tuning_peft)
- [Migrating from OpenAI to Open LLMs Using TGI's Messages API](tgi_messages_api_demo)
- [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)
Expand All @@ -15,7 +16,7 @@ Check out the recently added notebooks:
- [RAG Evaluation Using Synthetic data and LLM-As-A-Judge](rag_evaluation)
- [Advanced RAG on HuggingFace documentation using LangChain](advanced_rag)

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

## Contributing

Expand Down
Loading

0 comments on commit 8e662a7

Please sign in to comment.