Amazing !!! I have red the book -"Generative AI on AWS" today and learnt all the concepts of quantization, PEFT, LoRA, QLoRA and you have uploaded the video for the same!! Thanks a lot!!
@shivashankarmrampur880010 ай бұрын
Can you please share the link of book if you have
@ViveksCodes10 ай бұрын
Book name??
@mysticlunala802010 ай бұрын
@@ViveksCodes He literally told the book name. Are you guys blind?
@omarhalabi8899 ай бұрын
have some manners @@mysticlunala8020
@DataScientist-HardikSankhla9 ай бұрын
Can U please send me the book or link for it
@bluelightning535010 ай бұрын
Please make vidoes on theoretical concepts such as LLM model internals, Mixture of Experts, RLHF and so on.
@rishiraj254810 ай бұрын
👍
@ViveksCodes10 ай бұрын
+1
@saqibmumtaz93807 ай бұрын
+1
@shakilkhan430610 ай бұрын
I started my fine tuning journeys , hope it would be something interesting
@DataDorz10 ай бұрын
Amazing video Krish, Can you also make a video on how to build RAG based LLM for Q&A over multiple documents where we can actually compare between two or more documents.
@pedroluisbroca2049 ай бұрын
This guy's excitement for NLP is adorable but man needs to get out more, the real world is calling!
@nasiksami235110 ай бұрын
Thank you for the video. The main issue I face from these tutorials is the custom dataset preparation part. Here also the dataset is loaded from HF. I have a tabular NLP classification dataset in my local. Let's say sentiment analysis dataset. How should I prepare the dataset and run the llm finetuning locally? Thank you again for this tutorial. I hope you'll show us the implementation of actual local, own dataset finetuning. Also, there's a paper called TabLLM, which uses LLM on numeric tabular datasets. Making a video on that one would be so much helpful regarding implementing it on the custom private dataset. Thank you again, and keep bringing good content as always
@HSM2727Ай бұрын
read this paper: Unleashing the Potential of Large Language Models for Predictive Tabular Tasks in Data Science
@avanthikar260810 ай бұрын
Can you please upload videos indepth of how different prompting techniques like chain of thought, self consistency, knowledge generation etc were practically used with which the outputs of the models based on use cases are getting improved
@AbdullahiAhmad-Babura10 ай бұрын
Amazing following for a long time you are doing well
@zulaysolis514510 ай бұрын
Wow thanks for breaking it down step by step.
@AngelBautistaMartinez9 ай бұрын
Mistral's medium posts helped me a ton, then found enterprise for hands on work
@otakudnp38808 ай бұрын
does mistral have a medium page? but finding it
@ruiteixeira23249 ай бұрын
May I ask a question? I used your code to fine-tune llama2 7b-chat on my data and the code works perfectly, but for some reason my new LLM can't predict the EOS token. So, every time I ask the model to generate text, it will generate tokens until it reaches the max_length. I think there is something wrong with the way Lora is using this EOS token. Do you have any idea how to fix this? By the way, amazing video. Thanks.
@sanadasaradha863810 ай бұрын
Actually this the video i want to ask you but you read my mind before I ask that why I am saying now Krish sir is mind reader
@sajidchoudhary116510 ай бұрын
Yes, please make a theoretical video as well on all open source llms
@saqibmumtaz93807 ай бұрын
Please also make a video on mathematical concepts and the intuition behind the LLMs. Already subscribed and liked the video, as you are doing an amazing job.
@bikramsubedi34566 ай бұрын
for tuning this model the format of dataset must be same or i may use any others format too such as row with text only without and [INST] or if labelled data are required then i use csv with two rows for prompt and answer??
@arri581210 ай бұрын
thank you sir for this video, please make videos on theortical concepts needed to understand this fine tuning process. It will mean alot thanks sir
@Timeless_Stoic10 ай бұрын
Amazing how did you know all this sir😢😢😢😢
@flyingsnow135710 ай бұрын
Can we do fine tuning on unsupervised data?
@Abdullah_kwl10 ай бұрын
Make theocratical videos on PEFT, LoRA, QLoRA, how quantization work, how quantize a model and Mixture of experts works
@A.M.818110 ай бұрын
Can you tell me what dataset templates should be used for fine-tuning? What fields should be there? If I need the model to answer questions in chat mode, like a first-line support bot, make a summary of the text I insert - are these different sets and as a result different models? That is, it turns out that I need already 2 models, each solves a specific task? If, for example, there is a production department and a financial department in the company, then is it better to use 2 separate small models and they are tailored to a separate knowledge sphere or use one large one? Show how to fine-tune on a local computer in the VSC environment on an RTX4090 video card
@ashish_sinhrajput51739 ай бұрын
what modification i need to do i i wanted to fine-tune this llama model on text-Summarization task... ?
@sanjaykrish87197 ай бұрын
You are a gem ❤❤
@janarddansarkar34476 ай бұрын
Could you please explain the parameters, what does they mean, what is the effect of these in the model performance and what is the significance etc. ?? In interviews, they ask such questions only, because almost all the candidates has a lot of project from various online resources, but we need the underneath principle behind the working of finetuning with different params.
@ravikumar4693110 ай бұрын
Can we train this model locally by creating a virtual environment (e.g. conda) ?
@ashishmehra514310 ай бұрын
It is possible but you need a very high VRAM to process.
@paul-andrejacques24885 ай бұрын
Very Amazing video. Please make vidoes using json or csv file as a dataset
@sanadasaradha863810 ай бұрын
Sir do a video on how to transfer the customer data into q&a format for fine tuning to llms
@fl0287 ай бұрын
Hi everyone, I have a question about data preparation and fine tuning of LLMs. What should the data format look like in the fine tuning process? On the one hand, it can be pure text to add special knowledge to the LLM. On the other hand, the data set can be structured in question and answer / prompt and answer format. What do you think? Do you have any recommendations for me? Thank you and best regards!
@rishijain823110 ай бұрын
Amazing video! Can you please make a video on the theoretical aspects as well?
@rahulhiware40499 ай бұрын
@Krish Can you load the fine-tuned model and then test/check it on the test data? In last code snippet I guess you are using the base model to get the results. Please correct me if I am wrong. Coping that line of code here which I am doubtful of. pipe = pipeline(task="text-generation", model=model, tokenizer=tokenizer, max_length=200)
@KushagraKumar-s1g9 ай бұрын
I have the same doubts. It seems it is picking the old base model and not the fined-tune one. Correct me if I am wrong
@wasimmemon22849 ай бұрын
Hi Krish, I had a doubt: Will quantization decrease the accuracy of the whole model? Will that mean that we will get less accurate results?
@SayaliYadav-h7x10 ай бұрын
I have already run this script one month ago, but this model cannot provide accurate answers as on custom data on which this llama2 model is trained .
@ArunkumarMTamil8 ай бұрын
how is Lora fine-tuning track changes from creating two decomposition matrix? How the ΔW is determined?
@ramankhanna95267 ай бұрын
thanks for the video , it would be better if u can show documentation side by side with ur testing plz
@vsneelesh369210 ай бұрын
need a theory content also sir . I would help in making the foundations stronger
@vigneshkannam1655Ай бұрын
You are doing good, but still pls explain technical points more and reduce repeated sentences
@praffulvyas-m7f10 ай бұрын
Thank you for this amazing video. Can u also explain how to create custom dataset in Q/A format from the raw text and fine tune it and should we fine tune or use RAG if we want reponse from a particular domain only.Thanks
@AbhishekChaudhary-y5f4 ай бұрын
Krish sir, can you tell me for fine tunning llama 3 why most of the people are using alpaca format, is this a straight away rule, or it just like it works well with alpaca format for fine-tunning.
@gideongyimah21710 ай бұрын
Can you please upload a video on how to finetune LLM model to work on or understand local language given a dataset on local languages
@ashishmehra514310 ай бұрын
Finetuning happens when you cannot train the model for each user or each use case. If you want the model to work in a specific native language, the Llama2 model should have been trained in the same native language. Remember you are training the model with the data and the current Llama2 model is training on the English dataset.
@KumR10 ай бұрын
waiting for the ollama video buddy
@ssen08110 ай бұрын
Please conduct sessions on running AI models on cloud platforms like AWS, Azue and Google
@anushareddygudipati51699 ай бұрын
Amazing! Can you please make video on how to use fine tuned model in RAG.
@Iampercey9 ай бұрын
@Krish- After done fine tuning of the model, how can I run the fine-tuned model on local machine
@MohaKashani4 ай бұрын
Your google colab code has conflict of packages and can not be run. I suppose just recently something has changed with the hidden package versions and so the problem has raised, or?
@AbhinavKumar-tx5er4 ай бұрын
Boss the code link provided in the description is not working
@pranabsingharoy327010 ай бұрын
Why you are train for 1 epoch only? What will be the optimal number of epochs?
@PranavBaviskar8 ай бұрын
Thanks for the video. Could you please create an end-to-end implementation video where you use Streamlit and local CPU?
@aravindraamasamy945310 ай бұрын
I want to integrate my database to the llm model , is it possible to finetune that. Can you show demo for integrating databses and fine tuning the llm model based on it.
@vishalaiml16498 ай бұрын
Hi Krishnaik, can you please create a Series on securing LLM responses, and Guardrails as it is burning topic now a days. Sincere Request.
@abduljalilhassan179810 ай бұрын
Krish Naik please discuss how to evaluate the model ?
@tirthbharatiya261110 ай бұрын
hey Krish, why I'm not able to see course request form on TechNeuron and why there is no new content?
@dibyanshuchatterjee412610 ай бұрын
Can you please make a video on DPO fine tuning method and its implementation.
@AppleFlickFix8 ай бұрын
Hi folks, can anyone help? he had taken from the hugging-face for the final demonstration of the output but we need to test the fine-tuned model right?
@JaykishanMoradiya-b8p2 ай бұрын
Can we fintune the .GGUF model direcly by this way without any quantization process? Llama-3.2-1B-Instruct-Q4_K_S.gguf want to fine-tune the above model based on specific requirements for local devices.
@Shrieenidhi3 ай бұрын
I didn't understand "NousResearch/Llama-2-7b-chat-hf" this part. The original version of this model belongs to "meta-llama/Llama-2-7b-chat-hf". Since you are reducimg the precision, are you using this "NousResearch" model or what's the use in using this model. Also, what's the difference between these two models?
@ابوالقاسم-ن3خ10 ай бұрын
Can we use this for other languages such as Arabic Thanks a lot!!
@krishnaik0610 ай бұрын
Yes u can
@coldedkiller112510 ай бұрын
Sir this is a great video, but Please give a method that dont use hugging face to download the model, because we may have to train the same model again with new data. Also in the video we have download the model but how to load the model if it is locally available ?
@bonguyen38373 ай бұрын
The result you trained is not really matched with the result in the dataset, how do you think?
@divyagarh10 ай бұрын
Thanks for uploading! how to create the dataset from your HTML/PDF content to train the model?
@Ankit-b8d3s10 ай бұрын
from where did you learn ? can you share some resources , so that i can learn all of these from one place ?
@raghuvallikkat33849 ай бұрын
Hi Krish, Hi , I want to fine tune a code generator model with our organisational data specific to embedded Software. code generated should be specific to the chipset we are using. I was thinking of using starcoder/CodeLLAMA as a base model and fine tune with QLORA. But I dont have much clarity of the format in which I should prepare the custom data set. Can you please help on this. Will joining the group with subscription will help to get some 1:1 guidance
@oxydol34567 ай бұрын
it's working as charm wow.
@CosmosTraveler80089 ай бұрын
Sir can you create videos for evaluation of LLMs
@kuldeepism7 күн бұрын
over here ;)
@sathiyalokeswaranlingeswar50623 ай бұрын
great tutorial
@thearyandhar662129 күн бұрын
when I click the google drive link it goes to a pdf with some json...
@tirthbhatt334010 ай бұрын
Hello krish could you please make videos on Auto gen?
@adanpalma40265 ай бұрын
I m not surw if you said. But what is the avg hardware configuration?
@NIKHILPRASAD-e1g10 ай бұрын
downloaded the dataset and entered my own one prompt template by replacing other, and was not able to achieve the result for it, Kindly help me.
@sanjanakumar75259 ай бұрын
Can you please update the link to the code? The one given in the description does not work anymore
@yajuvendra1510 ай бұрын
Hello Krish, May I know how can we deploy this as an app in a kubernetis enviroment. thanks
@SyafieWork8 ай бұрын
If I am using langchain, can i still use this method?
@sayantikachatterjee50327 ай бұрын
why we set fp16=False, bf16=False in training_arguments = TrainingArguments() ?
@gokulraj663310 ай бұрын
Will the same code work for llama 13b chat . If not can you share Collab for fine tuning llama 13b .
@ganeshkumara85016 ай бұрын
i created my owndata set with my company data.It is showing wrong answers why?
@vijaydas296210 ай бұрын
looks like a typo!! Are we not supposed to be using "new_model" instead of "model" while testing the fine tuned model? I'm referring to this line-----> pipeline(task="text-generation", model=model, tokenizer=tokenizer, max_length=200). I think correct argument should be --> model=new_model instead of model=model ??
@azkarathore43556 ай бұрын
Can we finetune llama3 model for machine translation task
@lixiasong345910 ай бұрын
Sir, can I run the code on my local vs code?
@ashishmehra514310 ай бұрын
Yes if your local compute has enough processing power to run it.
@MasterMan20154 ай бұрын
Does anyone retrain LLma 2 on monolingual data (let's say some data in a sepecific low resource language XX) and then finetune it on parallel data en - XX ?
@nimesh.akalanka8 ай бұрын
How can I fine-tune the LLAMA 3 8B model for free on my local hardware, specifically a ThinkStation P620 Tower Workstation with an AMD Ryzen Threadripper PRO 5945WX processor, 128 GB DDR4 RAM, and two NVIDIA RTX A4000 16GB GPUs in SLI? I am new to this and have prepared a dataset for training. Is this feasible?
@AngelYahirHernàndezGarcìa10 ай бұрын
Good tutorial!
@somtirthadas934710 ай бұрын
RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver. I'm facing this error in google colab while running the GPU compatibility part. What can be the solution?
@TheAmazonExplorer73110 ай бұрын
Please make a vido with demo that robot perform task using LLM
@mayankmaurya99909 ай бұрын
Hi krish, If I have client data and don't want to load from huggingface then How can I do this?
@hmlynmusic7 ай бұрын
How can i get my model in gguf format?
@markandsweep10 ай бұрын
Thanks Krish
@Mintusir910 ай бұрын
Hello sir ❤ Can you make a welding detection project using AI Is it possible to you or not If you make then please make
@ashishmehra514310 ай бұрын
You do not need an LLM model for it. Wedding possibility is a classification problem and it is very easy to make a model if you know logistic regression or decision tree algorithm. These are week learners with a low accuracy but your use case is solvable by the said algorithms.
@Mintusir910 ай бұрын
@@ashishmehra5143 you can do this project then please make a video
@Hizar_1278 ай бұрын
I have a 50k sample dataset i want to fine tune the model.. can i do with this code ??
@TechKnowledgeForYou7808 ай бұрын
Hi Sir, Thanks for the information. Could you please share that pdf(Parameter - Efficient Transform learning for NLP).
@s.sanket77 ай бұрын
How can I save the fine tuned model locally?
@sumayyaafreen349910 ай бұрын
Can we use LLAMA for urdu language applications?
@nareshmalviya31007 ай бұрын
When i load the model. I facing error config.json not appear. And my model saved adapter_config.json Please provide solution.......
@thearyandhar662129 күн бұрын
Where is the link for the notebook???
@vidhanrathore22966 ай бұрын
Hi Your video is amaizing but I am not able to assess the code can provide me the github link I can utilize it. Please please............
@shaikirfanrahim733410 ай бұрын
Please make video on oneDNN
@rohanpandey995710 ай бұрын
need a whole playlist on llms sir
@FuzzyLab9 ай бұрын
How i can pass my model to .gruff ?
@pratibhagoudar681710 ай бұрын
Hi krish sir! I have worked on this script 2 days back, and I am eagerly waiting for your explanation about this llama. And my doubt is that, I think you didn't gone through this cell, "Reload the fp16 and merge it with lora weights " Explain this code cell and how it will merge and where it could be stored. For this particular block error : I'm getting out of the memory issue . And waiting for math's behind peft and theriotical knowledge... I hope this comment you will read,, And hope for response to my question!!! Thank you🌹
@SayaliYadav-h7x10 ай бұрын
you should change your google Colab memory runtime
@pratibhagoudar681710 ай бұрын
@@SayaliYadav-h7xi have worked with it's T4 gpu.. Do i need to change to another runtime?
@Zerodayy0x006 ай бұрын
At the end of the day js permanent 😂
@enough20010 ай бұрын
why dont you explain the theory also
@krishnaik0610 ай бұрын
Next video
@VijayKumar-ib3qc10 ай бұрын
Hi Krish, Thanks for the video. What is the purpose of developing the model using PEFT? Is the objective is to mimic CHATGPT where you ask questions and you get the answer?