Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces three new cookbooks that focus on different aspects of evaluation and fine-tuning with Mistral models:
Evaluation of Mistral Instruct using HuggingFace: Demonstrates how to evaluate the Mistral Instruct model using HuggingFace and BeyondLLM. It sets up a retrieval pipeline, generates responses, and evaluates the model's performance based on context relevancy, answer relevancy, and groundedness metrics.
Fine Tune Embeddings Advanced RAG: Shows how to fine-tune embeddings using BeyondLLM and build an advanced Retrieval-Augmented Generation (RAG) pipeline with Mistral AI LLM. It includes steps for loading a dataset, fine-tuning an embedding model, setting up a retriever, and generating responses to queries.
LlamaIndex x Mistral AI x BeyondLLM Evaluation: Integrates LlamaIndex, Mistral AI, and BeyondLLM to evaluate model performance. It sets up a retrieval pipeline, generates responses to queries, and assesses the model's performance using key evaluation metrics.
Dependencies:
Type of Change
What type of PR is it?
- ✅ Does it work on Google Colab?
Cookbook Checklist:
README.md Checklist