End To End LLM Project Using LLAMA 2- Open Source LLM Model From Meta

  Рет қаралды 130,780

Krish Naik

Krish Naik

Күн бұрын

Blog Generation Platform Code: github.com/krishnaik06/Comple...
The Llama 2 release introduces a family of pretrained and fine-tuned LLMs, ranging in scale from 7B to 70B parameters (7B, 13B, 70B). The pretrained models come with significant improvements over the Llama 1 models, including being trained on 40% more tokens, having a much longer context length (4k tokens 🤯), and using grouped-query attention for fast inference of the 70B model🔥!
Time Stamp
00:00:00 Introduction And Agenda
00:02:36 Introducing LLama 2 Fro Meta
00:05:08 LLama 2 Research paper
00:10:20 How To Download LLama 2 model
00:13:18 End To End Blog Generation LLM Platform
---------------------------------------------------------------------------------------------------------
Start Contributing in Open Source Projects
The-Grand-Complete-Data-Science-Materials
github.com/krishnaik06/The-Gr...
------------------------------------------------------------------------------------------------------
Complete Langchain Playlist:
• Amazing Langchain Seri...
--------------------------------------------------------------------------------------------------------
Support me by joining membership so that I can upload these kind of videos
/ @krishnaik06
------------------------------------------------------------------------------------------------------------------------------
►Data Science Projects:
• Now you Can Crack Any ...
►Learn In One Tutorials
Statistics in 6 hours: • Complete Statistics Fo...
Machine Learning In 6 Hours: • Complete Machine Learn...
Deep Learning 5 hours : • Deep Learning Indepth ...
►Learn In a Week Playlist
Statistics: • Live Day 1- Introducti...
Machine Learning : • Announcing 7 Days Live...
Deep Learning: • 5 Days Live Deep Learn...
NLP : • Announcing NLP Live co...
►Detailed Playlist:
Python Detailed Playlist: • Complete Road Map To B...
Python playlit in Hindi: • Tutorial 1- Python Ove...
Stats For Data Science In Hindi : • Starter Roadmap For Le...
Machine Learning In English : • Complete Road Map To B...
Machine Learning In Hindi : • Introduction To Machin...
Complete Deep Learning: • Why Deep Learning Is B...

