-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
459f1ad
commit 2ebab6a
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# Open-Source AI Cookbook | ||
|
||
we cooking more | ||
The Open-Source AI Cookbook is a collection of notebooks illustrating practical aspects of building AI | ||
applications and solving various machine learning tasks using open-source tools and models. | ||
|
||
## Latest notebooks | ||
|
||
Check out the recently added notebooks: | ||
|
||
- [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) | ||
|
||
You can also check out the notebooks in the cookbook's [GitHub repo](https://github.com/huggingface/cookbook). | ||
|
||
## Contributing | ||
|
||
The Open-Source AI Cookbook is a community effort, and we welcome contributions from everyone! | ||
Check out the cookbook's [Contribution guide](https://github.com/huggingface/cookbook/blob/main/README.md) to learn | ||
how you can add your "recipe". |