Tag
14 articles
Learn how to set up and run inference with the Inkling multimodal AI model from Thinking Machines Lab, including text and image processing with controllable thinking effort.
Hugging Face CEO Clem Delangue emphasizes the growing importance of open source AI, highlighting its role in democratizing access and accelerating innovation in the industry.
Learn how to work with large language models using Python and Hugging Face. This beginner-friendly tutorial teaches you to load, customize, and experiment with AI text generation models.
Learn to build a simple multi-LLM orchestration system that dynamically selects the best AI model for each question, similar to Sakana AI's Fugu system.
Learn how to build a simple AI chatbot using Python and Hugging Face Transformers, similar to the technology behind Kimi chatbot by Moonshot AI.
Learn how to work with vision-language models like Step 3.7 Flash using Hugging Face Transformers, including multimodal input processing and MoE architecture concepts.
A malicious Hugging Face repository disguised as an OpenAI release distributed infostealer malware to Windows machines, with approximately 244,000 downloads before removal.
Security researchers have discovered that Hugging Face and ClawHub, two major AI model repositories, contain hundreds of malicious models capable of executing arbitrary code on users' machines.
A new tutorial demonstrates how to benchmark document parsing systems using the ParseBench dataset, integrating Python, Hugging Face, and LlamaIndex for comprehensive evaluation.
Learn how to work with AI models using Python and open-source tools similar to what companies like Cohere and Aleph Alpha are developing. This beginner-friendly tutorial covers setting up your environment and generating text with pre-trained models.
Learn how to build a production-ready AI pipeline using the Gemma 3 1B Instruct model, Hugging Face Transformers, and Google Colab. Understand how to securely connect, load models, and create chat-ready AI systems.
Learn how to build a basic video generation pipeline using Python and Hugging Face Diffusion models, simulating the technology behind OpenAI's Sora.