Пікірлер: 271
@krishnaik06
@krishnaik06 7 ай бұрын
AI field is really becoming dynamic.Lot of changes are coming from Traditional Machine Learning to Generative AI.This field is changing dynamically and we need to update ourself as we go ahead. Join my telegram group where I post and discuss these types of content.Happy Learning!! Make sure you have telegram installed in it. t.me/+V0UeLG8ji-F8ThNb
@akshaykumarmishra2129
@akshaykumarmishra2129 7 ай бұрын
hi, do we have an open source model which can help us in selecting something out of the available list based on requirements...... or any other way
@RanjitSingh-rq1qx
@RanjitSingh-rq1qx 7 ай бұрын
Sir we don't want to use pre-trained model, we want to fine tuning these models with our custome data.
@RohitKumarGuptarkg
@RohitKumarGuptarkg 7 ай бұрын
Sir, I have a basic question related to Prompting. Does any learning (with model weight update) happen during Prompting? If not, then how does the model learn from Few Shot Prompting?
@bgh1301
@bgh1301 7 ай бұрын
Your videos are awesome, If you kindly make a video on RLHF with the code, it will be greatly helpful.
@gellitarun616
@gellitarun616 6 ай бұрын
hi sir could you please help me with the erro i'm facing when run the model File "C:\Users\tarun\anaconda3\envs\venv\lib\site-packages\streamlit untime\scriptrunner\script_runner.py", line 534, in _run_script exec(code, module.__dict__) File "C:\Users\tarun\llm\app.py", line 57, in st.write(getllamaresponse(input_text,no_words,blog_style)) File "C:\Users\tarun\llm\app.py", line 28, in getllamaresponse response=llm(prompt.format(style=blog_style,text=input_text,n_words=no_words)) File "C:\Users\tarun\anaconda3\envs\venv\lib\site-packages\langchain_core\prompts\prompt.py", line 132, in format return DEFAULT_FORMATTER_MAPPING[self.template_format](self.template, **kwargs) File "C:\Users\tarun\anaconda3\envs\venv\lib\string.py", line 161, in format return self.vformat(format_string, args, kwargs) File "C:\Users\tarun\anaconda3\envs\venv\lib\site-packages\langchain_core\utils\formatting.py", line 18, in vformat return super().vformat(format_string, args, kwargs) File "C:\Users\tarun\anaconda3\envs\venv\lib\string.py", line 165, in vformat result, _ = self._vformat(format_string, args, kwargs, used_args, 2) File "C:\Users\tarun\anaconda3\envs\venv\lib\string.py", line 205, in _vformat obj, arg_used = self.get_field(field_name, args, kwargs) File "C:\Users\tarun\anaconda3\envs\venv\lib\string.py", line 270, in get_field obj = self.get_value(first, args, kwargs) File "C:\Users\tarun\anaconda3\envs\venv\lib\string.py", line 227, in get_value return kwargs[key]
@zedia121
@zedia121 7 ай бұрын
Thank you Krish, please continue to create contents like this!
@babukrishnamurthy8224
@babukrishnamurthy8224 5 ай бұрын
I am happy that i found you in KZbin. You are doing a great job. Keep going.
@user-bp5eg5jq4s
@user-bp5eg5jq4s 7 ай бұрын
please keep doing such videos!! kudos to your work.. and patience.
@morenomt27
@morenomt27 7 ай бұрын
wow @krishnaik06!!! Thank you for this. Just in time!! I had been looking for Llama tutorials and here you are :)
@sandeepmahale1941
@sandeepmahale1941 21 күн бұрын
Thanks for making it simple yet comprehensive. Look forward to more such videos. :)
@samuelahiadjipe3894
@samuelahiadjipe3894 7 ай бұрын
Thanks a lot for your amazing videos! I learn a lot from you. Love from Togo!
@MrSikesben
@MrSikesben 6 ай бұрын
Hi Krish, I like this approach of the training. It gives you a good background
@jayanthkoripalli3403
@jayanthkoripalli3403 3 ай бұрын
Thank you very much, You have made my Project way easier by the way you explained everything!
@KrishnaKhandelwal15
@KrishnaKhandelwal15 7 ай бұрын
Thank you Krish, I am from QA background but your videos helped me a lot to learn AI. you are my AI Guru :)
@AIforAll-DOMANA
@AIforAll-DOMANA 6 ай бұрын
ALWAYS BIG THINGS AND EPLAINATIONS , THANK YOU
@ankitkumar-ef8ie
@ankitkumar-ef8ie 3 ай бұрын
I really Love the way you explain Krish , I am a big Fan of your teaching style and content tooo..
@chandrachoodR
@chandrachoodR 6 ай бұрын
This is a great way to learn Krish , keep doing your great work
@ushabathula
@ushabathula 7 ай бұрын
Thanks for making this video, which is very much useful in implementing real world LLM use cases, OfCourse we are using currently.
@krishanagyanwali
@krishanagyanwali 6 ай бұрын
It already met your target. Keep teaching!
@darshandodamani6682
@darshandodamani6682 7 ай бұрын
This is my excellent learning till today. Thank you so much sir.
@prabhamelady1680
@prabhamelady1680 7 ай бұрын
Hi Krish, Thank you so much for uploading all best resources to keep us upto date. I am ur follower from many years. because of your resources I got into Datascience job 2 year back and upgrading myself by ur videos and encouragement. Thank you
@InduDevi-zo9gs
@InduDevi-zo9gs 4 ай бұрын
that's great 😊
@sibaprasadnaikbehera3442
@sibaprasadnaikbehera3442 7 ай бұрын
Thank you for making this amazing video on open source llama2 , really helpful for free gpt programmers
@KayPubg-ld6nh
@KayPubg-ld6nh 7 ай бұрын
Hi Krish, Thanks for your educational videos.
@pragatimehra6430
@pragatimehra6430 3 ай бұрын
Mazza aa gaya, Sir. Really well structured! Thanks a lot!
@shaonsikder556
@shaonsikder556 7 ай бұрын
Really cool tutorial. You made it easy to understand>>>Hats off
@sayantanmandal4034
@sayantanmandal4034 Ай бұрын
thank you sir ,your video have every details we required for using a llm model.
@user-xk5of6jy2o
@user-xk5of6jy2o 7 ай бұрын
Great content! thank you Krish
@MohitKRohilla
@MohitKRohilla 4 ай бұрын
Sir your knowledge, confidence and content are phenomenal. Salute to great efforts. :)
@user-sj5cf5gg8t
@user-sj5cf5gg8t 7 ай бұрын
Thank you for sharing this valuable knowledge
@sharankumar31
@sharankumar31 4 ай бұрын
Thankyou for teaching us... Very helpfull for other domains too..
@yajursehra5379
@yajursehra5379 4 ай бұрын
Amazing video, Thanks Krish
@nathalie4535
@nathalie4535 7 ай бұрын
Thank you so much. I love all your Videos.
@fatsam6658
@fatsam6658 7 ай бұрын
Thank you sir for this wonderful and fruitful video
@muhammadtalmeez3276
@muhammadtalmeez3276 6 ай бұрын
please keep going with this format for other models as well. Thanks
@arupmmi07
@arupmmi07 4 ай бұрын
Great lecture, and great effort than you very much.
@pratapsingha2918
@pratapsingha2918 7 ай бұрын
Quite Good Sir And we Want More Like This
@SamGirgenti
@SamGirgenti 4 күн бұрын
good job man, thank you!
@sachin5275
@sachin5275 7 ай бұрын
Great explanation sir, much love from sri lanka❤
@bankoleayoade8852
@bankoleayoade8852 7 ай бұрын
Good project. Thanks Krish
@faysalmahmud2721
@faysalmahmud2721 7 ай бұрын
It's really initiative. You are doing very well
@manishraj-rz4lh
@manishraj-rz4lh 7 ай бұрын
Incredible Stuff Keep Going ✌
@gauravbhandari3409
@gauravbhandari3409 4 ай бұрын
Hi Sir, fantastic video. Keep it up
@anujaiswal8079
@anujaiswal8079 5 ай бұрын
Thank you so much for amazing contents
@020hamza2
@020hamza2 6 ай бұрын
Thanks a lot sir nice initiative please keep it up
@sasibhushan4850
@sasibhushan4850 23 күн бұрын
this is an awsome format
@bamideletewogbade1503
@bamideletewogbade1503 7 ай бұрын
haha your predicted stats have been smashed. cheers to seeing more videos around working with LLM's
@shivaaynamah6612
@shivaaynamah6612 7 ай бұрын
It is really a nice initiative by you
@mubasharsaeed6044
@mubasharsaeed6044 5 ай бұрын
Thank you for the great video
@MOHAMMEDADNAN-vv2me
@MOHAMMEDADNAN-vv2me 7 ай бұрын
Sir its a very good video to learn about LLM and to know how to generate end to end projects from these models
@jimharrington5678
@jimharrington5678 7 ай бұрын
Hey Krish, this is a treasure please do videos on fine-tuning, and deployment also.
@alejandronavio
@alejandronavio 6 ай бұрын
Thanks for making this video
@deepaktiwari5874
@deepaktiwari5874 3 ай бұрын
i learn and know about data science and ai ...thank you very much sir your video such a very help me for work in project and also understand about next workplace in ai and data science ...
@khalidal-reemi3361
@khalidal-reemi3361 6 ай бұрын
Eagerly waiting for fine-tuning such model on our own data.
@utkarshtripathi9118
@utkarshtripathi9118 4 ай бұрын
best video on LLama
@khaderather
@khaderather 7 ай бұрын
Thanks for the video sir .....❤
@manishkumaryadav189
@manishkumaryadav189 7 ай бұрын
Great Sir, I am a Full Stack Developer, I am looking forword to involve in Data Science field, and I am going to follow your The-Grand-Complete-Data-Science-Materials and Roadmap-To-Learn-Generative-AI-In-2024. My 2024 target is only follow you .😊 Thank you GURU JI🙏
@adeebahmad5327
@adeebahmad5327 Ай бұрын
one of the best video
@simply54
@simply54 6 ай бұрын
awsome ..thank you so much
@manjitbaishya3996
@manjitbaishya3996 7 ай бұрын
Hello sir, PW student here. First of all, I would like to thank you for the amazing ML classes you took for PW. They were really amazing and the way you taught were very easy and very simple. Looking forward to learning the rest from you here.
@riyayadav8468
@riyayadav8468 7 ай бұрын
What is pw
@GauravSingh-xs6qn
@GauravSingh-xs6qn 6 ай бұрын
​@@riyayadav8468😮 Physics wallah
@SrijitoGhosh
@SrijitoGhosh 5 ай бұрын
@@riyayadav8468, Physics Wallah
@user-on1qo8un2t
@user-on1qo8un2t 2 ай бұрын
you videos deserve more than 100000000 comments and likes
@vatsalsinha625
@vatsalsinha625 Ай бұрын
NICE WORK SIR
@user-rz5rs2kr1w
@user-rz5rs2kr1w 4 ай бұрын
That was really helpful.
@SreeCharan-dx7oc
@SreeCharan-dx7oc 2 ай бұрын
Thank you
@nikhilnatesh7276
@nikhilnatesh7276 4 ай бұрын
Thanks for the knowledge1
@vaibhavkumar7997
@vaibhavkumar7997 27 күн бұрын
amazing content
@nehachouhan3398
@nehachouhan3398 4 ай бұрын
Amazing.......... it is really good
@insanemedia786
@insanemedia786 7 ай бұрын
good sir very helping this vedios nice nice......
@team6751
@team6751 7 ай бұрын
Thank you❤ Sir
@wafalakhdhar4287
@wafalakhdhar4287 2 ай бұрын
Awesome
@atirekgupta6539
@atirekgupta6539 7 ай бұрын
Really great tutorial
@sudhirkhadke8775
@sudhirkhadke8775 4 ай бұрын
Thank You Sir
@syedkhadeer123
@syedkhadeer123 7 ай бұрын
For your effort🎉
@jayachandranswarnamoorthy
@jayachandranswarnamoorthy 3 ай бұрын
Thanks Krish this way ahead ChatGPT LLM
@sivabalaram4962
@sivabalaram4962 7 ай бұрын
Thank you for uploading end to end project, can you make video on other LLMs like falcon, Jurassic, Lama index
@narendraparmar1631
@narendraparmar1631 3 ай бұрын
Thanks Krish
@RamaChandran-fc3hp
@RamaChandran-fc3hp 7 ай бұрын
Finally meta also created their llm models
@rajrajabhathor2996
@rajrajabhathor2996 6 ай бұрын
Thanks!
@arunmunagala8333
@arunmunagala8333 7 ай бұрын
great video!
@Tamilgamesandtech
@Tamilgamesandtech 7 ай бұрын
Good project🎉
@waqasbilal6934
@waqasbilal6934 7 ай бұрын
Great video, love from Pakistan sir...
@KashiF.Ali88
@KashiF.Ali88 4 ай бұрын
Nice initiative ❤
@gurjeet333
@gurjeet333 7 ай бұрын
Thanks for the wonderful vedio, Can you also create a vedio on deployment of such large models
@Dhirubhai766
@Dhirubhai766 7 ай бұрын
Amazing vedio
@alirana327
@alirana327 2 ай бұрын
helpfull video
@gunasekhar8440
@gunasekhar8440 7 ай бұрын
Great share sir.
@krishnaik06
@krishnaik06 7 ай бұрын
Many many thanks
@ganeshkshet5631
@ganeshkshet5631 4 ай бұрын
awesome
@ahmdbilal81
@ahmdbilal81 7 ай бұрын
thanks 😍
@monu8374
@monu8374 7 ай бұрын
Hello Sir, Thank you for such a quick and Concise tutorial on Llama. I watched till the end and did a side-by-side code my myself till the end BUT the output in the StreamLit app is, taking forever to generate the required text
@Coconut34578
@Coconut34578 7 ай бұрын
Best video ❤❤
@arielgamao5480
@arielgamao5480 4 ай бұрын
I hope to see your future video tutorials of ai-based chatbot using python. Thanks
@nasiksami2351
@nasiksami2351 7 ай бұрын
Can you please make a tutorial on using LLM's to augment textual data on private data. Where no data will be re-used to train LLM models. That would be a great help!
@Pravin33unique95
@Pravin33unique95 7 ай бұрын
Great
@mohdkashif7295
@mohdkashif7295 7 ай бұрын
Thanks krish for this series, can you also make video on huggingface RagModel and RagRetriever for generative AI
@hrk1
@hrk1 7 ай бұрын
You made it simple
@kenkimani194
@kenkimani194 7 ай бұрын
Lets go Krish❤
@haitamborqane5602
@haitamborqane5602 7 ай бұрын
Get this man to 100 likes
@user-iw8cf3yz8g
@user-iw8cf3yz8g 4 ай бұрын
sir please videos on using pretrained models also like yolo ,coco ssd so that we can dive deep into how to build projects using that
@user-lk7bt1yz1t
@user-lk7bt1yz1t 7 ай бұрын
Hi Krish! I learned data science through your videos and am now working as a data scientist. BIg Thanks! Can we use QA answer models without OpenAI or anything free of cost?
@sagarhande2906
@sagarhande2906 7 ай бұрын
👏
@lavinadurgani3149
@lavinadurgani3149 5 ай бұрын
Thanks @krishnaik06 This is very helpful
@Xvherio
@Xvherio 4 ай бұрын
bro lets goo
@moulisiramdasu6753
@moulisiramdasu6753 7 ай бұрын
Hi Sir, Please create a video on Optimization and quantization techniques for LLM
@nirobsarkar2926
@nirobsarkar2926 7 ай бұрын
nice content
@rishichowdhury4296
@rishichowdhury4296 7 ай бұрын
I hope the next video would be as open source as possible . If you are going to use cloud please make sure its free so that we can code along with you. Again thank you so much
Fine-tuning Large Language Models (LLMs) | w/ Example Code
28:18
Shaw Talebi
Рет қаралды 271 М.
When You Get Ran Over By A Car...
00:15
Jojo Sim
Рет қаралды 28 МЛН
Became invisible for one day!  #funny #wednesday #memes
00:25
Watch Me
Рет қаралды 57 МЛН
3M❤️ #thankyou #shorts
00:16
ウエスP -Mr Uekusa- Wes-P
Рет қаралды 15 МЛН
Generative AI 101: When to use RAG vs Fine Tuning?
6:08
Leena AI
Рет қаралды 10 М.
Should You Use Open Source Large Language Models?
6:40
IBM Technology
Рет қаралды 344 М.
I used LLaMA 2 70B to rebuild GPT Banker...and its AMAZING (LLM RAG)
11:08
Things Required To Master Generative AI- A Must Skill In 2024
15:01
LangChain Explained in 13 Minutes | QuickStart Tutorial for Beginners
12:44