Tagged articles
21 articles
Page 1 of 1
Geek Labs
Geek Labs
May 3, 2026 · Artificial Intelligence

VibeVoice: Microsoft’s Open‑Source Cutting‑Edge Speech AI Models

The article introduces Microsoft’s open‑source VibeVoice project, detailing its long‑audio ASR‑7B and real‑time TTS‑0.5B models, the continuous speech tokenizer and next‑token diffusion techniques, and provides quick‑start instructions for online demos and local deployment via Hugging Face.

Hugging FaceMicrosoftVibeVoice
0 likes · 3 min read
VibeVoice: Microsoft’s Open‑Source Cutting‑Edge Speech AI Models
AI Explorer
AI Explorer
Apr 29, 2026 · Artificial Intelligence

Open-Source ML Intern: One-Click Paper Reading, Training & Deployment – Hype or Real Deal?

ml‑intern, an open‑source AI agent from Hugging Face, automates the full ML workflow—reading papers, generating code, training and deploying models—using an asynchronous event‑driven loop with submission and event queues, supporting interactive and headless modes, Slack notifications, and multiple LLM back‑ends.

AI AgentHugging FaceLLM
0 likes · 5 min read
Open-Source ML Intern: One-Click Paper Reading, Training & Deployment – Hype or Real Deal?
AI Explorer
AI Explorer
Apr 3, 2026 · Artificial Intelligence

VibeVoice: Open‑Source Real‑Time TTS and 60‑Minute ASR from Microsoft

VibeVoice is a Microsoft‑backed open‑source framework that combines streaming text‑to‑speech and ultra‑long audio speech‑to‑text capabilities, offering multilingual models, low‑latency generation, speaker diarization, and easy deployment via Hugging Face, positioning it as a commercial‑grade alternative for developers.

Hugging FaceMicrosoftSpeech AI
0 likes · 7 min read
VibeVoice: Open‑Source Real‑Time TTS and 60‑Minute ASR from Microsoft
AI Explorer
AI Explorer
Apr 1, 2026 · Artificial Intelligence

Google Open‑Sources TimesFM: A Foundation Model for Plug‑and‑Play Time‑Series Forecasting

Google’s open‑source TimesFM is a decoder‑only Transformer foundation model that delivers plug‑and‑play time‑series forecasting with zero‑shot accuracy, larger context windows, quantile predictions, and a simple Hugging Face API, making it suitable for retail, energy, finance, monitoring, and IoT use cases.

Hugging FacePyTorchTimesFM
0 likes · 7 min read
Google Open‑Sources TimesFM: A Foundation Model for Plug‑and‑Play Time‑Series Forecasting
SuanNi
SuanNi
Mar 24, 2026 · Industry Insights

Why China Overtook the US on Hugging Face: Inside the 2025 Open‑Source AI Surge

A comprehensive analysis of Hugging Face data reveals how China became the world’s largest monthly downloader of open‑source AI models in 2025, reshaping the global AI ecosystem through rapid growth, shifting geography, evolving model sizes, hardware diversification, and expanding robotics and scientific sub‑communities.

AI hardwareAI market trendsChina AI
0 likes · 13 min read
Why China Overtook the US on Hugging Face: Inside the 2025 Open‑Source AI Surge
Qborfy AI
Qborfy AI
Mar 24, 2026 · Artificial Intelligence

Why Full Fine‑Tuning Beats LoRA: When and How to Update Every Model Parameter

This article explains full fine‑tuning—updating all parameters of a pretrained model—to achieve the highest task performance, compares it with LoRA and prompt tuning, shows when it is appropriate, provides a step‑by‑step Hugging Face implementation, memory‑saving tricks, common pitfalls, and practical takeaways.

Deep LearningDeepSpeedGPU Memory
0 likes · 9 min read
Why Full Fine‑Tuning Beats LoRA: When and How to Update Every Model Parameter
IT Services Circle
IT Services Circle
Feb 28, 2026 · Artificial Intelligence

Unlock Adaptive Crawling, AI Agent Memory, and Remote Claude Code with Open‑Source Tools

This article introduces four open‑source projects—Scrapling for self‑adjusting web crawling, Agent‑Skills‑for‑Context‑Engineering for AI agent memory management, claude‑code‑telegram for remote Claude Code access via Telegram, and Hugging Face Skills for versatile AI task automation—detailing their core features, popularity, and installation steps.

AI agentsHugging FacePython
0 likes · 7 min read
Unlock Adaptive Crawling, AI Agent Memory, and Remote Claude Code with Open‑Source Tools
Code Mala Tang
Code Mala Tang
Oct 9, 2025 · Artificial Intelligence

Fine‑Tune a Language Model for Band Trivia with Hugging Face PEFT

This tutorial walks through installing Python dependencies, preparing a JSON‑based QA dataset, and using Hugging Face's PEFT library to fine‑tune a small FLAN‑T5 model so it can answer questions about AC/DC and other bands without passing knowledge at inference time.

FAQ modelHugging FaceLLM fine-tuning
0 likes · 12 min read
Fine‑Tune a Language Model for Band Trivia with Hugging Face PEFT
JavaEdge
JavaEdge
Sep 14, 2025 · Artificial Intelligence

