Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added BeyondLLM cookbooks #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ Disclaimer: Examples contributed by the community and partners do not represent
| [SubQuestionQueryEngine.ipynb](third_party/LlamaIndex/RouterQueryEngine.ipynb) | agent | LLamaIndex |
| [LLM Judge: Detecting hallucinations in language models](third_party/wandb/README.md) | fine-tuning, evaluation | Weights & Biases |
| [`x mistral`: CLI & TUI APP Module in X-CMD](third_party/x-cmd/README.md) | CLI, TUI APP, Chat | x-cmd |
| [Evaluation of Mistral Instruct using HuggingFace](shivayapandey/cookbook/third_party/BeyondLLM/Evaluation_of_Mistral_Instruct_using_HuggingFace.ipynb) | RAG, evaluation | BeyondLLM |
| [Fine Tune Embeddings Advanced RAG](shivayapandey/cookbook/third_party/BeyondLLM/Fine_Tune_Embeddings_using_Mistral_AI_LLM.ipynb) | fine-tuning, RAG | BeyondLLM |
| [LlamaIndex x Mistral AI x BeyondLLM Evaluation](shivayapandey/cookbook/third_party/BeyondLLM/Evaluating_llamaindex_with_beyondllm(1).ipynb) | RAG, evaluation | BeyondLLM |
Loading