- Prompt Engineering for Data Quality and Validation Checks - Dec 18, 2025.
Prompt engineering is not just about asking models the right questions — it is about structuring those questions to think like a data auditor. When used correctly, it can make quality assurance faster, smarter, and far more adaptable than traditional scripts.
Language Models
- Hosting Language Models on a Budget - Dec 18, 2025.
Learn how to run your own language model for free using lightweight models and Hugging Face Spaces.
Language Models
- How Transformers Think: The Information Flow That Makes Language Models Work - Dec 15, 2025.
Let's uncover how transformer models sitting behind LLMs analyze input information like user prompts and how they generate coherent, meaningful, and relevant output text "word by word".
Language Models
- 5 Free Tools to Experiment with LLMs in Your Browser - Dec 10, 2025.
Discover five free tools that let you run and test large language models directly in your browser without any setup.
Language Models
- Prompt Engineering for Outlier Detection - Dec 9, 2025.
Learn how to detect outliers by doing a real-life data project and improve the process with AI.
Language Models
- Top 5 Open-Source LLM Evaluation Platforms - Dec 8, 2025.
If you’re building an LLM app, these open-source tools help you test, track, and improve your model’s performance easily.
Language Models
- Emergent Introspective Awareness in Large Language Models - Dec 4, 2025.
An overview, summary, and position of cutting-edge research conducted on the emergent topic of LLM introspection on self internal states
Language Models
- 7 ChatGPT Tricks to Automate Your Data Tasks - Dec 2, 2025.
This article explores how to transform ChatGPT from a chatbot into a powerful data assistant that streamlines the repetitive, the tedious, and the complex.
Language Models
- 5 Docker Containers for Language Model Development - Nov 24, 2025.
This article walks through five container setups that consistently help developers move from idea to experiment to deployment without fighting their own toolchains.
Language Models
- Top 7 Open Source AI Coding Models You Are Missing Out On - Nov 21, 2025.
Stop sending your code to OpenAI or Anthropic. Run these 7 top-tier open-source coding models locally for privacy, control, and zero API costs.
Language Models
- 3 Unexpected Uses for NotebookLM - Nov 20, 2025.
Check out three use cases for NotebookLM that go beyond the expected functionality of generating FAQs, study guides, or basic summaries.
Language Models
- 7 Steps to Build a Simple RAG System from Scratch - Nov 17, 2025.
This step-by-step tutorial walks you through building your own RAG system.
Language Models
- The Benefits of an “Everything” Notebook in NotebookLM - Nov 12, 2025.
The goal of an "everything" notebook in NotebookLM is having your entire professional memory instantly accessible and understandable.
Language Models
- The 5 FREE Must-Read Books for Every LLM Engineer - Nov 5, 2025.
Discover 5 free must-read books that cover theory, systems, linguistics, interpretability, and security side of large language models.
Language Models
- Beginner’s Guide to Data Extraction with LangExtract and LLMs - Nov 4, 2025.
If you need to pull specific data from text, LangExtract offers a fast, flexible, and beginner‑friendly way to do it.
Language Models
- Creating a Text to SQL App with OpenAI + FastAPI + SQLite - Oct 17, 2025.
Develop a simple tool that translates natural language into queries.
Language Models
- The Beginner’s Guide to Tracking Token Usage in LLM Apps - Oct 14, 2025.
If you’re not tracking tokens, you’re basically burning cash every time your app talks to an LLM.
Language Models
- Prompt Engineering Templates That Work: 7 Copy-Paste Recipes for LLMs - Oct 9, 2025.
These 7 prompt templates will make LLMs your most useful assistant.
Language Models
- Is ChatGPT Study Mode a Hidden Gem or a Gimmick? - Oct 3, 2025.
This article critically explores both perspectives, weighing the benefits, drawbacks, and future potential of Study Mode to determine whether it lives up to the hype.
Language Models
- Why Do Language Models Hallucinate? - Sep 24, 2025.
In this article, we look at five revelations from the paper "Why Do Language Models Hallucinate?"
Language Models
- A Gentle Introduction to vLLM for Serving - Sep 18, 2025.
Let's take a look at how vLLM streamlines the process of serving large language models by making it faster and easier to integrate with existing machine learning workflows.
Language Models
- Airtable + GPT: Prototyping a Lightweight RAG System with No-Code Tools - Sep 17, 2025.
How to build an orchestration workflow to prototype a RAG system that uses Airtable text databases as the knowledge base for retrieval, and OpenAI's GPT models for response generation.
Language Models
- The Best Local Coding LLMs You Can Run Yourself - Sep 17, 2025.
In this article, we explore some of the best local coding LLMs that fit into local workflows and highlight why they stand out from the rest.
Language Models
- How to Build Production-Ready UI Prototypes in Minutes Using Google Stitch - Sep 16, 2025.
No design skills? No problem. Google Stitch turns your simple text prompts into ready-to-use UIs in minutes.
Language Models
- Top 7 Small Language Models - Sep 4, 2025.
Popular small language models are reshaping the AI landscape by combining efficiency, strong reasoning, factual accuracy, tool use, and broad accessibility.
Language Models
- 5 Fun RAG Projects for Absolute Beginners - Sep 3, 2025.
Your first RAG project doesn’t have to be basic. Here’s how to make it awesome from day one.
Language Models
- How to Run Multiple LLMs Locally Using Llama-Swap on a Single Server - Aug 27, 2025.
Tired of starting/stopping different models every time you want to test something? Let Llama-Swap handle that for you.
Language Models
- The Best Way of Running GPT-OSS Locally - Aug 25, 2025.
The most optimized way to run the GPT-OSS 20B model on RTX 3090 with llama.cpp and Open WebUI Python servers.
Language Models
- All You Need is Ollama’s New App - Aug 14, 2025.
Effectively increase your productivity with local LLMs using Ollama's new app.
Language Models
- A Gentle Introduction to Context Engineering in LLMs - Aug 7, 2025.
Before you prompt, engineer your context. Here’s the beginner’s guide everyone needs.
Language Models
- Beginner’s Guide to Gemini CLI: Install, Setup, and Use It Like a Pro - Aug 6, 2025.
Turn your terminal into an AI coding assistant with Gemini CLI and learn how to use it like a pro in minutes.
Language Models
- Getting The Most From The LangChain Ecosystem - Aug 5, 2025.
Learn how to use the LangChain ecosystem to build, test, deploy, monitor, and visualize complex agentic workflows.
Language Models
- Debugging and Tracing LLMs Like a Pro - Aug 1, 2025.
Debugging LLMs is important because their workflows are complex and involve multiple parts like chains, prompts, APIs, tools, retrievers, and more.
Language Models
- A Deep Dive into Image Embeddings and Vector Search with BigQuery on Google Cloud - Jul 29, 2025.
We'll show you how to harness the power of BigQuery's machine learning capabilities to build your own AI-driven dress search using these incredible image embeddings.
Language Models
- When Do I Need to Use an LLM? - Jul 29, 2025.
This article aims to bring the conversation about LLMs back down to earth, exploring not only the wide array of use cases where LLMs can add real value, but also the limitations they face.
Language Models
- Benefits of Using LiteLLM for Your LLM Apps - Jul 23, 2025.
In this article, we will explore why LiteLLM is beneficial for building LLM applications.
Language Models
- 10 GitHub Repositories for Mastering Agents and MCPs - Jul 7, 2025.
Learn how to build your own agentic AI application with free tutorials, guides, courses, projects, example code, research papers, and more.
Language Models
- Large Language Models: A Self-Study Roadmap - Jul 7, 2025.
A complete beginner’s roadmap to understanding and building with large language models explained simply and with hands-on resources.
Language Models
- 7 Popular LLMs Explained in 7 Minutes - Jun 26, 2025.
Get a quick overview of GPT, BERT, LLaMA, and more!
Language Models
- NotebookLM + Deep Research: The Ultimate Learning Hack - Jun 17, 2025.
Let’s unlock smarter, faster learning by combining NotebookLM with deep research strategies.
Language Models
- Deploying the Magistral vLLM Server on Modal - Jun 17, 2025.
A guide for Python beginners to build, deploy, and test a Magistral reasoning model.
Language Models
- 10 Large Language Model Key Concepts Explained - Jun 16, 2025.
In this article, we explore 10 large language model terms that are key to understanding these formidable AI systems.
Language Models
- Building a Custom PDF Parser with PyPDF and LangChain - Jun 12, 2025.
PDFs look simple — until you try to parse one. Here’s how to build your own parser.
Language Models
- Why You Need RAG to Stay Relevant as a Data Scientist - Jun 11, 2025.
How retrieval-augmented generation (RAG) reduces LLM costs, minimises hallucinations, and keeps you employable in the age of AI.
Language Models
- Run the Full DeepSeek-R1-0528 Model Locally - Jun 9, 2025.
Running the quantized version DeepSeek-R1-0528 Model locally using Ollama and WebUI.
Language Models
- WTF is GRPO?!? - Jun 5, 2025.
This article unveils what GRPO is and explains how it works in the context of LLMs, using a simpler and understandable narrative.
Language Models
- Mixedbread Cloud: A Unified API for RAG Pipelines - Jun 4, 2025.
Explore this unified API for file uploading, document parsing, embedding models, vector store, and a retrieval pipeline.
Language Models
- How to Use Deep Research Like a Pro - Jun 2, 2025.
Go beyond basic search and learn how to gather credible, structured insights using AI-powered deep research tools like ChatGPT, Perplexity, and more.
Language Models
- 32 MCP Servers You Need To Check Out Now - May 28, 2025.
Explore list of top MCP servers that enable seamless integration of LLMs with tools like databases, APIs, communication platforms, and more, helping you automate workflows and enhance AI applications.
Language Models
- The 3 Horizons of LLM Evolution - May 23, 2025.
The shift from native LLMs (2018) to LLM agents (2025) has enabled AI to move beyond static knowledge, integrating retrieval, reasoning, and real-world interaction for autonomous problem-solving.
Language Models
- The Ultimate Guide to Learning Anything with NotebookLM - May 19, 2025.
Learn about turning your notes and sources into a personalized, AI-powered tutor with NotebookLM.
Language Models
- WTF is Language Model Quantization?!? - May 19, 2025.
Unveiling the origins, "ins and outs," and implications of quantization in language models: all in simple terms.
Language Models
- Qwen2.5-Omni is a Powerhouse: A Guide with Demo Project - May 16, 2025.
This article guides you throughout a demo project to set up and run an instance of this powerful multi-modal model in a Python script or notebook.
Language Models
- Building AI Agents? A2A vs. MCP Explained Simply - May 15, 2025.
Confused by AI agent frameworks? This article makes sense of A2A and MCP.
Language Models
- 10 GitHub Repositories to Master Large Language Models - May 12, 2025.
Master LLMs through books, courses, tutorials, exercises, projects, and comprehensive guides that cover everything from foundational concepts to advanced techniques.
Language Models
- 5 Expert Tips for Excelling with NotebookLM - May 12, 2025.
Looking to get the most out of NotebookLM? These five expert tips will help you use it better and improve your productivity.
Language Models
- How to Deploy Your LLM to Hugging Face Spaces - May 6, 2025.
Showcase your LLM project with Streamlit and Hugging Face Spaces using Free CPU Instances.
Language Models
- OpenRouter: A Unified Interface for LLMs - May 1, 2025.
Explore a marketplace for LLM APIs where you can effortlessly access and pay for top-tier AI models without the usual hassle.
Language Models
- Building a Personal Knowledge Management Tool with Reor - Apr 22, 2025.
This article will explore the AI tool you can use to build personal knowledge management locally.
Language Models
- Building a RAG Application Using LlamaIndex - Apr 21, 2025.
Enhance language models with real-time document retrieval and dynamic knowledge integration using retrieval-augmented generation and LlamaIndex.
Language Models
- 10 Awesome MCP Servers - Apr 18, 2025.
Try these MCP servers with Claude Desktop today for free.
Language Models
- From Idea to UI in Seconds: Meet OpenUI! - Apr 17, 2025.
From idea to prototype in seconds — OpenUI lets you build, edit, and export UIs using just natural language. No design skills required!
Language Models
- Control Your Spotify Playlist with an MCP Server - Apr 16, 2025.
Use AI to control Spotify playback, search for songs, and manage your queue for a personalized experience.
Language Models
- The Easiest Way to Create Real-Time AI Voice Agents - Apr 15, 2025.
Forget Alexa — now you can build your own real-time AI voice assistant in just minutes!
Language Models
- Building A Simple MCP Server - Apr 11, 2025.
Give your LLMs the extra ability to fetch live stock prices, compare them, and provide historical analysis by implementation tools within the MCP Server.
Language Models
- How to Use Mind Maps in NotebookLM - Apr 10, 2025.
In this article, we’ll explain how to use mind maps within NotebookLM to enhance your productivity and comprehension.
Language Models
- WTF is a Transformer? - Apr 10, 2025.
In this article, we’ll explore what a transformer is, how it originated, why it became so successful that it powered one of the most groundbreaking AI advances, the large language model.
Language Models
- Accessing Local LLMs Remotely Using TailScale: A Step-by-Step Guide - Apr 9, 2025.
Explore how you can remotely access local LLMs.
Language Models
- Gemini RAG Recipe with Query Enhancement - Apr 8, 2025.
Implement a RAG system using this recipe with Gemini and ChromaDB.
Language Models
- Exploring the Role of Smaller LMs in Augmenting RAG Systems - Apr 2, 2025.
Let's discover what small language models (SLMs) are, how they can be used in RAG systems and applications, and when to use them over their large language counterparts.
Language Models
- VIP Cheatsheet: Transformers & Large Language Models - Mar 31, 2025.
Learn more about this handy resource created by Afshine and Shervine Amidi for Stanford's CME 295 course.
Language Models
- A Guide to Integrating ChatGPT with Google Sheets - Mar 27, 2025.
This guide provides a detailed, step-by-step explanation of how to connect ChatGPT with Google Sheets, along with practical examples and advanced features to make the most of this integration.
Language Models
- Building an Automatic Speech Recognition System with PyTorch & Hugging Face - Mar 26, 2025.
Check out this step-by-step guide to building a speech-to-text system with PyTorch & Hugging Face.
Language Models
- Using Claude 3.7 Locally - Mar 21, 2025.
Learn how to integrate the Claude 3.7 model into the Msty application and VSCode as the AI assistant you need for your workspace.
Language Models
- Building Agentic Application Using Streamlit and Langchain - Mar 19, 2025.
By combining AI agents, you can build an application that not only answers questions and searches the internet but also performs computations and visualizes data effectively.
Language Models
- The Hundred-Page Language Models Book: A Great Technical Intro to LLMs - Mar 13, 2025.
The Hundred-Page Language Models Book is the LLM book you shouldn't miss.
Language Models
- Top 7 Open-Source LLMs in 2025 - Mar 13, 2025.
These models are free to use, can be fine-tuned, and offer enhanced privacy and security since they can run directly on your machine, and match the performance of proprietary solutions like o3-min and Gemini 2.0.
Language Models
- Measuring Prompt Effectiveness: Metrics and Methods - Mar 11, 2025.
By examining key metrics and methods to evaluate prompt quality and effectiveness, this article guides you towards achieving more accurate, relevant, and creative text-generation results.
Language Models
- 5 Cheapest Cloud Platforms for Fine-tuning LLMs - Mar 10, 2025.
Stop overpaying for LLM fine-tuning! Discover 5 affordable cloud alternatives to AWS & GCP.
Language Models
- Big Gains with Hugging Face’s smolagents - Mar 7, 2025.
Utilize the simple yet advance AI agent framework for your works.
Language Models
- DeepSeek-Level AI? Train Your Own Reasoning Model in Just 7 Easy Steps! - Feb 27, 2025.
Who needs a supercomputer? Train your own powerful AI reasoning model with just 15GB VRAM!
Language Models
- A Beginner’s Guide to Integrating LLMs with Your Data Science Projects - Feb 26, 2025.
Learn the best ways to use LLM in your data projects.
Language Models
- Using DistilBERT for Resource-Efficient Natural Language Processing - Feb 21, 2025.
DistilBERT is a smaller, faster version of BERT that performs well with fewer resources. It’s perfect for environments with limited processing power and memory.
Language Models
- Hosting Khoj for Free: Your Personal Autonomous AI App - Feb 20, 2025.
Turn your local LLMs into a personal, autonomous AI application that can effortlessly retrieve answers from the web or your documents.
Language Models
- Math, Machine Learning & Coding Needed For LLMs - Feb 19, 2025.
The goal of this article is to guide you through the essential mathematical foundations, machine learning techniques, and coding practices needed to work with LLMs.
Language Models
- How to Use the Trainer API in Hugging Face for Custom Training Loops - Feb 19, 2025.
Learn how to develop custom training loop with Hugging Face Transformers and the Trainer API.
Language Models
- 5 LLM Prompting Techniques Every Developer Should Know - Feb 12, 2025.
Want to make the most out of large language models? Check out these prompting techniques you can start using today.
Language Models
- Creating a Useful Voice-Activated Fully Local RAG System - Feb 11, 2025.
This article will explore initiating the RAG system and making it fully voice-activated.
Language Models
- Building Multilingual Applications with Hugging Face Transformers: A Beginner’s Guide - Feb 7, 2025.
Check out this practical guide to building multilingual applications with Hugging Face.
Language Models
- Using Llama 3.2-Vision Locally: A Step-by-Step Guide - Feb 6, 2025.
Interact with the advanced multimodal Llama model locally through its intuitive user interface or powerful endpoint service.
Language Models
- 3 Easy Ways to Create Flowcharts and Diagrams Using LLMs - Feb 5, 2025.
Creating diagrams doesn’t have to be hard! With just a simple text description, LLMs can help you generate flowcharts and diagrams in no time.
Language Models
- How to Fine-Tune DeepSeek-R1 for Your Custom Dataset (Step-by-Step) - Feb 3, 2025.
Fine-tune the DeepSeek model step by step... even if you're new to LLMs!
Language Models
- Top 5 LLMs to Use According to FACTS Leaderboard - Jan 31, 2025.
Explore the most factually accurate and reliable large language models.
Language Models
- How to Summarize Scientific Papers Using the BART Model with Hugging Face Transformers - Jan 30, 2025.
Learn how to perform paper summarization with BART.
Language Models
- Coding with Qwen 2.5: An Overview - Jan 29, 2025.
Code smarter, not harder with Qwen 2.5.
Language Models
- How to Evaluate LLMs - Jan 28, 2025.
Evaluation methodologies, metrics, and best practices for different language tasks, explained.
Language Models
- Using DeepSeek-R1 Locally - Jan 27, 2025.
Run powerful reasoning models locally, matching the performance of OpenAI's o1 capabilities, completely free, and avoid paying $200 a month for a pro subscription.
Language Models
- The Ultimate Roadmap to Becoming an LLM Engineer - Jan 20, 2025.
Unsure what to learn, where to start, and which order to follow to master LLM engineering concepts and skills? This comprehensive roadmap with clear milestones and stages is here to help!
Language Models
- Exploring Multilingual LLMs with Aya Expanse - Jan 15, 2025.
Read this to understand the most advanced open source multilingual model.
Language Models
- 7 Easy Ways to Make Passive Income with Large Language Models - Jan 14, 2025.
Looking for extra income? Here are 7 creative ways to use large language models for passive earnings!
Language Models
- What Are Large Language Models? A Beginner’s Guide for 2025 - Jan 9, 2025.
Curious about what LLMs are and want to know about them? Explore the Full Guide Right Here, Right Now!
Language Models
- Getting Started with Building RAG Systems Using Haystack - Jan 3, 2025.
Retrieval augmented generation (RAG) is altering the way we use large language models, but building these systems can be hectic. In this article, you will learn how to build RAG systems using Haystack.
Language Models
- How to Implement Image Captioning with Vision Transformer (ViT) and Hugging Face Transformers - Dec 26, 2024.
A beginner’s guide to getting started with image captioning models with HuggingFace.
Language Models
- HuggingChat is the One LLM App You Shouldn’t Overlook - Dec 20, 2024.
Check out this excellent chat tool you may not know about.
Language Models
- Google’s Illuminate AI: A New Way to Create Your Own AI-Generated Podcasts - Dec 18, 2024.
See how to revolutionize how you bring stories to life with AI.
Language Models
- Multimodal RAG Implementation with Hugging Face - Dec 17, 2024.
Learn how to enhance RAG models by combining text and visual inputs using Hugging Face Transformers.
Language Models
- How to Use LayoutLM for Document Understanding and Information Extraction with Hugging Face Transformers - Dec 12, 2024.
Let's learn how to use LayoutLM with Hugging Face Transformers
Language Models
- How to Build a Text Classification Model with Hugging Face Transformers - Dec 11, 2024.
Learn the key steps to train a transformer-based text classification model from scratch.
Language Models
- No Code, No Problem: How to Use Open Interpreter - Dec 9, 2024.
Imagine controlling your computer, running code, and fetching data, all by simply typing out natural language commands. Open Interpreter makes it possible!
Language Models
- Top 5 Tips for Fine-Tuning LLMs - Dec 6, 2024.
Whether you’re building an LLM from scratch or augmenting an LLM with additional finetuning data, following these tips will deliver a more robust model.
Language Models
- How to Install and Run LLMs Locally on Android Phones - Dec 5, 2024.
Learn how to bring the power of AI right to your Android phone—no cloud, no internet, just pure on-device intelligence!
Language Models
- How to Implement Cross-Lingual Transfer Learning with mBERT in Hugging Face Transformers - Dec 2, 2024.
Let's learn how to use mBERT for multilingual tasks.
Language Models
- How to Implement Agentic RAG Using LangChain: Part 2 - Nov 28, 2024.
Learn about enhancing LLMs with real-time information retrieval and intelligent agents.
Language Models
- Integrating Language Models into Existing Software Systems - Nov 21, 2024.
Improving existing software systems, making them more robust and capable of solving complex contemporary problems.
Language Models
- Run Local LLMs with Cortex - Nov 19, 2024.
Check out this local AI model manager similar to Ollama, but better.
Language Models
- AnythingLLM: The LLM Application You’ve Been Waiting For - Nov 15, 2024.
Turn any document into a conversation-ready AI tool with AnythingLLM — a versatile, open-source platform for building a secure, private assistant.
Language Models
- An Introduction to Graph RAG - Nov 13, 2024.
Keys to leverage hidden knowledge relationships in graphs to improve the performance of RAG-based LLMs
Language Models
- How to Implement a Basic Reranking System in RAG - Nov 11, 2024.
A practical guide to easily implement a reranker capable of putting together multiple document scoring criteria in RAG systems
Language Models
- 5 No-Cost Learning Resources for LLM Agents - Nov 7, 2024.
Curious about LLM agents? Here’s a list of free courses, guides, and blogs that make it easy to start learning and stay updated.
Language Models
- Language Models Explained in 5 Minutes - Nov 5, 2024.
Familiarize yourself with the technology behind ChatGPT and Google Gemini in the time it takes to enjoy a cup of coffee.
Language Models
- How to Summarize Texts Using the BART Model with Hugging Face Transformers - Nov 4, 2024.
To summarize text using Hugging Face's BART model, load the model and tokenizer, input the text, and the model generates a concise summary.
Language Models
- Optimizing RAG with Embedding Tuning - Nov 4, 2024.
Learn how to improve the performance of RAG systems, and make them more accurate at retrieving context-aware information.
Language Models
- When to Go Out and When to Stay In: RAG vs. Fine-tuning - Oct 31, 2024.
This article presents a comprehensive discussion of when to choose which approach for your LLM and potential hybrid solutions.
Language Models
- How to Fine-Tune T5 for Question Answering Tasks with Hugging Face Transformers - Oct 31, 2024.
Fine-tuning the T5 model for question answering tasks is simple with Hugging Face Transformers: provide the model with questions and context, and it will learn to generate the correct answers.
Language Models
- Model Selection and Experimentation Automation with LLMs - Oct 29, 2024.
Automate the machine learning modelling important step with LLMs.
Language Models
- Fine-Tuning GPT-4o - Oct 29, 2024.
Learn how to enhance GPT-4o performance for legal text classification on your old laptop with just a few lines of code.
Language Models
- 5 Tips for Optimizing Language Models - Oct 28, 2024.
From prompt engineering to model tuning and compression, explore five ways to make your language model improve its responses.
Language Models
- How to Deploy Hugging Face Models on Mobile Devices - Oct 28, 2024.
Let's learn how to prepare Hugging Face models for mobile device deployment.
Language Models
- How to Use Hugging Face Transformers for Text-to-Speech Applications - Oct 24, 2024.
To use Hugging Face Transformers for Text-to-Speech, load a pre-trained TTS model and input the text you want to convert to speech. The model will generate audio, which you can save or play directly.
Language Models
- Fine-tuning Llama 3.2 Using Unsloth - Oct 24, 2024.
Unsloth is a user-friendly framework, offering fast inference and fine-tuning for large language models. It also supports saving models in multiple formats, including vLLM and GGUF.
Language Models