6851

TGI Multi-LoRA: Deploy Once, Serve 30 Models

Hugging Face introduces Multi-LoRA serving in Text Generation Inference (TGI), allowing organizations to deploy a single base model and dynamically serve dozens of specialized fine-tuned adapters to reduce cost and operational complexity.

6852

ChatGPT Enterprise Compliance and Administrative Tools Update

OpenAI has introduced a Compliance API, SCIM for automated user management, and granular GPT controls to help enterprise customers meet regulatory requirements and scale AI deployments securely.

6853

OpenAI Prover‑Verifier Games improve legibility of language model outputs

OpenAI announced a prover‑verifier game training method that makes strong language models generate solutions that weaker models can verify, improving both correctness and human legibility.

6854

Argilla SDK Chatbot with distilabel – End‑to‑End Tutorial

Hugging Face released a tutorial showing how to build an Argilla 2.0 chatbot using distilabel‑generated synthetic data, fine‑tuned embeddings, lancedb vector storage, and a Gradio app deployed on Spaces.

6855

SmolLM Release: High-Performance Small Language Models

Hugging Face introduces SmolLM, a family of state-of-the-art small language models (135M, 360M, and 1.7B parameters) trained on a meticulously curated high-quality dataset.

6856

NuminaMath 7B TIR wins AIMO Progress Prize – technical recap

NuminaMath 7B TIR won the first AIMO Progress Prize by solving 29 of 50 hidden math problems, showcasing the power of a two-stage fine‑tuning recipe, large high‑quality math data, and a self‑consistency with tool‑integrated reasoning inference strategy.

6857

OpenAI and Los Alamos National Laboratory Bioscience Research Partnership

OpenAI and Los Alamos National Laboratory have partnered to evaluate how multimodal frontier AI models like GPT-4o can safely assist scientists in physical laboratory settings to advance bioscientific research.

6858

Hugging Face PII Detection Experiment with Presidio

Hugging Face is experimenting with integrating Microsoft Presidio into the Dataset Hub to provide automatic PII detection reports, helping practitioners identify and mitigate privacy risks in ML datasets.

6859

TRL adds Direct Preference Optimization support for Vision‑Language Models

Hugging Face added Direct Preference Optimization (DPO) support for Vision‑Language Models in the TRL library, enabling fine‑tuning of models like Idefics‑2 with preference data using bfloat16 quantization and LoRA to fit on a single GPU.

6860

Hugging Face and KerasHub Integration

Hugging Face and KerasHub now share a model save format, allowing KerasHub users to directly load over 300,000 Transformers library models from the Hugging Face Hub.

6861

Google Cloud TPUs on Hugging Face Inference Endpoints and Spaces

Hugging Face has integrated Google Cloud TPU v5e support into Inference Endpoints and Spaces, enabling users to deploy and scale AI models with cost-effective, high-performance hardware.

6862

Banque des Territoires, Polyconseil, and Hugging Face Deploy Sovereign RAG Solution for EduRénov Program

Hugging Face, Polyconseil, and Banque des Territoires launched a sovereign, open‑source RAG system to automate email support for France's EduRénov school‑renovation program, ensuring data residency while scaling generative AI for public policy.

6863

Hugging Face Dataset Hub Search Features Update

Hugging Face has introduced four new search filters—modality, size, format, and library compatibility—to improve the discoverability of over 180,000 public datasets on the Dataset Hub.

6864

Accelerating Protein Language Model ProtST on Intel Gaudi 2

Intel and MILA have optimized the ProtST multi-modal protein language model for Intel Gaudi 2 accelerators, achieving up to 2.92x faster fine-tuning compared to NVIDIA A100 GPUs.

6865

Hugging Face Transformers Code Agent GAIA Benchmark Results

Hugging Face achieved a top ranking on the GAIA benchmark using a Code Agent built with the transformers.agents library, demonstrating that code-based actions are more efficient and effective than JSON-based tool calling.

6866

Finding GPT-4’s mistakes with GPT-4

OpenAI introduced CriticGPT, a GPT-4 based model designed to identify errors in ChatGPT's code output to assist human trainers during the RLHF process.

