Welcome to my indie blog, where I, Seifeur Guizeni, an AI/ML Engineer & SEO Consultant, share my invaluable experience, cutting-edge courses, and exhilarating projects. Join me on this incredible journey as we delve into the world of artificial intelligence, machine learning, and search engine optimization. Discover practical insights, step-by-step tutorials, and thought-provoking articles that will empower you to unlock the full potential of these revolutionary technologies.
Introduction to BERT: A Revolutionary Language ModelAh, BERT, the superhero of natural language processing! Think of BERT as the language model that can decode our human word puzzles with lightning speed and mind-boggling accuracy. Imagine asking it any linguistic riddle, and POOF, there's your answer—like magic! Let's dive into the realm of BERT together and…
Will OpenAI’s Sora Really Impact Video Games?Ahoy, gamers! 🎮 Ready to dive into the fascinating world of AI impact on video games? Let's unravel the mysteries surrounding OpenAI’s latest creation, Sora. Picture this: Sora is like a digital magician, waving its AI wand to craft video game worlds just from text prompts. But hold onto…
Introduction to Large Language Models (LLMs)Hey there, curious minds! 🧠 Ready to dive into the fascinating realm of Large Language Models (LLMs)? Hold onto your keyboards as we unravel the mysteries behind these digital wordsmiths together! Let's step into the world of Large Language Models where AI meets text and data in a glorious dance…
The Journey from Statistical to Neural Network Language ModelsOh, the evolution of language models, from statistical to neural networks, is quite a tale! It's like going from using a calculator to solve math problems to having a supercomputer make predictions for you! But let me break it down for you in simpler terms. Alright, so…
What is the Prompt Chaining Technique?Ah, prompt chaining - the art of stringing prompts together like pearls on a necklace to create a seamless chain of operations in the realm of Large Language Models (LLMs). It's like giving your model a set of stepping stones to hop across a river without getting its algorithms wet!…
Understanding LLM Token LimitsAh, dealing with token limits in large language models (LLMs) can feel like trying to fit a giraffe into a Mini Cooper — quite the challenge! But fear not, for I've got the perfect solutions lined up for you to tackle this token trouble. Alright, let's dive into decoding those LLM token…
NLP vs LLM: Understanding the Core DifferencesOh, the world of language technologies! It's like comparing a master chef who cooks up words with a word wizard who whips up entire conversations out of thin air. Now, let's dive into the realm of NLP and LLM to uncover their unique flavors and specialties. Alright, buckle up…
LLaMA 3 is one of the most promising open-source model after Mistral, solving a wide range of tasks. I previously wrote a blog on Medium about creating an LLM with over 2.3 million parameters from scratch using the LLaMA architecture. Now that LLaMA-3 is released, we will recreate it in a simpler manner. We won’t be using…
Alright, so I know that I've been saying something is all you needed a lot, but this time it is honestly different. QLoRA is truly all you need. Personally, I have long been annoyed at how cold, boring, robotic, and just sort of dead the current state of AI conversations are. What I really want…
Better Attention is All You Need - Large language models (LLM) have continued to impress over the last few years, especially in the last year or so. While performance, model size, architecture, and data sets have all seen massive improvements, one thing has remained relatively the same during this time: the maximum context length. Most…