$5 MILLION AI for FREE

  Рет қаралды 426,135

sentdex

sentdex

Күн бұрын

Imagine an AI where, all in the same model you could Translate languages, Write code, solve crossword puzzles, Be a chatbot and do a whole bunch of other crazy things.
In this video, we check out the BLOOM large language model. A free and totally open source 176B parameter LLM.
BLOOM model: huggingface.co/bigscience/bloom
Quick examples of running BLOOM locally and/or via API: github.com/Sentdex/BLOOM_Exam...
Neural Networks from Scratch book: nnfs.io
Channel membership: / @sentdex
Discord: / discord
Reddit: / sentdex
Support the content: pythonprogramming.net/support...
Twitter: / sentdex
Instagram: / sentdex
Facebook: / pythonprogramming.net
Twitch: / sentdex
Contents:
0:00 - BLOOM model basics
3:05 - What's a Large Language Model (LLM)?
4:06 - What's Prompting?
6:40 - BLOOM Training Data & Model Behavior
9:09 - Tokens & Tokenization
12:03 - Using your $5M AI (How to prompt)
16:49 - Advanced Prompt examples
21:16 - What's Next?
#deeplearning #artificialintelligence

Пікірлер: 691
@dreamphoenix
@dreamphoenix Жыл бұрын
I was one of the people working on this model. It is an honour. Thank you for posting this!
@Suro_One
@Suro_One Жыл бұрын
Thank you!!!
@arin5047
@arin5047 Жыл бұрын
Thank you so much ❤️
@pradiptanaskar6594
@pradiptanaskar6594 Жыл бұрын
Thanks
@moaz6588
@moaz6588 Жыл бұрын
I'm a structural engineer, I've no idea what all these are about... But I KNOW this project will gives access to high level AI to freelance developers and in turn help a lot of people. The Internet is mostly built on open source stuffs. I hope AI is too
@byronmasser7798
@byronmasser7798 Жыл бұрын
Hats off!
@Azeal
@Azeal Жыл бұрын
this is like giving someone a 5000 horsepower engine and telling them they need to build a car for it lmao, thanks for the explanation!
@florjani9526
@florjani9526 Жыл бұрын
Learn Python for free: kzfaq.info/get/bejne/a9J8nq-anrmlnHU.html
@auvaplay
@auvaplay Жыл бұрын
Haha
@mo-s-
@mo-s- Жыл бұрын
When are you gonna use the AI to generate a story for a video? :p
@mememanfresh
@mememanfresh Жыл бұрын
analogy
@gaussdog
@gaussdog Жыл бұрын
The answer is the right question
@mikelezhnin8601
@mikelezhnin8601 Жыл бұрын
19:10 Model: *throws an error* Dev: *feed the error message to the model* Model: wait... that's illegal.
@jan_harald
@jan_harald Жыл бұрын
lol, inb4 people just generate memes using this
@notaboutit3565
@notaboutit3565 Жыл бұрын
@@jan_harald I’m convinced this has been happening for years now lmao
@ggsap
@ggsap Жыл бұрын
Basically a model that develops itself. An older version of the model which works can have the error be fed into it from which it fixes the new model and the cycle continues. An infinitely upgrading model
@redandpigradioshows
@redandpigradioshows Жыл бұрын
It's interesting how we can be 100% responsible for creating something, and then not know exactly what it does
@ghostbluster8900
@ghostbluster8900 Жыл бұрын
Never thought of that its a nice thought
@virtual-v808
@virtual-v808 Жыл бұрын
@@ghostbluster8900 Definitely. Will save this one.
@Tokochej
@Tokochej Жыл бұрын
kinda like our systems we live in.
@erock.steady
@erock.steady Жыл бұрын
what could go wrong, right?
@timgrec5588
@timgrec5588 Жыл бұрын
any parents kids say hi
@jamesbriggs
@jamesbriggs Жыл бұрын
I had the chance to do some work with the OpenAI team to build a Q&A demo with GPT-3. I saw a ton of their prompt engineering tricks for producing awesome multi-part answers like what you demoed here. But another trick I learned for more specific information (e.g., less general knowledge), we could pair GPT-3 with a retrieval engine, so a question would trigger a vector search to retrieve relevant paragraphs from a big database (e.g., loads of text scraped from the internet), and then feed those retrieved paragraphs *and* the question into GPT-3. So it would be like "answer using ... etc The quality of those results were beyond anything I could have imagined. LLMs with good prompt engineering are mind-blowing.
@them2545
@them2545 Жыл бұрын
Oh god I need this for when someone asks me a easily google able question. “Answer (question) with (first result on google)” auto reply bot
@jamesbriggs
@jamesbriggs Жыл бұрын
@@them2545 yeah it's perfect for that haha, I demoed it in a video, search for "How to build next-level Q&A with OpenAI"
@AngDevigne
@AngDevigne Жыл бұрын
@@jamesbriggs Thanks for leaving this comment. Subscribed to your channel.
@bossragegamer4081
@bossragegamer4081 Жыл бұрын
Dude, every video you have posted and the python book series are all so golden, thank you for uploading videos as usual.
@aintaintaword666
@aintaintaword666 Жыл бұрын
I completely agree, also I was perplexed by the small view count on some of them, it's unfair
@florjani9526
@florjani9526 Жыл бұрын
Learn Python for free: kzfaq.info/get/bejne/a9J8nq-anrmlnHU.html
@Antonio-eg7ed
@Antonio-eg7ed Жыл бұрын
Yeah, I‘m feeling the same way.
@robalexnat
@robalexnat Жыл бұрын
What python book series???
@alabenaissia
@alabenaissia Жыл бұрын
١١١١١١١١
@JeremieBPCreation
@JeremieBPCreation Жыл бұрын
23:30 "what an incredible time you know to to be alive" Hahaha, that sounded a lot like a 2 minute papers reference right there. Nice, I agree with the sentiment.
@spence2
@spence2 Жыл бұрын
id definitely love to see a prompt engineering video! like looking at the training data and figuring out interesting ways to extract information
@florjani9526
@florjani9526 Жыл бұрын
Learn Python for free: kzfaq.info/get/bejne/a9J8nq-anrmlnHU.html
@bruceolga3644
@bruceolga3644 Жыл бұрын
ID=the id
@Trupen
@Trupen Жыл бұрын
Awesome, i thought this video will be about dall-e
@aleksszukovskis2074
@aleksszukovskis2074 Жыл бұрын
WHAT? Get back to Factorying Trupen, no time to rest.
@__________Troll__________
@__________Troll__________ Жыл бұрын
Dall-e free to try up to a certain amount of credits then you pay, you get 15 free credit a month. I wonder how they'll monetize this project...
@waseksamin3216
@waseksamin3216 Жыл бұрын
Dalle is not free
@florjani9526
@florjani9526 Жыл бұрын
Learn Python for free: kzfaq.info/get/bejne/a9J8nq-anrmlnHU.html
@GenAIWithNandakishor
@GenAIWithNandakishor Жыл бұрын
@@waseksamin3216 researcher like me got early access with a total of 150 credits along with months of free access in the early months
@MalcolmJones-bossjones
@MalcolmJones-bossjones Жыл бұрын
Sentdex, you remain one of the best channels on youtube, thank you so much for your hard work, I'm currently making my way though your neural network from scratch book. Really appreciate everything. This is so awesome.
@nurbekfayziev
@nurbekfayziev Жыл бұрын
I respect the way you explain things in the most coherent way possible, capturing a broad audience. Excited and motivated!
@florjani9526
@florjani9526 Жыл бұрын
Learn Python for free: kzfaq.info/get/bejne/a9J8nq-anrmlnHU.html
@andu896
@andu896 Жыл бұрын
I really enjoy your last dozen videos that broadly cover different AI advancements.
@connorkapooh2002
@connorkapooh2002 Жыл бұрын
Duuude the prompt engineering stuff! Honestly if you make some accessible videos on how to effectively generate prompts then I think you could easily attract an incredible amount of people.
@AngDevigne
@AngDevigne Жыл бұрын
Agreed!
@lakeguy65616
@lakeguy65616 Жыл бұрын
Your idea of a job descriptor: "Prompt Engineer" solicited a thought. I've been waiting for a job description of a knowledge engineer to become a real and common, someone who distills knowledge from information using the tools of machine learning and artificial intelligence. We live in an exciting time. The world is on the cusp of a paradigm shift, a world where AI & machine learning is as common as SQL databases are now...
@florjani9526
@florjani9526 Жыл бұрын
Learn Python for free: kzfaq.info/get/bejne/a9J8nq-anrmlnHU.html
@thelast1490
@thelast1490 Жыл бұрын
Your idea of a job descriptor: "Prompt Engineer" solicited a thought. I've been waiting for a job description of a knowledge engineer to become a real and common, someone who distills knowledge from information using the tools of machine learning and artificial intelligence. We live in an exciting time. The world is on the cusp of a paradigm shift, a world where AI & machine learning is as common as SQL databases are now. The world is going to need a lot of knowledge engineers, and I think that the job description is going to be a lot more interesting than the one you have in mind. there you go, I got BLOOM to finish your paragraph for you.
@MichaelDude12345
@MichaelDude12345 Жыл бұрын
I had no idea that large language models could be this powerful. Holy cow. I'm definitely going to play with this like a ton.
@digital_down
@digital_down Жыл бұрын
On one hand it’s extremely elegant and beautiful, on the other it showcases the predictability of humans. Both hands hold something equally fascinating to me.
@muhammadlufti2967
@muhammadlufti2967 Жыл бұрын
I experienced myself when using base model and instruct model of GPT-3, where instruct models are tend to generate the result based on the prompt that more careful, and gives the 'close' to expectation result, though sometimes it went off too far. But nonetheless, if we start with no examples or zero shot, don't expect too much for the model to generate the results like you want it to, instead, give them more data, give them something to follow so the model can generate like the way you expect it to do .
@bigpickles
@bigpickles Жыл бұрын
Wonderful video. I have already thought of some incredible uses for this and will begin once I arise from slumber! Thank you kindly for helping bring this to the masses.
@Suro_One
@Suro_One Жыл бұрын
Good luck!
@martian.07_
@martian.07_ Жыл бұрын
Love to see more prompt engineering from you, best video from you, till now
@brendanjensen1721
@brendanjensen1721 Жыл бұрын
Thank you very much for covering this so well. I’m blown away
@ezraszandala
@ezraszandala Жыл бұрын
I'm so glad I have a come across you videos, this has just complimented so much new knowledge and insight to my own machine learning journey. Thank you!
@megalovania8707
@megalovania8707 Жыл бұрын
Loved the video! Yes, more on BLOOM application ( separate playlists if needed), please sir
@jugganot101
@jugganot101 Жыл бұрын
Hahaha some of the AI's responses had me getting up out of my chair, and when you mentioned you did the same I had a good laugh. Thanks for the video man, all I want to do now is think of a cool way to utilize this. Amazing
@perschonca
@perschonca Жыл бұрын
Your videos are always a breath of fresh air. Straight to the good stuff, no other bs. You've helped me the most in my python journey and I will always be grateful for that.
@lakeguy65616
@lakeguy65616 Жыл бұрын
this may be the best video you've produced! (and I've watched most of your channel!)
@florjani9526
@florjani9526 Жыл бұрын
Learn Python for free: kzfaq.info/get/bejne/a9J8nq-anrmlnHU.html
@vigneshrb1626
@vigneshrb1626 Жыл бұрын
Advanced prompt examples really blew my mind.can't believe that such an amazing tool is available for free
@dan110024
@dan110024 Жыл бұрын
I was 70% paying attention as I’d mostly seen and understood the chatbot thing while using GPT-3, but then the error prompt came up. That’s when I was impressed! I will definitely be trying this on GPT-3 next time I’m an idiot.
@jessemair3684
@jessemair3684 Жыл бұрын
How fun! A Dynamic Chatbot that uses Sentiment Analysis to dynamically have a reply. You're awesome Sentdex, keep up the good work!
@javiermarti_author
@javiermarti_author Жыл бұрын
Oh...how far you´ve come. Look at you writing books and commenting the latest AI models. It´s been as interesting to see your own mental and technical progress through the years as it´s been to see the technology you use and comment on. Well done.
@kennethbeal
@kennethbeal Жыл бұрын
20:47, "I would like to try the cheese of sheep." Wow, that nicely encapsulates old Monty Python and recent events! :)
@ferrinheight
@ferrinheight Жыл бұрын
I am still in the early part of the book but man is it good. And the qr codes linking to example videos.. chefs kiss.
@theaveasso
@theaveasso Жыл бұрын
the video quality is just amazing, hat off to you sir
@JustynChaykowski
@JustynChaykowski Жыл бұрын
Holy crap. This is my first time back to this channel since I learned Python from you in like, idk, 2010?? Amazing evolution, never thought I'd be back here. Of course GPT3 is the thing that eventually brings me back ;D
@Mocktailmetal
@Mocktailmetal Жыл бұрын
That's how machine learning should be open source, open to public, and worked on it by public instead of big corporations propriety AIs, competing each other ultimately leading to doom of humanity. This AI model has more chances of becoming 'general good consciousness', compared to big tech companies, although humans are selfish but tend to be kind and empathic compared to big tech companies emphasizing only greed and selfishness.
@whannabi
@whannabi Жыл бұрын
The human you're describing and the average internet user are two different things
@The_Original_Hybrid
@The_Original_Hybrid Жыл бұрын
How does making a model open-source bring us any closer to solving the alignment problem? If anything, it puts misaligned AI in the hands of the average person. I don't see how a world wherein everyone has access to unfriendly AI is better than a world wherein only a few corporations have access to unfriendly AI.
@artemis_fowl44hd92
@artemis_fowl44hd92 Жыл бұрын
@@The_Original_Hybrid It could mean more people being interested in AI and more funding for it, so that's a plus, though I do agree that a strong AI could very well be like nukes. Not something you want to have just available to everyone.
@illuminated2438
@illuminated2438 Жыл бұрын
You are precisely wrong. Competition is what drives progress and human benefit. Creating stuff and then not monetizing is nothing but slavery. Simply look to every communist or socialist government ever, total disasters. People should create value for others so they can get paid, anything else is slavery and degeneracy.
@Waitwhat469
@Waitwhat469 Жыл бұрын
Honestly OpenAI's CEO proposed a future in which companies like there gatekeep AI and sell access out to secondary businesses, and that idea scared me enough that I started deep diving into projects like this seconds after.
@7characters
@7characters Жыл бұрын
I love your videos, man. Always so well explained and engaging and integral to me learning how to code some 5 or 6 years ago, which btw, earned you an acknowledgment in my (neuroscience) PhD thesis, haha!
@sentdex
@sentdex Жыл бұрын
Hah, awesome!
@vingasm
@vingasm Жыл бұрын
2:16 "i love you" in hindi is "tu hi meri jaan he" is so flirty because the literal meaning of "i love you" in hindi is "mein tumse pyar karta hun" and "tu hi meri jaan he" literally means "you are my life", A.I. has reached some serious heights.
@JimBobsBass
@JimBobsBass Жыл бұрын
@sentdex, this KZfaq channel is truly such a MASSIVE gift to humanity and the universe. I can’t wait to build some projects using this technology!
@WeeHee
@WeeHee Жыл бұрын
I've been trying the GPT-3 playground the last few days and Bloom looks like it's almost the exact same. It can really be useful.
@herashak
@herashak Жыл бұрын
Hugging face is going to make me a data scientist
@dabi_
@dabi_ Жыл бұрын
Thank you so much for sharing this.
@TheOceanLoader
@TheOceanLoader Жыл бұрын
This is insane. Great video mate!
@kirankumar-ch2gd
@kirankumar-ch2gd Жыл бұрын
Performing sentiment analysis of user input initially and then dynamically changing the input prompt based on the sentiment will be awesome. 🤩
@shubham-jha
@shubham-jha Жыл бұрын
Hey man, Thanks for existing! You have helped me alot throughout my college life and after that as well. Keep it up! I have a suggestion could you please reduce the light intensity in the background and keep more light focus on your face. The background looks little fake in current lighting setup
@fanofsongs
@fanofsongs Жыл бұрын
this is insane. thanks for the explainer sentdex!
@alimohammad2541
@alimohammad2541 Жыл бұрын
this is a great video man, great explanation
@hendrixkid2362
@hendrixkid2362 Жыл бұрын
Been watching your content for a while. Happy to say I've invested in a hard copy of nnfs!
@davidobembe5302
@davidobembe5302 Жыл бұрын
This video was fun to watch and super mind blowing.. AI is increasingly getting sophisticated!
@Artorias920
@Artorias920 Жыл бұрын
You're a GIGACHAD for breaking down this info. Buying your book now :)
@serta5727
@serta5727 Жыл бұрын
Awesome 👏 I just bought that cool neural network book as a hardcover from your site 🤓
@florjani9526
@florjani9526 Жыл бұрын
Learn Python for free: kzfaq.info/get/bejne/a9J8nq-anrmlnHU.html
@Solizeus
@Solizeus Жыл бұрын
One of the reasons i never used cortana or had any virtual assistant in my computer is precisely because it doesn't run on my machine and my data isn't safe so i am happy that people are making AI in an open way
@kylee.7654
@kylee.7654 Жыл бұрын
{'error': 'Model is overloaded, please wait for a bit'} It worked for about 20 min I guess people found this video interesting
@stevencasteelassistantgene5263
@stevencasteelassistantgene5263 Жыл бұрын
17:45 - I've started using this method in the OpenAI playground to write a book with GPT. It's just as jaw dropping as Mr. sentdex says!
@swapnilmasurekar5431
@swapnilmasurekar5431 Жыл бұрын
This was a great video. Thank-you for sharing this knowledge with us
@TubeBuddy5441
@TubeBuddy5441 Жыл бұрын
Hey mate!👆 Tell Max Thomas you were refferred by me for the right strategy on his new project to participate on it.Thank you for the comment ✍️
@JeremieBPCreation
@JeremieBPCreation Жыл бұрын
7:09 "Peruse" a word I know thanks to the show "Silicon Valley" hahaha. Great video!
@KindRider
@KindRider Жыл бұрын
I would really like to see something like the AI Dungeon which is kind of a chatbot but makes up an adventure with the user. AI Dungeon Master!
@florjani9526
@florjani9526 Жыл бұрын
Learn Python for free: kzfaq.info/get/bejne/a9J8nq-anrmlnHU.html
@greggregory8311
@greggregory8311 Жыл бұрын
Mate, with you on that ,spent many hours in common room of dorm playing DnD
@user-zu1ix3yq2w
@user-zu1ix3yq2w Жыл бұрын
Oh, that's perfect.
@reneseib6532
@reneseib6532 Жыл бұрын
awesome video bro, i can feel your passion
@BaseRadian
@BaseRadian Жыл бұрын
I've spent some time with open ai's playground. I was asking it questions about something specific and it invented a technical definition, a non-English vocab word to describe it, not knowing what the word was I asked it to define the word. It gave an elaborate definition. I googled it - it's not a word at all. I wish I remember what it was however, I was busy working on making e-commerce store product descriptions and just quickly went back to work. While I'm a programmer at heart "AI prompter role" you've been describing is very much going to be a job I can already see it.
@doit9854
@doit9854 Жыл бұрын
Reminds me of those Least Common Denominator arguments around the supercomputer. I also need this for vim.
@chrisfahie2767
@chrisfahie2767 Жыл бұрын
It's working thanks my friend
@mcandy007YT
@mcandy007YT Жыл бұрын
Another mindblowing result I got. The model can "run" javascript :D Code: function abc(a, b) { return a + b }; Run: abc(1, 3); Result: *4* In my first test I used "sum" as function name and it worked too. The I changed it to "abc" to make sure it is realy understanding the code.
@mcandy007YT
@mcandy007YT Жыл бұрын
of course it will not work with every digit.
@florjani9526
@florjani9526 Жыл бұрын
Learn Python for free: kzfaq.info/get/bejne/a9J8nq-anrmlnHU.html
@DiluteOxygen
@DiluteOxygen Жыл бұрын
What are the chances this video's script was generated through BLOOM? Good video dude!
@TubeBuddy5441
@TubeBuddy5441 Жыл бұрын
Hey mate!👆 Tell Max Thomas you were refferred by me for the right strategy on his new project to participate on it.Thank you for the comment ✍️
@gandoffboss197
@gandoffboss197 Жыл бұрын
This does sound fantastic. Your description of this made me think that this sounds just like long term memory in our brains. Something triggers our "memory" which then floods our mind with many different memories related to that perceived trigger. These "memories" in our long term memory would include memories from all of our senses like how it taste, what it feels (touch) like, what it looks like, the sounds it makes. These will also include facts and figures, names, passages like from literary works, etc. As I see it, your "prompts" are memory triggers. What if this idea of BLOOM as a long term memory was used as part of a bigger whole connecting to many different parts such as sensory processing, inference building, pattern recognition, etc. Each piece of this would be a major project unto itself. But boy would that be amazing! Thank you for sharing your thoughts on this technology. There is so much out there to be discovered, revealed, and dreamed of...
@FilmKanten
@FilmKanten Жыл бұрын
Amazing video - a lot of useful information
@ToriKo_
@ToriKo_ Жыл бұрын
That recliner review was crazy
@TubeBuddy5441
@TubeBuddy5441 Жыл бұрын
Hey mate!👆 Tell Max Thomas you were refferred by me for the right strategy on his new project to participate on it.Thank you for the comment ✍️
@thatsalot3577
@thatsalot3577 Жыл бұрын
Oh my fricking god I'm learning machine learning from now I can't believe how epic bloom was until you showed me how one can tweak with prompts to get what one wants, I'm quite good at linear algebra, statistics and python language, and currently working in JavaScript and node, I'll keep working on it as a part time thingy.
@TubeBuddy5441
@TubeBuddy5441 Жыл бұрын
Hey mate!👆 Tell Max Thomas you were refferred by me for the right strategy on his new project to participate on it.Thank you for the comment ✍️
@ashishpondit8183
@ashishpondit8183 Жыл бұрын
WOW ! this is really great, can't wait to try it.
@SylvesterAshcroft88
@SylvesterAshcroft88 Жыл бұрын
This is incredible work!
@TubeBuddy5441
@TubeBuddy5441 Жыл бұрын
Hey mate!👆 Tell Max Thomas you were refferred by me for the right strategy on his new project to participate on it.Thank you for the comment ✍️
@tsukuyomin
@tsukuyomin Жыл бұрын
Really looking forward for a similar thing to happen for image generation like DALL-E or Midjourney
@Rctdcttecededtef
@Rctdcttecededtef Жыл бұрын
I suggest checking out stable diffusion if you haven't already heard about it.
@tsukuyomin
@tsukuyomin Жыл бұрын
@@Rctdcttecededtef I heard about it as soon as the announcement dropped. Sadly, it's still closed for now, but looking really exciting. And the code is already open-sourced
@florjani9526
@florjani9526 Жыл бұрын
Learn Python for free: kzfaq.info/get/bejne/a9J8nq-anrmlnHU.html
@dan110024
@dan110024 Жыл бұрын
@@tsukuyomin I’m sure it’s not closed? I got instant access a couple of weeks ago. I used it once and went back to MidJourney though seeing it’s way faster and less messing about. Maybe I was using it wrong though.
@jamesbriggs
@jamesbriggs Жыл бұрын
Hugging Face released the diffusers library recently, which is maybe one step closer to this
@nicohambauer
@nicohambauer Жыл бұрын
Great Video! I just wanted to go to bed, but now i am stuck with every minute of your video :D
@DavidChannin
@DavidChannin Жыл бұрын
I wonder if anyone is applying this to Radiology? Humans are still better than AI at making image observations but not as good as prioritizing differential diagnoses. So if BLOOM has seen a corpus of radiology reports (I know Stanford has a large one) then you might be able to prompt, "I see a,b,c in an CT Scan. What is this most likely?" And see what it says.
@anonymouschriz4687
@anonymouschriz4687 Жыл бұрын
Using AI on radiology is one of the student intern projects at the University of Queensland. But I doubt BLOOM would be applied. I reckon researchers want to patent and profit off things they developed. It's hard to patent a technology that's based on an open source. If they're selling the software, it can be easily reverse engineered too so trade secrets won't work.
@DavidChannin
@DavidChannin Жыл бұрын
@@anonymouschriz4687 Not sure this is correct. Many commercial products (Google, Facebook, etc.) make use of open source components. No issues that the lawyers can't figure out. There are ways to protect software. This is just a question of introducing Radiology researchers to a potential new tool. Worth kicking the tires.
@JorgetePanete
@JorgetePanete Жыл бұрын
@@anonymouschriz4687 Just make FOSS
@coryc9040
@coryc9040 Жыл бұрын
@@DavidChannin I would imagine if it had all the relevant radiology text it could do what you're describing. I don't know how likely published medical research is to be incorrect though. I've read that a lot of psychology research isn't reproducible. I could imagine errors in papers contaminating answers to prompts about diagnoses. And maybe there are more focused, less computationally expensive models that can do the job better.
@Frost_Byte_Tech
@Frost_Byte_Tech Жыл бұрын
I become soooooooo happy when I see people this enthusiastic about tech like I feel you bro, indeed what a time to be alive!!! 💯💯💯
@dialecticalmonist3405
@dialecticalmonist3405 Жыл бұрын
This is an ACTUAL "open" AI. I think its disgusting that "OpenAI" COMPANY gave themselves the name "open" for marketing.
@user-cc5kl7qv8f
@user-cc5kl7qv8f Жыл бұрын
they were open at first but they found out that they cant really handle $8 million loss per year
@dialecticalmonist3405
@dialecticalmonist3405 Жыл бұрын
@@user-cc5kl7qv8f If they didn't have a business model for "open AI" they shouldn't have used the name. If they can't operate openly, then they should CHANGE their name. They are leveraging user trust in the word "open", for marketing purposes.
@danielbrunk9121
@danielbrunk9121 Жыл бұрын
You can literally go to the chatgpt thing and interact with it for free. Ive already used it for programming a python script and let it consult me over various internet security topics. I didnt spend a Dollar for that. Theres maybe this 3 times better thing they didnt made public available... I dont care its already great.
@danidish2342
@danidish2342 Жыл бұрын
@@danielbrunk9121 I don't know if you have heard but they are going to make it paid. "Costs are too high."
@nizzuta2611
@nizzuta2611 Жыл бұрын
@@danielbrunk9121 It's free because it's in beta and the feedback is valuable for them, but the only way to make something free for everyone is making it open source
@afrosymphony8207
@afrosymphony8207 Жыл бұрын
First time coming across this channel nd wow i cant believe i'm just finding u for the first time. Second, mahn i'm afraid that once ai reduces the work of basic thinking for us that humans will regress into some problematic behaviours where they overly depend on emotions and aesthetics to guide thought rather than finding a balance between what you feel nd genuinely seeking what you dont know
@issa_coder
@issa_coder Жыл бұрын
The most under-rated channel in the whole digital world. This channel should have at least a 100 million views but if you already know this channel consider yourself among the chosen few.
@TubeBuddy5441
@TubeBuddy5441 Жыл бұрын
Hey mate!👆 Tell Max Thomas you were refferred by me for the right strategy on his new project to participate on it.Thank you for the comment ✍️
@hupa1a
@hupa1a Жыл бұрын
Great explanation!
@SoimulX
@SoimulX Жыл бұрын
The AI can even make ASCII art! This is amazing!
@nuggi12
@nuggi12 Жыл бұрын
insta-like before I even watch since I know this is the best python youtube channel :)
@KennTollens
@KennTollens Жыл бұрын
Your book is awesome.
@aniaggarwal2433
@aniaggarwal2433 Жыл бұрын
I feel like these multi lingual models could be cool to use as a chatbot to help learn languages. Once you are at an intermediate level, you could have conversations where BLOOM is prompted to use low level vocab and respond in the language of your choice. Maybe even add in some good text to speech and vice versa!
@MoonforestOfficial
@MoonforestOfficial Жыл бұрын
Checkout Quazel. They are doing exactly that. With the text to speech. You will be able to practice any imaginable interaction. Imagine learning french by talking startegy with napoleon. The future is mind blowing. What a time to be alive.
@fernandoz6329
@fernandoz6329 Жыл бұрын
Awesome explanation. Thanks for sharing. 'A new job enters the bar...'
@someoneelse3740
@someoneelse3740 Жыл бұрын
I would be very much interested in how to produce paragraphs or text blocks with a given topic. That would increase my freetime a lot ( as an informatic student with a lot of irrelevant lessons, i have to write a lot of essays ) Thanks for your dedication to produce such valuable videos. Always worth to watch. PS: Love your Book :)
@elvispiece
@elvispiece Жыл бұрын
Outsource your essays to me for as low as $25 for 2000 words
@artyman162
@artyman162 Жыл бұрын
Right, why would you want an artificial intelligence when you can have a natural one 😄
@someoneelse3740
@someoneelse3740 Жыл бұрын
@@artyman162 Because its free :) and funny to play along with it
@someoneelse3740
@someoneelse3740 Жыл бұрын
@@elvispiece Well, it has to be in german and we have to do it alway. s within aworkgroup so we can define our next step, details and topics to write about. So thanks for the offer :)
@illuminated2438
@illuminated2438 Жыл бұрын
Writing is the second most powerful skill you can have. You only harm yourself by cheating
@khalilrhouma
@khalilrhouma Жыл бұрын
Great video, interested in prompting chatbot with bloom
@VeryButtery
@VeryButtery Жыл бұрын
I’m imagining something like this could be used to complete/assist developers with difficult software problems in the future if we feed the algorithm incomplete/broken code with instructions of some sort. Just one possible use case that popped into mind
@TubeBuddy5441
@TubeBuddy5441 Жыл бұрын
Hey mate!👆 Tell Max Thomas you were refferred by me for the right strategy on his new project to participate on it.Thank you for the comment ✍️
@ESTUDIONOFI
@ESTUDIONOFI Жыл бұрын
¡Señor Sentdex, es usted un genio, muchas gracias! 😀
@florjani9526
@florjani9526 Жыл бұрын
Learn Python for free: kzfaq.info/get/bejne/a9J8nq-anrmlnHU.html
@bingio7268
@bingio7268 Жыл бұрын
“If something online is free, you are not the customer. You are the product.”
@TubeBuddy5441
@TubeBuddy5441 Жыл бұрын
Hey mate!👆 Tell Max Thomas you were refferred by me for the right strategy on his new project to participate on it.Thank you for the comment ✍️
@anonymeister123
@anonymeister123 Жыл бұрын
Definitely want to learn more about this
@florjani9526
@florjani9526 Жыл бұрын
Learn Python for free: kzfaq.info/get/bejne/a9J8nq-anrmlnHU.html
@oskarengl8645
@oskarengl8645 Жыл бұрын
Wow great thing great video, thank you
@CrazyFanaticMan
@CrazyFanaticMan Жыл бұрын
How do I get an API key to use this model in Google Colab?
@sentdex
@sentdex Жыл бұрын
See description for an API example. To get a key, make a huggingface.co account and you can get a key in your settings
@CrazyFanaticMan
@CrazyFanaticMan Жыл бұрын
@@sentdex Oh I see, thank you! And how do we store API keys securely using Google Colab?
@Anhphan-os3eo
@Anhphan-os3eo Жыл бұрын
this is really mind blowing
@2k7u
@2k7u Жыл бұрын
Wow, this is another step forward; these other models couldn't have persisted in a closed source setting forever; if anything, this encourages competition! Amazing!
@liomessi8124
@liomessi8124 Жыл бұрын
Love you brother
@czd0r
@czd0r Жыл бұрын
This is mind blowing! What about employing model itself as a prompt engineer? Create a feed back loop of prompts and explaining how prompts could be improved: "AI language models are powerful tools for problem solving, however they require correct and elaborate prompts to give out results we want. For example, we could ask how to defeat cancer once and for all with this following prompt. Prompt: " And feed result back to AI, specify what are the mistakes and continue this "dialogue".
@ashleysheaff421
@ashleysheaff421 Жыл бұрын
I have some thoughts about these very large models (mainly because of their size and internal complexity), if you treat the prompt as kind of like "short term" memory. In the context of a chatbot, the previous prompts, the model will "think" it last outputted those tokens. Bringing around to my actual idea. This is very similar to boltsman brains, hypothetical brains that come into existence spontaneously in the vacuum of space, with a full set of memories, it makes "predictions/thoughts" about its next action/output based off its "remembered" last thoughts, makes an output and then spontaneously disappears again. This feels somewhat similar to how current NN models work, we feed it a input, it runs and returns an output. Could this be how our own brains work? except our brains are a constant activation of neurons and not a single feed forward activation of neurons.
@greggregory8311
@greggregory8311 Жыл бұрын
Am impressed by the development of Bloom. At the end of blog you a bit of history on development of the A.I any chance you could expand on that, particularly the scientists involved ,it seems to me they need to acknowledged ,given that have made it opensource/FOSS .
@neil963
@neil963 Жыл бұрын
it's not open source. There are usage restrictions on BLOOM
@Larry321ness
@Larry321ness Жыл бұрын
Wtf… this man is the truest evil genius in the world. I aspire to be at your level great Sentdex
@jameso2290
@jameso2290 Жыл бұрын
I'm kind of surprised that a "corpus callosum" AI hasn't been invented yet. As it currently stands, all of these AI are very impressive, but also very rigid in how they expect input. Like you mentioned, this AI isn't a chatbot, so it doesn't respond to your inputs -- merely expands on them. But a sort of higher-level "corpus callosum" AI I would imagine to be a sort of "meta AI" or a "network of networks" in a sense. It would be a program/AI that is able to take a very general abitrary input, and then determine which "sub AI" to send it to. So if you feed it an image as an input with a prompt, it would pass the input to it's "visual lobe". Or if you asked it a question using a microphone, it would pass the input to it's "audio processing lobe" and interpet your request. In a sense, this "meta AI" itself wouldn't really be good at any one task, merely an intention interpeter to pass inputs to it's sub-specialized AI lobes. It would basically mimic the function of the corpus callosum, how the human brain is made up of multiple specialized lobes, with fibrous networks that connect the lobes and allow them to pass information to each other in the brains own "native language" (Neuro/chemical signals). Currently the state of AI is that each of these models acts as one specialized lobe/sector of a human brain... But they are all disconnected. Imagine when something like MidJourney can directly interact BLOOM, etc. I imagine that a simple heuristics program/AI would be a good place to start. For example, think of those 20 questions games that can predict what object you're thinking of by first narrowing down if it's a mineral, animal, etc. A heuristics meta-AI would, for example, take a prompt like "draw me a cat" and be able to understand that I want an image as output, and pass my prompt into something like Dall-E. Or if I asked "write an essay on Albert Einstein" it would hook onto the word "write" and understand I want text output and pass my prompt to BLOOM.
@mohandamrouche7470
@mohandamrouche7470 Жыл бұрын
I've tried to dive into bloom when I tried to understand it, you just made clear what I've seen but didn't understand...Thank'x for taking time to explain to mortal npc like me 😅 *and for that reason I just subscribed.... And Realy want that book..... I'll find a way to pay it 😂
@noman3602
@noman3602 Жыл бұрын
Just wanna say to you dude..... tu hi meri jaan hai... seriously learned a lot from u....and still learning
@florjani9526
@florjani9526 Жыл бұрын
Learn Python for free: kzfaq.info/get/bejne/a9J8nq-anrmlnHU.html
@peterwilbrink718
@peterwilbrink718 Жыл бұрын
This is truly inspiring. I'm trying to use it for getting technical information out of repair inquiries for my small business. Unfortunately I have to translate it first, as Dutch is not (yet) supported. This makes it less accurate.
@wktodd
@wktodd Жыл бұрын
Just adding an unpaid and unprompted thumbs-up for the book , highly recommended.
I Made a Neural Network with just Redstone!
17:23
mattbatwings
Рет қаралды 642 М.
Hibernate. Урок 031. Многие ко многим. Практика.
12:44
Хьюстон у нас проблемы !
Рет қаралды 8
Khóa ly biệt
01:00
Đào Nguyễn Ánh - Hữu Hưng
Рет қаралды 19 МЛН
He sees meat everywhere 😄🥩
00:11
AngLova
Рет қаралды 6 МЛН
МАМА И STANDOFF 2 😳 !FAKE GUN! #shorts
00:34
INNA SERG
Рет қаралды 2,8 МЛН
ChatGPT: 30 Year History | How AI Learned to Talk
26:55
Art of the Problem
Рет қаралды 1 МЛН
How to Create a Neural Network (and Train it to Identify Doodles)
54:51
Sebastian Lague
Рет қаралды 1,8 МЛН
ChatGPT API in Python
35:18
sentdex
Рет қаралды 177 М.
Popular Technologies that Won't be Around Much Longer...
14:36
Sideprojects
Рет қаралды 76 М.
Symmetry and Universality - Dr Sophia Sanborn (Science)
26:07
Thinking About Thinking
Рет қаралды 8 М.
How to use AI Art and ChatGPT to Create a Insane Web Designs
22:21
Codex Community
Рет қаралды 3,9 МЛН
Quantum Programming - Part 1
21:10
New Mind
Рет қаралды 486 М.
2020 Machine Learning Roadmap (87% valid for 2024)
2:37:14
Daniel Bourke
Рет қаралды 1 МЛН
What are Diffusion Models?
15:28
Ari Seff
Рет қаралды 206 М.
Khóa ly biệt
01:00
Đào Nguyễn Ánh - Hữu Hưng
Рет қаралды 19 МЛН