Evaluating LLM Responses
In this session, we cover the different evaluations that are useful for reducing hallucination and improving retrieval quality of LLMs.
Nov 2023
RelatedSee MoreSee More
blog
Attention Mechanism in LLMs: An Intuitive Explanation
Learn how the attention mechanism works and how it revolutionized natural language processing (NLP).
Yesha Shastri
8 min
blog
12 LLM Projects For All Levels
Discover 12 LLM project ideas with easy-to-follow visual guides and source codes, suitable for beginners, intermediate students, final-year scholars, and experts.
Abid Ali Awan
12 min
tutorial
Boost LLM Accuracy with Retrieval Augmented Generation (RAG) and Reranking
Discover the strengths of LLMs with effective information retrieval mechanisms. Implement a reranking approach and incorporate it into your own LLM pipeline.
Iván Palomares Carrascosa
11 min
tutorial
LlaMA-Factory WebUI Beginner's Guide: Fine-Tuning LLMs
Learn how to fine-tune LLMs on custom datasets, evaluate performance, and seamlessly export and serve models using the LLaMA-Factory's low/no-code framework.
Abid Ali Awan
12 min
tutorial
LLM Classification: How to Select the Best LLM for Your Application
Discover the family of LLMs available and the elements to consider when evaluating which LLM is the best for your use case.
Andrea Valenzuela
15 min
code-along
Retrieval Augmented Generation with LlamaIndex
In this session you'll learn how to get started with Chroma and perform Q&A on some documents using Llama 2, the RAG technique, and LlamaIndex.
Dan Becker