Exploring Hugging Face AI Sheets: No‑Code LLM‑Powered Data Manipulation

Hugging Face AI Sheets lets users employ large language models through a spreadsheet‑like interface to clean, transform, enrich, and generate datasets without writing code, offering both zero‑shot dataset creation and import‑based bulk processing, with optional self‑hosting via Docker for privacy‑sensitive workflows.

AI SheetsDocker deploymentHugging Face
0 likes · 5 min read
Exploring Hugging Face AI Sheets: No‑Code LLM‑Powered Data Manipulation
Network Intelligence Research Center (NIRC)
Network Intelligence Research Center (NIRC)
Jul 13, 2025 · Artificial Intelligence

Getting Started with Hugging Face Transformers Trainer

This guide walks through the Hugging Face Transformers Trainer library, explaining its core features such as configurable training loops, mixed‑precision and gradient‑accumulation support, seamless distributed training via Accelerate and DeepSpeed, and provides a step‑by‑step example of converting a simple PyTorch CNN model to use Trainer.

AccelerateDeepSpeedDistributed Training
0 likes · 7 min read
Getting Started with Hugging Face Transformers Trainer
AI Algorithm Path
AI Algorithm Path
Jul 1, 2025 · Artificial Intelligence

Beginner’s Guide to CLIP Inference: Step‑by‑Step with Hugging Face

This tutorial walks through loading the openai/clip‑vit‑base‑patch32 model with Hugging Face, preprocessing images and text, encoding them into a shared embedding space, computing cosine similarity for zero‑shot image‑text matching, and visualizing the results, all with concrete code examples.

CLIPCosine SimilarityHugging Face
0 likes · 6 min read
Beginner’s Guide to CLIP Inference: Step‑by‑Step with Hugging Face
Ops Development & AI Practice
Ops Development & AI Practice
Aug 20, 2024 · Artificial Intelligence

How ERobot Redefines No-Code AI Automation with Natural Language

The article examines Hugging Face's ERobot, an AI model that leverages Transformer-based pre‑trained models to execute a wide range of automation tasks through natural‑language commands, discusses its technical foundations, real‑world applications, future prospects, and the challenges it must overcome.

Hugging FaceNo-codeTransformer
0 likes · 8 min read
How ERobot Redefines No-Code AI Automation with Natural Language
Ops Development & AI Practice
Ops Development & AI Practice
Jul 9, 2024 · Artificial Intelligence

How AnimateDiff-Lightning Elevates Open-Source AI Animation

AnimateDiff-Lightning, an open‑source diffusion model released by ByteDance on Hugging Face, delivers high‑resolution image and video generation with versatile integration, showcasing how community‑driven AI tools can accelerate creative and commercial applications.

AIByteDanceHugging Face
0 likes · 5 min read
How AnimateDiff-Lightning Elevates Open-Source AI Animation
Eric Tech Circle
Eric Tech Circle
Mar 24, 2024 · Artificial Intelligence

Running Local LLMs: Ollama vs Hugging Face – A Hands‑On Comparison

This guide compares Ollama and Hugging Face for running large language models locally, detailing API and local execution methods, installation steps, model selection, resource requirements, integration with AnythingLLM, container deployment, embedding and vector store setup, and practical observations on performance and limitations.

AnythingLLMDockerEmbedding
0 likes · 15 min read
Running Local LLMs: Ollama vs Hugging Face – A Hands‑On Comparison
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Feb 9, 2024 · Artificial Intelligence

How InstantID Generates High‑Fidelity Holiday Portraits in 30 Seconds

InstantID is a plug‑in adapter that adds identity‑preserving capabilities to text‑to‑image diffusion models, allowing users to upload a single photo and, within 30 seconds, produce a Spring Festival‑styled portrait with accurate facial features, customizable prompts, and strong text control.

AI image generationDiffusion ModelsHugging Face
0 likes · 7 min read
How InstantID Generates High‑Fidelity Holiday Portraits in 30 Seconds
Baobao Algorithm Notes
Baobao Algorithm Notes
Dec 1, 2023 · Operations

Deploy Hugging Face Transformers with One Click Using LMDeploy

This article explains how LMDeploy streamlines the deployment of Hugging Face transformer models by adding online conversion, offering an OpenAI‑compatible API server, a Gradio WebUI, and 4‑bit weight‑only quantization with AWQ, providing step‑by‑step commands, code examples, and performance insights.

AI inferenceAPI ServerHugging Face
0 likes · 9 min read
Deploy Hugging Face Transformers with One Click Using LMDeploy
ELab Team
ELab Team
Mar 16, 2022 · Artificial Intelligence

Reverse Dictionary Made Easy: Harness WantWords and Hugging Face for Quick NLP Model Integration

This article introduces the open‑source WantWords reverse‑dictionary project, explains its token‑based processing pipeline, walks through Python implementation and model invocation with Hugging Face’s Transformers, reviews NLP’s historical evolution, and shows how front‑end developers can quickly integrate NLP models into products.

Artificial IntelligenceBERTHugging Face
0 likes · 13 min read
Reverse Dictionary Made Easy: Harness WantWords and Hugging Face for Quick NLP Model Integration