From the course: Creating AI Applications with Python and GitHub Models

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Comparing and selecting a large language model

Comparing and selecting a large language model

- [Instructor] When creating an AI prototype, one of the tricky things is to try and figure out which large language model is best for a specific task. GitHub Models makes it really easy to compare the responses from large language models side by side. Let me show you what I mean. Let's head over to github.com/marketplace and let me select Models. And you can see that we've got the models by provider, by capability, so let's take a look at embeddings. So this allows me to compare the models based on things like the retrieval or search, or I can look for models based on chat or completion, which is access to the large language models. And finally, I can search for models based on features. So which models support agents, for example, which are low latency or smaller models, or maybe I'm looking for models that will work with multiple languages, so let me just go ahead and select Multilingual as an example. Now these are all models that will work with multiple languages. Now I quite…

Contents