6867

OpenAI and TIME Strategic Content Partnership

OpenAI and TIME have entered a multi-year strategic partnership to integrate TIME's 101-year archive of journalism into OpenAI products and provide TIME with access to OpenAI technology for product development.

6868

Google Gemma 2 Release Notes

Google has released Gemma 2, a family of open-weight LLMs available in 9B and 27B parameter sizes, featuring technical advances in distillation and attention mechanisms to improve performance.

6869

XLSCOUT ParaEmbed 2.0 Release

XLSCOUT has released ParaEmbed 2.0, a proprietary embedding model fine-tuned on expert-curated patent data that achieves a 23% increase in accuracy over ParaEmbed 1.0.

6870

Hugging Face Ethics and Society Newsletter #6: The Importance of Data Quality

Hugging Face outlines a holistic, responsible approach to data quality, emphasizing that high-quality data must be fit for its intended purpose to ensure AI model performance, fairness, and scientific reproducibility.

6871

Fine-tuning Microsoft Florence-2 for DocVQA

Hugging Face demonstrates how to fine-tune Microsoft's Florence-2 vision-language model on the DocVQA dataset, improving validation similarity from 0 to 57.0 after seven epochs.

6872

OpenAI Acquires Rockset for Real-Time Data Retrieval

OpenAI has acquired Rockset, a real-time analytics database, to integrate its high-performance indexing and querying capabilities into OpenAI's retrieval infrastructure.

6873

OpenAI Cybersecurity Grant Program: Supporting AI-Driven Defense Research

OpenAI has highlighted several projects from its Cybersecurity Grant Program aimed at enhancing LLM trustworthiness, automating vulnerability detection, and developing autonomous cyber defense agents.

6874

OpenAI Consistency Models: Fast One-Step Generative AI

OpenAI has introduced Consistency Models, a new family of generative models that enable high-quality, one-step generation by directly mapping noise to data, overcoming the slow iterative sampling of diffusion models.

6875

OpenAI Holistic Approach to Undesired Content Detection

OpenAI has introduced a holistic framework for building robust natural language classification systems to detect undesired content, including sexual content, violence, and harassment, which outperforms off-the-shelf models.

6876

Hugging Face Data Is Better Together Initiative

Hugging Face and Argilla launched the Data Is Better Together (DIBT) initiative to empower the open-source community to collectively create high-quality, diverse, and inclusive datasets for machine learning.

6877

OpenAI Announces Improved Techniques for Training Consistency Models

OpenAI introduced new training methods that let consistency models learn directly from data, achieving up to four‑fold better FID scores on CIFAR‑10 and ImageNet 64×64 without diffusion distillation.

6878

Prezi Case Study: Accelerating ML Roadmap with Hugging Face Expert Support

Prezi is leveraging the Hugging Face Expert Support Program and Inference Endpoints to integrate efficient open-source multimodal models into its Prezi AI presentation generation tool.

6879

Paf Increases Developer Productivity via ChatGPT Enterprise and Custom GPTs

Gaming company Paf has deployed ChatGPT Enterprise and over 85 custom GPTs to automate boilerplate code and accelerate developer training, achieving output equivalent to 12 full-time employees.

6880

Clay: Achieving 10x Growth with Agentic Sales Prospecting

Clay uses GPT-4 to power Claygent, an AI agent that automates web research and data enrichment for go-to-market teams, resulting in 10x year-over-year growth.

6881

BigCodeBench: A New Benchmark for Complex Python Code Generation

Hugging Face has released BigCodeBench, a benchmark of 1,140 function-level tasks designed to evaluate LLMs on practical programming and diverse library usage, addressing the simplicity and contamination issues of HumanEval.

6882

Color Health uses GPT-4o to accelerate cancer care and diagnostic workups

Color Health has developed a copilot application powered by GPT-4o to help clinicians identify missing diagnostics and create personalized cancer screening and treatment plans.

6883

OpenAI Appoints Retired U.S. Army General Paul M. Nakasone to Board of Directors

