Gao Dalie (高達烈)
Gao Dalie (高達烈)
  • 64
  • 184 315
Hybrid RAG + Fine-Tuning Your Own Dataset Python Project: Easy AI/Chat for your Docs
#ai #aiagent #chatgpt #python #chatbot #llm #machinelearning
What are Hybrid RAG + Fine-tuning Systems?
Hybrid systems blend the benefits of RAG and fine-tuning in a single pipeline:
The retriever provides fast access to expansive, fresh external data.
Fine-tuning deeply specializes in model behavior for the domain.
The generator produces outputs utilizing both external context and fine-tuned domain knowledge.
Timestamp:
00:00: Understand the problem
00:33: Example (problem)
02:30: What is Fine-tuning
02:50: Why Fine-tuning The Model?
03:44: Supervised Fine-Tuning
04:30: Supervised Fine-Tuning limitations
05:30: Full Fine-Tuning
06:22: Parameter Efficient Fine-tuning
06:57: LoRA with example
07:57: QLoRA with example
09:13: Choose the open-source fine-tuning framework
10:15: Strengths framework
11:11: Fine-Tuning LLama3.1 - 8B
12:08: Data Preparation for Fine-tuning
13:29: Format Data
14:12: Model Configuration
14:55: LoRA Configuration :
15:45: Training Configuration :
16:50: Training Dataset :
17:20: Loading The Model
20:02: Test fine-tuned a model
20:52: LLM-as-a-judge
22:27: Evaluating using BERTScore
23:22: Hybrid RAG + Fine-tuning
24:03: integrate Hybrid RAG + Fine-tuning
25:28: Experiments and Results
27:16: Conclusion
FOLLOW ME :
Subscribe Newsletter for free: substack.com/@gaodalie
Follow me on Twitter: GaoDalie_AI
Follow me on Linkedin: shorturl.at/dnvEX
Follow me on Medium: medium.com/@GaoDalie_AI
More Ideas On My Page: quickaitutorial.com/
Buy me a Coffee: www.buymeacoffee.com/gaodalie98d
[Must Watch]
RAG Playlist: ua-cam.com/video/nbiPmETb9u4/v-deo.html
Переглядів: 171

Відео

