Тёмный

Introduction to large language models 

Google Cloud Tech
Подписаться 1,2 млн
Просмотров 728 тыс.
50% 1

Опубликовано:

 

2 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 118   
@yabadab8609
@yabadab8609 Год назад
Actually, really helpful, thank you Google. Wondering how far this technology will go in the next couple of years, if it's this far already in a couple of months.
@webgpu
@webgpu Год назад
we all wondering too ;)
@robertcormia7970
@robertcormia7970 Год назад
This was fantastic! While I've been watching The Full Stack LLM Bootcamp, I'm not technically strong enough to start there, and will use these Google Cloud Tech videos as a means to "jumpstart" my knowledge of LLM and Generative AI. This is a great general primer for students and colleagues!
@mostafatouny8411
@mostafatouny8411 Год назад
Thanks for referencing Full Stack LLM Bootcamp, A great resource I was not aware of.
@EKOLegend
@EKOLegend Год назад
The mere fact that every large player in this space has videos teaching people about these things means this is super super serious.
@ChatGTA345
@ChatGTA345 Год назад
Or that it is a massive massive waste of time and effort
@zappy9880
@zappy9880 Год назад
@@ChatGTA345 unlikely. 1 or 2 small companies pursuing this tech with such ambition could be a waste of time. But if all the big players are investing their time and money in this tech, then it has to be something very real and very serious
@ChatGTA345
@ChatGTA345 Год назад
@@zappy9880 I don't think that necessarily follows. The industry has followed so many hype waves before. The competitive advantage is actually not to do what everyone else does
@padmakalluri181
@padmakalluri181 Год назад
@@ChatGTA345 😊😊😊😊😊😊❤
@espiya5557
@espiya5557 Год назад
@@ChatGTA345 well, it is a waste depends on how you use it. but can really be useful in several fields if you know how to use it and how you fine-tune it. just treat it as some sort of assisting tool as of now, and not as something that you actually use as some sort of definitive source of knowledge.
@davidcottrell1308
@davidcottrell1308 Год назад
Fantastic presentation...and...(I LOVE THIS) NO ANNOYING BACKING TRACK!! Thank you, Google!
@BrandonLee-ik8kw
@BrandonLee-ik8kw Год назад
2:47 You mentioned the parameters are hyper parameters is incorrect and confusing
@genlu6137
@genlu6137 Год назад
Appreciate the valuable content! Sharing some key takeaways of the video and I hope this can help someone out. 1) 00:50 - Large language models (LLMs) are general purpose language models that can be pre-trained and fine-tuned for specific purposes. LLMs are trained for general purposes to solve common language problems, and then tailored to solve specific problems in different fields. 2) 02:04 - Large language models have enormous size and parameter count. The size of the training data set can be at the petabyte scale, and the parameter count refers to the memories and knowledge learned by the machine during training. 3) 03:01 - Pre-training and fine-tuning are key steps in developing large language models. Pre-training involves training a large language model for general purposes with a large data set, while fine-tuning involves training the model for specific aims with a much smaller data set. 4) 03:15 - Large language models offer several benefits. They can be used for different tasks, require minimal field training data, and their performance improves with more data and parameters. 5) 08:50 - Prompt design and prompt engineering are important in large language models. Prompt design involves creating a clear, concise, and informative prompt for the desired task, while prompt engineering focuses on improving performance. 6) 13:43 - Generative AI Studio and Generative AI App Builder are tools for exploring and customizing generative AI models. Generative AI Studio provides pre-trained models, tools for fine-tuning and deploying models, and a community forum for collaboration. 7) 14:52 - Palm API and Vertex AI provide tools for testing, tuning, and deploying large language models. Palm API allows testing and experimenting with large language models and gen AI tools, while Vertex AI offers task-specific Foundation models and parameter efficient tuning methods. This takeaway note is made with the Notable app (getnotable.ai).
@aditeepathak8894
@aditeepathak8894 Год назад
Is it just me or the quality of google training videos has gone down?
@MrAmgadHasan
@MrAmgadHasan Год назад
Yes. They made a mistake when they described parameters as hyper parameters and the chain of thought part wasn't clear.
@satkotech
@satkotech 6 месяцев назад
RIP Bard, gone so young..
@joseperez-ig5yu
@joseperez-ig5yu Год назад
Finding answers to questions has become so much easier now with new tech. I have never been good at writing code, so this is a welcome change as far as I'm concerned! Look forward to more progress in technology.
@yenda12
@yenda12 Год назад
Be careful in the world to come being reliant on these AIs without developing any specific field will make you obsolete in future society
@dariannwankwo9126
@dariannwankwo9126 10 месяцев назад
Minor Correction @ 2:14. "In ML, parameters are often called hyperparameters." In ML, parameters and hyperparameters can exist simultaneously and serve two different purposes. One can think of hyperparameters as the set of knobs that the designer has direct influence to change as they see fit (whether algorithmically or manually). As for the parameters of a model, one can think of it as the set of knobs that are learned directly from the data. For hyperparameters, you specify them prior to the training step; while the training step proceeds, the parameters of the model are being learned.
@LavaCreeperPeople
@LavaCreeperPeople 5 месяцев назад
Nice
@praveenmadduri7181
@praveenmadduri7181 10 дней назад
Parameters means connections between nodes ?
@dariannwankwo9126
@dariannwankwo9126 10 дней назад
@@praveenmadduri7181 In the context of neural networks, yes. When parameters are mentioned, one is usually referring to the weights/connections between nods.
@JonathanPoczatek
@JonathanPoczatek Год назад
Can't wait to see demos at GoogleIO
@henri8903
@henri8903 Год назад
Thank you John. I believe you conflated model parameters and hyperparameters at 2:16. As far as I know, these are two different concepts.
@fierce10
@fierce10 Год назад
Yes, they are different conceptually. Parameters are directly applied/calculated in the hypothesis or model; while, hyperparameters are somewhat heuristically decided based on what works. For example if you were figuring out how to get from home to office, the path details maybe calculated directly by the GPS, but the time at which you leave maybe heuristically decided by you. Another example of a hyperparameter can be how many backup cameras you choose to add should the main camera fail on a robot, there is no 'correct' number, it's more of a cost or design choice. In an ML transformer, choosing the number of encoders or decoders can be a hyperparameter. The parameters would be learned from the language training in the LLM.
@03timboy
@03timboy 11 месяцев назад
Agreed, two totally different things. It's not great that the video encourages this confusion.
@bakerkawesa
@bakerkawesa Год назад
Great explainer. I'm a little less anxious about AI taking our jobs.
@near_.
@near_. Год назад
1980s or so, there were telephone operator who connects those STD lines. Now they are vanished but their next gen kids are employed in another market. That's how innovation works!!
@sarahsalt3689
@sarahsalt3689 Год назад
Thank you for making this available to the general public!
@luminouswolf7117
@luminouswolf7117 Год назад
If you define the problem you are trying to solve first Then reason from their Wouldn’t it be more efficient?
@aliwafaafif
@aliwafaafif Год назад
Anybody who read this comment, you'd want to type this prompt in Chat-GPT or Bard: "I have 15 liter jug, 10 liter jug, and 5 liter jug. How do I measure 5 liters of water?" ---> See what they answer
@lifeofdean3647
@lifeofdean3647 Год назад
can u share awesome slides ?
@littlebrit
@littlebrit Год назад
What is the legal status now of LLM models trained on proprietary data ?
@gr8ape111
@gr8ape111 Год назад
lol
@MrAmgadHasan
@MrAmgadHasan Год назад
Japan legalized them.
@artus198
@artus198 Год назад
What does 540 billion parameters mean , and how do you pass those to your model ? What kind of computational processing power is needed for this ?
@strider806
@strider806 Год назад
You don't have to pass the parameters. In Llm you just send the data as text and it must be able to tokenize the text.
@MrAmgadHasan
@MrAmgadHasan Год назад
You first instantiate the model with randomly generated parameters (540B in this case) and use lots and lots and lots of data to make the model "learn" and modify these parameters so they are better. For llms, you need hundreds of powerful gpus and you need weeks or months to train such massive models. Falcon 40B which is a state of the art open source model with 40B parameters was trained for two months.
@artus198
@artus198 Год назад
@@MrAmgadHasan chatgpt was trained for about 2 years , there are 2 seperate models within chatgpt , one to understand context, the other to predict the text 🤪
@MrAmgadHasan
@MrAmgadHasan Год назад
@@artus198 chatgpt is not a pure LLM. It was finetuned using multiple instructions datsets and RLHF. I was talking about training pure LLMs
@deeplearningpartnership
@deeplearningpartnership Год назад
Nice.
@sasasunshine6
@sasasunshine6 Год назад
Great video! Thank you!!
@iskalasrinivas5640
@iskalasrinivas5640 Год назад
Really helpful video, but dont understand why it's called intelligent because it cannot discover something on its own
@tiagomaqz
@tiagomaqz 3 месяца назад
It can. Once you feed the base of information, it can learn from the questions themselves leveraging possible answers for accuracy. Hallucinations will happen but that's when you start fine tuning it with the correct answers that it could not find on its own or on its data base. A human can't learn everything on their own, we need to study content which is build over time through observation.
@AnupamAnende_sauronpothor
@AnupamAnende_sauronpothor Год назад
proximity and stream for seek time reduction..memory in case reduced latency, can also be optimized for seek time and pattern analysis.
@AnthatiKhasim-i1e
@AnthatiKhasim-i1e Месяц назад
Hey there! AI is definitely becoming more prevalent on Facebook. I've noticed more personalized content and ads powered by AI algorithms. It's amazing how AI enhances our social media experience."
@MeenakshiSharma-ss2ir
@MeenakshiSharma-ss2ir Год назад
At 4:50 I did not understand the third point that the speaker made i.e. "Orchestrated distributes computation for accelerators". Can someone please explain?
@AnupamAnende_sauronpothor
@AnupamAnende_sauronpothor Год назад
you can use a new drive architecture sought via gpu pixels for proximity stream like to not need large.lamguage models, and use multi factor checks to reduce need of a lot of data..thank me now.
@AnupamAnende_sauronpothor
@AnupamAnende_sauronpothor Год назад
proximity and stream for seek time reduction..memory in case reduced latency, can also be optimized for seek time and pattern analysis.
@mikebeats3281
@mikebeats3281 3 месяца назад
this was bestowed upon us by our true creators to speed up the process so they can come in and enslave us again😂🎉
@YHK_YT
@YHK_YT Год назад
Time to start my own
@AzherZarach
@AzherZarach Месяц назад
Gonzalez Timothy Martinez Mark Anderson Matthew
@richardglady3009
@richardglady3009 Год назад
Thank you. I understood about half (optimistically) of it. I subscribed to the channel hoping to start from the beginning and understanding more. My ultimate goal: a LLM Librarian, combining the catalog of a library with results from internet search engine, giving the deepest answer possible.
@jeganathanmanickam6604
@jeganathanmanickam6604 8 месяцев назад
Very Informative - Thanks for sharing 😊 prompt design and prompt engineering would take make the conversation more realistic and accurate.
@LavaCreeperPeople
@LavaCreeperPeople 5 месяцев назад
Cool!
@alexanderwilliams6527
@alexanderwilliams6527 6 месяцев назад
0:57 What do pre-trainned and fine-tuned llms means? Good analogy with dogs.
@theloniousMac
@theloniousMac 3 месяца назад
Creating a prompt seems more of a "Craft" than engineering.
@mohamedkarim-p7j
@mohamedkarim-p7j 8 месяцев назад
Thank for sharing👍
@jeanpeuplu3862
@jeanpeuplu3862 11 месяцев назад
I have an urgent question (school related) -> is LLM part of NLP? Is an LLM always an NLP model? Or can an LLM be another kind of model? "L" for Language in both kinds of models. Both in AI. Both for language. A colleague says LLM is not necessarily an NLP model but then I did not understand LLM and/or NLP and my oral exam is in few days omg
@jeanpeuplu3862
@jeanpeuplu3862 11 месяцев назад
Also, BERT is Transformer but not an LLM, right? Transformer can be LLM or not, right?
@jaykef
@jaykef Год назад
please provide link to the slides
@fred-nyanokwi
@fred-nyanokwi 6 месяцев назад
This is one of the educative sessions I've come across
@DrJanpha
@DrJanpha Год назад
is it true that AI models like ChatGPT or Bard are fed in with codes (like programming languages) as well?
@BREAKKWISS
@BREAKKWISS Год назад
Thank you for teaching.
@ChatGTA345
@ChatGTA345 Год назад
I've been extremely frustrated in my interactions with chatbots, they never seem to tell the truth and it's getting harder and harder to tell what's true from what's not. I honestly like regular Google searches much more!
@muslimridealong1975
@muslimridealong1975 Месяц назад
text classificaiton 13:19 fine tuning not realsitic
@hussienalsafi1149
@hussienalsafi1149 Год назад
😊😊😊😊😊😊😊☺️☺️☺️☺️👌👌👌👌
@higiniofuentes2551
@higiniofuentes2551 10 месяцев назад
Wow! Thank you for this very useful video so well explained!
@lengsolace6074
@lengsolace6074 Год назад
helpful for me,tks google
@jamesmina7258
@jamesmina7258 2 месяца назад
It's very clear to understand LLM, thank you
@GusAbbott-u4d
@GusAbbott-u4d 29 дней назад
Brown Melissa Moore Mark Garcia Helen
@聂超群
@聂超群 Год назад
great content! make me feel like an expert now💯
@AnupamAnende_sauronpothor
@AnupamAnende_sauronpothor Год назад
pattern analysis with causal.
@amirkhalesi5294
@amirkhalesi5294 Год назад
For the fellow beginners: PETM is also called PEFT
@coryrandolph8501
@coryrandolph8501 Год назад
This is a great overview video thank you. Do you have a reference for how to host open-sourced LLM's in Vertex AI (or other GCP tools)? Overall I'm looking for GCP tools and ways for turning open-source LLM's into API's to be used within our native cloud instance.
@B2M2948
@B2M2948 Год назад
You lost any semblance of an answer from @Google Cloud Tech the second you said "open-source"
@coryrandolph8501
@coryrandolph8501 Год назад
@@B2M2948 lol. I still want to host the Open source thing on their platform so I thought there might be a shot.
@andrestorres7343
@andrestorres7343 11 месяцев назад
​@@coryrandolph8501did you ever figure it out?
@coryrandolph8501
@coryrandolph8501 11 месяцев назад
@@andrestorres7343 Yes, but it was really pricey since you have to host the underlying infrastructure. Usually large GPU virtual machines and on GCP depending on model size it was $2k - $5k per month to host an open source model. We are sticking with the API version of the big models because of this.
@reinventingai
@reinventingai Год назад
Very slim on the prompt engineering education. This is a very important skill!
@s.ackermann5498
@s.ackermann5498 Год назад
whats the name of the last circle at ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zizonToFXDs.html ?
@fk_torty
@fk_torty 7 месяцев назад
Was this long? YES. Did I learn? YES. Did I want to sleep? YES. Did I sleep before the end? NO. A WIN
@julioconradomarinardila3269
@julioconradomarinardila3269 3 месяца назад
Excelente Google cloud
@gayatrichaudhary580
@gayatrichaudhary580 2 месяца назад
Thankyou for this.
@artie5172
@artie5172 Год назад
Do LLM charge money for using them
@Minimalrevolt-m83
@Minimalrevolt-m83 Год назад
Waow! Such an eye-opening knowledge!🤓
@pradeepbhatt4857
@pradeepbhatt4857 Год назад
where can i access gen ai studio and build apps?
@christianstill.6654
@christianstill.6654 8 месяцев назад
We are creating our own prison...
@cassianocominetti7784
@cassianocominetti7784 9 месяцев назад
Very comprehensive video! Thank you guys!
@jebuskmiest
@jebuskmiest Год назад
So a prompt engineer is anyone with common sense?
@farukkara3929
@farukkara3929 10 месяцев назад
Can I have these slides please?
@JayLikesLasers
@JayLikesLasers Год назад
What's a TPU V4 Pod? Sounds like a Turboencabulator, or?
@MrAmgadHasan
@MrAmgadHasan Год назад
It's a custom built computer chip developed by google to perform matrix operations and train deep learning models. Think of them as gpus specialized for deep learning.
@MrAmgadHasan
@MrAmgadHasan Год назад
A pod is "rack" of tens or hundred tpu/gpu.
@IrynaCherednychenko
@IrynaCherednychenko 4 месяца назад
passed
@sidindian1982
@sidindian1982 Год назад
Excellent Presentation Sir ... truly i admire it 😍😍😍😍
@jumarkpelismino5632
@jumarkpelismino5632 Год назад
Can users teach AI?
@arnoldpraesent174
@arnoldpraesent174 Год назад
very well and understandable explained... good job!
@tombombadil9123
@tombombadil9123 Год назад
Citizen Kane9 :D
@ninaz2735
@ninaz2735 Год назад
11:45 Can anybody explain the difference between these two prompts?
@johnnycyberseed
@johnnycyberseed 10 месяцев назад
I understand the message of this slide to be not about prompt design, but AI response: that if the app in which the model is embedded first instructs the model to describe the process to get to an answer and THEN feed that back in with the original prompt, that the quality of the final response improves.
@akj3344
@akj3344 Год назад
This felt more like advertisement for Bard. Not very helpful.
@MrAmgadHasan
@MrAmgadHasan Год назад
It is both advertising for bard and helpful too.
@jackyang7401
@jackyang7401 4 месяца назад
i love it
@imranhossain3504
@imranhossain3504 Год назад
I'm with you
@eriqfromimo2570
@eriqfromimo2570 8 месяцев назад
Nice one!
@malacca498
@malacca498 Год назад
Always great to learn from GCT!
@robertsutkowski3170
@robertsutkowski3170 Год назад
Google 👍
@CiscoZero
@CiscoZero Год назад
Exciting stuff.
@enmedallo
@enmedallo Год назад
Why so few comments
Далее
Introduction to Generative AI
22:08
Просмотров 1,8 млн
Teeth gadget every dentist should have 😬
00:20
Просмотров 1,6 млн
ХОМЯК ВСЕХ КИНУЛ
10:23
Просмотров 635 тыс.
[1hr Talk] Intro to Large Language Models
59:48
Просмотров 2,2 млн
Discover Prompt Engineering | Google AI Essentials
30:30
What Is an AI Anyway? | Mustafa Suleyman | TED
22:02
Просмотров 1,6 млн
Teeth gadget every dentist should have 😬
00:20
Просмотров 1,6 млн