OpenAI has appointed Retired U.S. Army General Paul M. Nakasone to its Board of Directors to strengthen the company's cybersecurity posture and safety oversight as AI capabilities advance toward AGI.

6884

Hugging Face Accelerate: Harmonizing DeepSpeed and FSDP Precision

Hugging Face Accelerate 0.30.0 introduces automatic upcasting for PyTorch FSDP to align its precision handling with DeepSpeed, enabling seamless switching between the two backends without loss of convergence.

6885

Stable Diffusion 3 Medium Integration with Diffusers

Hugging Face has integrated Stable Diffusion 3 Medium (2B parameters) into the Diffusers library, introducing a Multimodal Diffusion Transformer (MMDiT) and rectified flow-matching for improved text-to-image synthesis.

6886

Hugging Face TRL RLOO Trainer Release

Hugging Face has introduced the RLOO (REINFORCE Leave One-Out) Trainer in TRL, an online RLHF algorithm that uses 50-70% less vRAM and converges up to 3x faster than PPO while remaining competitive in performance.

6887

OpenAI Appoints Sarah Friar as CFO and Kevin Weil as CPO

OpenAI has appointed Sarah Friar as Chief Financial Officer and Kevin Weil as Chief Product Officer to scale operations and product deployment as the company grows.

6888

OpenAI Voice Engine: Technical Implementation and Safety Framework

OpenAI's Voice Engine is a synthetic voice model developed since 2022 that has been iteratively deployed through controlled releases to inform safety research and policy development.

6889

Hugging Face Embedding Container for Amazon SageMaker Release

Hugging Face has released a general availability (GA) Embedding Container for Amazon SageMaker, powered by Text Embedding Inference (TEI) for high-performance deployment of open embedding models.

6890

Hugging Face Transformers Documentation Redesign

Hugging Face is redesigning the Transformers documentation to move from a rigid, incremental structure to a code-first, integrated experience tailored for product developers.

6891

Qwen2 Release Notes / What's New

Qwen announces Qwen2, a series of five open-source models ranging from 0.5B to 72B parameters with enhanced multilingual support for 27 additional languages and context lengths up to 128K tokens.

6892

10BedICU and OpenAI: Enhancing India's Critical Care Infrastructure

10BedICU is integrating OpenAI's GPT-4 and Whisper models into its CARE platform to automate medical documentation, integrate legacy hardware, and streamline discharge summaries across Indian government hospitals.

6893

Qwen-Agent: Generalizing LLMs from 8k to 1M Context

Qwen has developed an agent framework that enables 8k-context models to process 1M tokens, surpassing both RAG and native long-context models in specific benchmarks.

6894

Artificial Analysis Text to Image Leaderboard and Arena Launch

Hugging Face has launched the Artificial Analysis Text to Image Leaderboard and Arena, using human preference data from over 45,000 votes to rank open-source and proprietary image generation models.

6895

Extracting Concepts from GPT-4

OpenAI has developed scalable sparse autoencoder methods to decompose GPT-4's internal representations into 16 million human-interpretable features.

6896

Hugging Face NPC-Playground: Integrating LLM-Powered NPCs in 3D Environments

Hugging Face introduces NPC-Playground, a 3D demo utilizing Cubzh and Gigax to enable realistic, LLM-driven NPC interactions through function calling and Lua scripting.

6897

Intel Gaudi Assisted Generation Support

Hugging Face has integrated assisted generation (speculative sampling) into Optimum Habana, enabling up to 2x speedups for large transformer-based models on Intel Gaudi processors.

6898

Hugging Face Spaces Secrets Security Update

Hugging Face disclosed a security incident involving unauthorized access to a subset of Spaces secrets, leading to the revocation of affected tokens and a transition to fine-grained access tokens.

6899

OpenAI Disrupts Covert AI Influence Operations

OpenAI terminated accounts linked to five covert influence operations that used AI to generate deceptive content, though none achieved significant audience reach.

6900

OpenAI Introduces ChatGPT Edu for Universities

OpenAI has launched ChatGPT Edu, a version of ChatGPT designed for universities to deploy AI at scale with enterprise-grade security, data privacy, and access to GPT-4o.