"I want RAG to remember everything about my private knowledge locally" - Here's How.
Переглядів 934Місяць тому
#rag #llm #chatgpt #agent #ai #aiagent #programming #coding MemoRAG, a next-generation retrieval enhancement large model framework based on long-term memory, aims to promote RAG technology's expansion from only being able to handle simple QA tasks to coping with complex general tasks. In this story, I'm going to explain what the MemoRAG is, how MemoRAG works, and what makes MemoRAG unique. and ...
Build a Reliable RAG Agent That Can Scrape Any Website !!!
Переглядів 2,1 тис.Місяць тому
#llm #webscraping #aiagent #chatgpt #coding #rag #programming #ai In this video, I have a super quick tutorial showing how you can create a Reliable RAG with Openai 1o and develop an AI agent to scrape any website you like. On top of that, you can ask questions about your data, which will give you responses to that question. Timestamp: 00:00 - chatbot demo 02:58 - what is Reliable RAG 04:32 - C...
Local GraphRAG + Langchain + local llm = Easy AI/Chat for your Docs
Переглядів 3,4 тис.2 місяці тому
#llm #chatgpt #ai #coding #chatbot #graphrag #programming #rag In this video, I have a super quick tutorial showing you how to create an AI for your PDF with local GraphRag, Langchain, and local LLM to make a powerful Agent Chatbot for your business or personal use. GraphRAG is an RAG that combines knowledge graph and generative AI technology to answer inquiries that were difficult to handle wi...
RAGCHECKER - A Framework for Evaluating RAG Applications
Переглядів 7732 місяці тому
#llm #VirtualAssistant #langchain #llamaindex #langchain #rag #llm #chatbot #chatgpt #ai #machinelearning RAGChecker and RAGAs evaluate Retrieval-Augmented Generation (RAG) models but serve different purposes. RAGChecker provides a broad framework for benchmarking overall RAG model performance, focusing on metrics like accuracy and relevance. RAGAs, on the other hand, offer specific metrics to ...
Transformer Explainer: How I visualize the Magic Behind Modern LLMs
Переглядів 1 тис.2 місяці тому
#llm #chatbot #chatgpt #ai #deeplearning #transformers #coding #machinelearning AI is already deeply integrated into our lives, but it is important to understand how it works rather than accepting it as a "black box." TRANSFORMER EXPLAINER is a powerful tool for cultivating the "ability to understand," which is essential in this age of AI. It will be a great help not only to AI developers but a...
Search Engine + GraphRAG + LLM Agents = AI-powered Smart Search
Переглядів 7 тис.3 місяці тому
#chatbot #opensource #ai #programming #coding #searchgpt #llm #python MindSearch is an open-source AI search framework launched by the joint R&D team of the Shanghai Artificial Intelligence Laboratory, which combines large-scale information collection and organization capabilities. Timestamps: 00:00 - where are things heading? 00:46 - Chatbot Demo 02:25 - what is Mindsearch 03:08 - what makes M...
Mem0 : A framework for developing Long-Term, Personalized Memory
Переглядів 2,2 тис.3 місяці тому
#llm #coding #python #programming #aiagent #ai #codegpt in this video, I will provide an easy-to-understand explanation of Mem0 overview, what makes Mem0 unique, How Mem0 is different from Rag and even how to build an actual application. Timestamps: 0:00 - understand problem 01:31 - what is Mem0 02:24 - what makes Mem0 unique 03:01 - Rag Vs Mem0 04:08 - How Mem0 does it work 05:35 - build a cus...
groq supercharges fast ai inference for meta llama 3.1 (open source gpt-4o)
Переглядів 2,2 тис.3 місяці тому
#ai #llm #chatbot #chatgpt #llm #latestnews #artificialintelligence Meta announced the launch of Llama 3.1, which is the largest open-source AI model to date, and has surpassed OpenAI's GPT-4o and Anthropic's Claude 3.5 Sonnet in multiple benchmark tests! Timestamps : 00:00 - intro 01:23 - what is llama3.1 405B 02:07 - key feature 03:19 - benchmark 04:55 - install locally 05:10 - groq 05:41 - L...
RouteLLM: How I Route to The Best Model to Cut API Costs
Переглядів 1,3 тис.3 місяці тому
#ai #artificialintelligence #programming #chatbot #openai #llm large language models have shown amazing capabilities in a variety of tasks, but there is a big difference in their cost and capabilities. Timestamps : 00:00 - understand a problem 01:06 - table content 01:41 - What is Routellm with example 02:30 - How Routellm works 03:37 - Core Feature 04:21 - let's start coding 05:23 - Conclusion...
LangGraph + CorrFusionRAG + Local LLM Python Project: Easy AI/Chat for your Docs
Переглядів 1,4 тис.3 місяці тому
#chatbot #coding #ai #llm #chatgpt #python # In this video, I have a super quick tutorial showing how to create a fully local chatbot with LangGraph, Corrective RAG and RAG Fusion to make a powerful Agent Chatbot for your business or personal use. Timestamps : 00:00 - intro 00:25 - Demo Chatbot 01:37 - Concept of Rag Fusion and CRAG 02: 19 - how to combine Rag Fusion and CRAG 03:13 - start codi...
Langchain + Graph RAG + GPT-4o Python Project: Easy AI/Chat for your Website
Переглядів 8 тис.4 місяці тому
#coding #rag #llm #ai #graphrag #chatbot 💚 Link to Code: www.patreon.com/GaoDalie_AI in this video, I will walk you through 4 steps to give you a rough idea of the core concepts and the methods that I use to create your Graph Chatbot application ⭐ All Social Media Links: linktr.ee/GaoDalie_AI
LangChain + RAG Fusion + GPT-4o Python Project: Easy AI/Chat for your Docs
Переглядів 3,7 тис.5 місяців тому
#automation #rag #llm #ai #programming #gpt4o #langchain in this Video, I have a super quick tutorial for you showing how to create an AI for your PDF with LangChain, Rag Fusion and GPT-4o to make a powerful Agent Chatbot for your business or personal use. FOLLOW ME : Subscribe Newsletter for free: substack.com/@gaodalie Follow me on Twitter: GaoDalie_AI Follow me on Linkedin: short...
Intro to DSPy: Goodbye Prompting, Hello Programming!
Переглядів 5 тис.5 місяців тому
#llm #chatgpt #ai #python #automation #rag #technology #datascience DSPy is a framework developed by Stanford University that can automatically optimize LLM prompts and weights. Timestamps: 00:00 - intro 01:19 - What is DSPy 02:03 - WorkFlow 03:45 - What makes DSPy unique? 04:10 - Modules 04:32 - Optimizers 05:23 - Signature 05:42 - Langchain Vs Llamaindex Vs DSPy 06:06 - Code Example 11:13 - D...
CrewAI + Local LLM : How to Create AI Snapchat Influencer To Make 💲[Source Code Included]
Переглядів 1,5 тис.6 місяців тому
#ai #llm #chatbot #python #crewai #aigirl #langchain in this video, I am going show you how to generate your AI Girlfriend with CrewAI, Local LLM and OpenAI Timestamps: 00:00 - intro 01:28 - Create your AI Girl Generator (function) 02:50 - Create the profile of your AI girl 03:03 - prompt custom for your AI girl 03:47 - write a profile for your AI girl 04:33 - save your data in the yaml file 04...
LangGraph + Adaptive Rag + LLama3 Python Project: Easy AI/Chat for your Docs
Переглядів 6 тис.6 місяців тому
LangGraph Adaptive Rag LLama3 Python Project: Easy AI/Chat for your Docs
Why Command R+ is Much Better Than Mistral Large and good as ChatGPT-4?
Переглядів 1,3 тис.6 місяців тому
Why Command R is Much Better Than Mistral Large and good as ChatGPT-4?
How To Install Data Interpreter - Analysis Data With One Prompt!!
Переглядів 1,8 тис.7 місяців тому
How To Install Data Interpreter - Analysis Data With One Prompt!!
How I Build My App in Minutes Using Tasking AI - Open Source
Переглядів 4,2 тис.7 місяців тому
How I Build My App in Minutes Using Tasking AI - Open Source
Automating My Life with Fabric - Open Source (project Tutorials)
Переглядів 4,7 тис.7 місяців тому
Automating My Life with Fabric - Open Source (project Tutorials)
How To Control Your Chatbot Actions and Prompt System: LangGraph
Переглядів 1,9 тис.7 місяців тому
How To Control Your Chatbot Actions and Prompt System: LangGraph
How To Combine CrewAI , SharedMemory Across Agent and Groq API for Robust AI Agents
Переглядів 6 тис.7 місяців тому
How To Combine CrewAI , SharedMemory Across Agent and Groq API for Robust AI Agents
VectorShift + Pipelines + System Prompt = Ai Agent Chatbot
Переглядів 6927 місяців тому
VectorShift Pipelines System Prompt = Ai Agent Chatbot
AutoGen + Knowledge Graph + GPT-4 = Graph Chatbot
Переглядів 2,4 тис.8 місяців тому
AutoGen Knowledge Graph GPT-4 = Graph Chatbot
Crewai + Claude 3 + Langchain = Multi-Agent Chatbot
Переглядів 4,4 тис.8 місяців тому
Crewai Claude 3 Langchain = Multi-Agent Chatbot
LangGraph + Function Call+ YahooFinance = Multi-Agent Application
Переглядів 2,2 тис.8 місяців тому
LangGraph Function Call YahooFinance = Multi-Agent Application
LangGraph + Function Call + Web Scraper = Multi-Agent Application
Переглядів 3,8 тис.8 місяців тому
LangGraph Function Call Web Scraper = Multi-Agent Application
RAGAs- A Framework for Evaluating RAG Applications
Переглядів 6 тис.8 місяців тому
RAGAs- A Framework for Evaluating RAG Applications
LangGraph + Corrective RAG + Local LLM = Powerful Rag Chatbot
Переглядів 4,6 тис.8 місяців тому
LangGraph Corrective RAG Local LLM = Powerful Rag Chatbot
Five Technique : How To Speed Your Local LLM Chatbot Performance - Here The Result
Переглядів 1,9 тис.9 місяців тому
Five Technique : How To Speed Your Local LLM Chatbot Performance - Here The Result