Image by Author
Before we get into the amazing things about Phi-2. If you haven’t already learnt about phi-1.5, I’d advise you to have a quick skim over what Microsoft had in the works a few months ago Effective Small Language Models: Microsoft’s 1.3 Billion Parameter phi-1.5.
Now you have the foundations, we…
A/B testing, also known as “split testing” or “randomized controlled trial” is a method of comparing two versions of a web page, app, or other product to see which one performs better. The basic idea of A/B testing is to divide your users into two groups: group A and group B. Group A (control variant)…
Image by Author
Data Science remains one of the hottest job titles in the 21st century. So, it's no wonder there's a lot of curiosity about it. But first, what is Data Science?
Data Science is a multidisciplinary field that includes different elements from various domains, such as Data Visualization, Model Building, and…
Image generated with Segmind SSD-1B model
Excited to start analyzing data using SQL? Well, you may have to wait just a bit. But why?
Data in database tables can often be messy. Your data may contain missing values, duplicate records, outliers, inconsistent data entries, and more. So cleaning the data before you can…
Image by Author
Have you ever wanted to study computer science but didn't want to pay the high cost of college tuition? Well, you're in luck! There is an incredible open-source curriculum called OSSU (Open Source Society University) that allows you to enroll in the equivalent of a 4-year computer science degree program…
Image by Gerd Altmann from Pixabay
About a month ago OpenAI announced that ChatGPT can now see, hear, and speak. This means the model can help you with more everyday tasks. For example, you can upload a picture of the contents of your fridge and ask for meal ideas to prepare with the…
Image by Author
In this post, we will be learning about a new Cloud IDE that is both free and user-friendly. It is an upgraded version of Google Colab that allows you to save your projects, use essential plugins, and run generative models on GPU for free.
Lightning AI Studio is…
Screenshot by Editor
It’s been an interesting 12 months. A lot has happened with large language models (LLMs) being at the forefront of everything tech-related. You have LLMs such as ChatGPT, Gemini, and more.
These LLMs are currently run in the cloud, meaning they run somewhere else on someone else's computer. For something…
Photo by Mikhail Nilov
As a seasoned ML developer who has hired many junior engineers across different projects, I have come to realize that there are certain skills essential for a junior developer to be considered for a job in the field. These skills vary depending on the project and the company, but…
Image by Author
Want to spend your morning trying out the new features in the latest Python version…And your lunch break sifting through a legacy Python codebase—all without breaking your development environment?
Yes, it is possible. And Pyenv is here to help. With Pyenv, you can install Python versions, switch between versions, and…