Hello Learners…
Welcome to my blog…
Table Of Contents
- Introduction
- What is StarCoder?
- Simple Demo Of StartCoder and How We Can Use It?
- Summary
- References
Introduction
In this post, we discuss StarCoder The Biggest Open Source Code Large Language Model (LLM). This is an open-source chatbot for programmers and coders.
This is the era of chatbots and large language models. At this everyone working on different types of large language models and creating chatbots.
What is StarCoder?
StarCoder is a 15B LLM trained on permissively licensed data from GitHub.
It outperforms all other open language models on programming benchmarks and can generate realistic code, act as a technical assistant and autocomplete code in over 80 languages.
StartCodel was created by HughingFace and ServiceNow through BigCode and open scientific collaboration.
Simple Demo Of StartCoder and How We Can Use It?
First, we have to go to the official site of HuggingChat.
URL : https://huggingface.co/chat
We can see the below interface.
Here we can see the selected model which is OpenAssistant/oasst-sft-6-llama-30b
To use the StartCoder Model We have to switch models.
Click on the switch model and we can see the below.
Click on the BiCode/StarCoderBase Model.
Now Click on Apply.
We can see the below interface.
Now we start asking our questions related to programming.
First Question:
- write function for the sum of two variables
Here is the output of the StarCoder Model.
Second Question:
- write python code for addition
Here is the output of the StarCoder Model.
Third Questions:
- write python code for sum of two numbers
So this is the simple demo of how the StarCoder LLM Models work.
Summary
This is the simple introduction and demo of StarCoder The Biggest Open Source Code Large Language Model (LLM). Using this we can improve our programming skills.
Also, you can refer to other articles related to this,
Happy Learning And Keep Learning…
Thank You…