NEW WizardCoder 15b - The Best Open-Source Coding Model?

  Рет қаралды 33,085

Matthew Berman

Matthew Berman

Жыл бұрын

In this video, we review WizardLM's WizardCoder, a new model specifically trained to be a coding assistant. It's completely open-source and can be installed locally. Let's test it out!
Enjoy :)
Join My Newsletter for Regular AI Updates 👇🏼
www.matthewberman.com
Need AI Consulting? ✅
forwardfuture.ai/
Rent a GPU (MassedCompute) 🚀
bit.ly/matthew-berman-youtube
USE CODE "MatthewBerman" for 50% discount
My Links 🔗
👉🏻 Subscribe: / @matthew_berman
👉🏻 Twitter: / matthewberman
👉🏻 Discord: / discord
👉🏻 Patreon: / matthewberman
Media/Sponsorship Inquiries 📈
bit.ly/44TC45V
Links:
TheBloke's Model - huggingface.co/TheBloke/Wizar...
WizardCoder HF - huggingface.co/WizardLM/Wizar...
TextGen WebUI - github.com/oobabooga/text-gen...
How to Install TextGen - • How To Install TextGen...

Пікірлер: 71
@TJTHEFOOTBALLPROPHET
@TJTHEFOOTBALLPROPHET Жыл бұрын
It's channels like this that makes paying for KZfaq premium worth! All of this amazing content without a commercial and you still get paid in the process. Mad love from New Orleans
@erick2will
@erick2will Жыл бұрын
As always: Outstanding! Thanks for sharing it!
@AncientSlugThrower
@AncientSlugThrower Жыл бұрын
Great information as usual!
@cassandrachristine
@cassandrachristine Жыл бұрын
It will generate a snake game if you specify for it to use the pygame library. I noticed a lot of models default to using turtle and even chatGPT fails when trying to use turtle a lot of the time.
@SinanAkkoyun
@SinanAkkoyun Жыл бұрын
Let's see Paul Allen's Coding LLM
@matthew_berman
@matthew_berman Жыл бұрын
What?
@SinanAkkoyun
@SinanAkkoyun Жыл бұрын
@@matthew_berman It's just a meme lol
@LDFort
@LDFort Жыл бұрын
@@SinanAkkoyun i got it dw
@marilynlucas5128
@marilynlucas5128 Жыл бұрын
@@matthew_berman You should be highliighting that guanaco 33B is the best open source coding llm
@alexander191297
@alexander191297 Жыл бұрын
Look at that subtle, off-white colouring…
@joannot6706
@joannot6706 Жыл бұрын
It's impressive how much more performant it is at coding compared to a normal 15b model. Imagine how incredible it would be if GPT 3.5 or GPT 4 (which are already great at coding) were finetuned like this. If such very large models can be finetuned for coding and that there is actually that kind of relative jump in performance, I think that it would create enormous economic value even if it can't generalize.
@LeFinesseGod
@LeFinesseGod Жыл бұрын
For real tho. When they make the gpt-4 code interpreter open for everyone for gpt plus users. It's gonna be massive.
@jarrod752
@jarrod752 Жыл бұрын
I'm excited to see what IBM has... A leak there would be amazing.
@npc-drew
@npc-drew Жыл бұрын
Isn't that what Copilot does? GPT-4 Finetuned at coding.
@MoeShlomo
@MoeShlomo Жыл бұрын
"Imagine how incredible it would be if GPT 3.5 or GPT 4 (which are already great at coding) were finetuned like this." They very well may be. For all we know, ChatGPT automatically switches between multiple fine-tuned models based on the type of query the user is asking. Seems like a no-brainer type of method to increase performance.
@npc-drew
@npc-drew Жыл бұрын
@@MoeShlomo GPT-4 is too slow for that to be true. However, that's a very economy approach. Model balancing lol the equivalent of Load Balancing but for AI models.
@marcfruchtman9473
@marcfruchtman9473 Жыл бұрын
Great Stuff. Thank you!
@npc-drew
@npc-drew Жыл бұрын
I would love to see this against Orca whenever it's released.
@nexxai
@nexxai Жыл бұрын
hey brother - love ur videos; just curious which mic u use
@GideonCrawley
@GideonCrawley Жыл бұрын
dude these tools are coming out faster than I can install them on my computer!!!
@DarrenTarmey
@DarrenTarmey 11 ай бұрын
which software was you using to acess openb source models, im using chatgpt4all and i can see code models on hugginface but dont seem to be in correct format, it require .bin files
@riccardoesclapon549
@riccardoesclapon549 Жыл бұрын
any good models that actually execute python code and can self correct?
@marilynlucas5128
@marilynlucas5128 Жыл бұрын
Is this better than guanaco 33b or Falcon?
@PrashantSaikia
@PrashantSaikia Жыл бұрын
Given a natural language description, it can generate code. But can it do the opposite - given a piece of code, can it describe in layman terms what that code does? What are the best LLMs for this code explaining task?
@ViktorFerenczi
@ViktorFerenczi Жыл бұрын
That's a very good questions which is definitely worth exploring with some tests.
@Healz4Life
@Healz4Life Жыл бұрын
Looking for tools that work better than ChatGPT for Unity/C# Would this be a good candidate?
@agenticmark
@agenticmark 9 ай бұрын
the im_sep is a command in the prompt. you can change the prompt to match the model in your chat app. i prefer lm studios myself
@alessandrorossi1294
@alessandrorossi1294 Жыл бұрын
What's the difference between textgen web ui and oobabooga?
@tiredlocke
@tiredlocke Жыл бұрын
When will we get to play with that shiny new Orca model?
@Subcode
@Subcode Жыл бұрын
The limit of 2048 is in the models, text-generation-webui has a config file you can edit but that wouldnt change that the model cant do it. So asking it to do a snake game is silly, it would never fit. It isnt a limitation in the model "intelligence" but of the architecture. You could try to ask for code that is minimised. Meaning it doesnt use full names for values, doesnt use newlines etc.
@amj2048
@amj2048 Жыл бұрын
The great thing about local models is, you can work without an internet connection, which is really helpful in those situations where your provider is having issues.
@VioFax
@VioFax Жыл бұрын
Sadly people don't seem to get how beneficial and POSSIBLE it is to have local models. Everyone's all about the "google colab." I just skip colab tuts now. It's just not what I'm looking for/what I want from AI... Imagine not even NEEDING or WANTING internet... Doubt that is what the media companies want.
@kotykd6212
@kotykd6212 Жыл бұрын
​@@VioFaxI don't have a good pc, so Google Colab is my only choice, not everyone has an RTX
@Greenmarty
@Greenmarty Жыл бұрын
@@VioFax Thing is that you move the cost of buying and operating HW to the cloud computing provider. So as much as i would loved to have personal private AI i can not come close to the performance/ possibilities i get from what huge multi billion companies can offer me for pennies on comparison. It might change however with new AI GPU boom that is taking over nVidia and AMD as well. Hopefully we get to see some affordable AI HW to run private (offline) LLM.
@amj2048
@amj2048 Жыл бұрын
@@Greenmarty I really wonder what GPUs will be like in the not so distant future, like imagine in 2026 we get 1TB GPU cards and then the price starts to drop for other cards. Like a 24GB GPU card might be really cheap then.
@Greenmarty
@Greenmarty Жыл бұрын
@@amj2048 For now these RTX 4090, RTX 3090 Ti, RTX 3090, or Titan RTX can do for 7B-13B models but they are still expensive . As I've seen multiple expensive > affordable HW over the years i don't see the reason why this would not happen. And there's always an aftermarket.
@ventor11111
@ventor11111 Жыл бұрын
Is it better then simple , clean GPT4 ?
@Saleh07BR
@Saleh07BR Жыл бұрын
I have RTX 2060 ( 6GB) and an I7-10700 with 32GB ram. how far can I run models on my pc
@pleabargain
@pleabargain Жыл бұрын
3:55 What LLM coding tool operates directly in VSCode(for example) so you DON'T have to "go back and forth" as you mention.
@adamrodriguez7598
@adamrodriguez7598 Жыл бұрын
Copilot?
@itusvirus
@itusvirus Жыл бұрын
What is gptq by bloke?
@tiredlocke
@tiredlocke Жыл бұрын
What sort of consumer GPU is really needed to run a model like this? Do I need a 24GB beast, or can I run on something a little more practical for home/hobby use?
@rom100main
@rom100main Жыл бұрын
It's an AI with 15B parameters that uses a 4-bit storage value, so it can fit on a 12Gb GPU.
@tiredlocke
@tiredlocke Жыл бұрын
@@rom100main Thanks that's helpful.
@s.patrickmarino7289
@s.patrickmarino7289 Жыл бұрын
Has anyone tried Tree of thought prompts with this?
@amankumarsingh2671
@amankumarsingh2671 Жыл бұрын
People like me Amd GPU and GGLM doesn't run on textgenWebui plus not running on GPT4ALL Any chances amd GPU will be even supported in future or not 😢
@matthew_berman
@matthew_berman Жыл бұрын
Yea, I keep reading that AMD GPU isn't supported. Sorry :(
@STDFme
@STDFme 11 ай бұрын
Is Wizard coder suited for C/C++, too?
@jjhw2941
@jjhw2941 Жыл бұрын
How about using it with GPT Engineer?
@user-jg4ci4mf8w
@user-jg4ci4mf8w Жыл бұрын
Why?
@hotrodhunk7389
@hotrodhunk7389 Жыл бұрын
I just installed it and it is giving me terrible answer. Like complete nonsense. I think i messed something up or it doesn't run properly on a GTX 1080.
@stumbras2000
@stumbras2000 Жыл бұрын
is it better that replit AI coder?
@fardoche6
@fardoche6 Жыл бұрын
so gpt engineer is still better?
@JustAThought01
@JustAThought01 Жыл бұрын
What are the local hardware requirements?
@henrylawson430
@henrylawson430 Жыл бұрын
15 billion parameter model at 4 bits per parameter works out to 6.98 GB of Vram (there is a formula - ask chatgpt)
@SolidBuildersInc
@SolidBuildersInc Жыл бұрын
"Just a Little Bit Longer" in the Training, and ChatGPT 4 and 5 might be taking the Back Seat with this type of progress. What a Time for Tech !!! You must be exhausted from the .... "Thrill of the Chase" Just when you thought you caught something, you let it go to Chase after something even Better. It's a Marathon at this point on who can bring the most Powerful tools to the Social Market and have the most up to date solution for the future. We gotta be getting close to the Grand Finale right ? 😅
@neelanjanchakraborty5137
@neelanjanchakraborty5137 Жыл бұрын
I wonder how does it perform at Competitive Programming
@ViktorFerenczi
@ViktorFerenczi Жыл бұрын
Test it out and release a blog post or video on the topic.
@user-jg4ci4mf8w
@user-jg4ci4mf8w Жыл бұрын
If it isn't better than GPT 3.5 it's really not that good. An improvement yes, but what's the point?
@marilynlucas5128
@marilynlucas5128 Жыл бұрын
I don't think it's better than guanaco 33B at coding.
@P-G-77
@P-G-77 Жыл бұрын
Unfortunately I don't have the right hardware for the situation... otherwise it would be my daily "pleasure" to test new IAs
@dik9091
@dik9091 Жыл бұрын
TheBloke rocks, he is by orders of magnitude more important for AI progress than Ilya , who get's all the praise now, can't stand that because he is just a footnote in the grand scheme. Without Hinton, Google and M$ he is nothing, while the TheBloke needs no one.
@michealkinney6205
@michealkinney6205 3 ай бұрын
Sorry, but that `format_number` - final code test - is nowhere near a 7/10.. for one it's just a function, I'd give it a 2/10. The real problem I find LLM's having is compound logic or making a complete project (like snake). Nothing against you, I love your videos, and info! In my experience, using AI as a code assistant is frustrating and more pain then it's worth. With that said however, I do find it's very good at assisted code reviews, summarizing, planning (steps), static unit tests, and boilerplate stuff. It'll be awesome to see where it goes. Best!
@rv8804
@rv8804 Жыл бұрын
if its not better than gpt3.5 then its garbage. Cause GPT3.5 is garbage for coding. GPT4 is very useful for coding tho its night and day compared to GPT3.5.
@emperorgalaxy4495
@emperorgalaxy4495 8 ай бұрын
A more powerful computer is needed and training must be of better quality.
@pfylim
@pfylim Жыл бұрын
This is clickbait. You confirmed in your video GPT3.5 and above is much better. So watch it with your titles dude! You should also declare you were approached by Python Principles to inject a useless piece of information in this video. Not related at all. You are too sneaky!
@Dr_Tripper
@Dr_Tripper Жыл бұрын
Get some sleep.
@matthew_berman
@matthew_berman Жыл бұрын
That's just how I look lol
MPT30b - NEW Open-Source Foundational Model That Blows Me Away 🤯
13:50
Google Releases AI AGENT BUILDER! 🤖 Worth The Wait?
34:21
Matthew Berman
Рет қаралды 229 М.
Summer shower by Secret Vlog
00:17
Secret Vlog
Рет қаралды 14 МЛН
Каха заблудился в горах
00:57
К-Media
Рет қаралды 10 МЛН
Inside Out 2: Who is the strongest? Joy vs Envy vs Anger #shorts #animation
00:22
This Could Be a MASSIVE AI Business...and Now It's Yours 🤑
9:58
Matthew Berman
Рет қаралды 43 М.
Using Llama Coder As Your AI Assistant
9:18
Matt Williams
Рет қаралды 67 М.
The Most Value Packed RAG Guide on YouTube (Feat. Llama 3.1 405B!)
11:32
WizardCoder - Python OUTPERFORMS Code LLama - Python 34B
9:56
code_your_own_AI
Рет қаралды 5 М.
Is Code Generation with AI the New Programmer Tool of Choice?
7:02
IBM Technology
Рет қаралды 46 М.
Grok-1 FULLY TESTED - Fascinating Results!
8:27
Matthew Berman
Рет қаралды 168 М.
How is THIS Coding Assistant FREE?
5:19
Alex Ziskind
Рет қаралды 145 М.
All You Need To Know About Running LLMs Locally
10:30
bycloud
Рет қаралды 133 М.
Vision Pro наконец-то доработали! Но не Apple!
0:40
ÉЖИ АКСЁНОВ
Рет қаралды 217 М.
Мой новый мега монитор!🤯
1:00
Корнеич
Рет қаралды 199 М.
АЙФОН 20 С ФУНКЦИЕЙ ВИДЕНИЯ ОГНЯ
0:59
КиноХост
Рет қаралды 1,2 МЛН