The archive · 11 labs · 871 dispatches

The labs

No more opening a dozen official blogs every morning. First-hand releases from OpenAI, Anthropic, DeepMind and the rest, each with its substance pulled out.

601

Hugging Face Hub on AWS Marketplace

Hugging Face has integrated its Hub with the AWS Marketplace, allowing organizations to pay for managed services like Inference Endpoints and AutoTrain directly through their AWS accounts.

602

Deploying DeepFloyd IF with BentoML

Hugging Face demonstrates how to use BentoML to deploy the DeepFloyd IF text-to-image model, enabling independent scaling of its multi-stage pixel diffusion architecture across multiple GPUs.

603

Optimizing Bark using 🤗 Transformers

Hugging Face demonstrates how to reduce the memory footprint and improve inference speed of the Bark text-to-speech model using Better Transformer, half-precision (fp16), and CPU offload.

604

Swift Transformers Release: Run On-Device LLMs on Apple Devices

Hugging Face released the alpha swift-transformers Swift package, swift-chat demo app, updated exporters and transformers-to-coreml tools, and Core ML versions of Llama 2 7B and Falcon 7B, enabling developers to run LLMs on-device in Apple apps.

605

Fine-tuning Llama 2 with Direct Preference Optimization (DPO) via TRL

Hugging Face has integrated Direct Preference Optimization (DPO) into the TRL library, enabling the alignment of Llama 2 and other LLMs using a simplified binary cross-entropy loss instead of complex RLHF pipelines.

606

Deploying MusicGen via Hugging Face Inference Endpoints

Hugging Face demonstrates how to deploy MusicGen, a text-to-music generation model, as an API using Inference Endpoints and custom handlers for models not supported by standard pipelines.

607

Towards Encrypted Large Language Models with FHE

Hugging Face and Zama demonstrate how Fully Homomorphic Encryption (FHE) can enable Large Language Models to process encrypted user data while protecting the model owner's intellectual property.

608

Huggy Lingo: Improving Hugging Face Hub Language Metadata with ML

Hugging Face is using the fastText language identification model and Librarian-Bots to automatically detect and suggest language metadata for datasets that currently lack it.

609

Practical 3D Asset Generation Guide

Hugging Face provides a step-by-step workflow for creating low-fidelity, PS1-style 3D assets by combining OpenAI's Shap-E model with Blender and Dream Textures.

610

Segmind SD-Small and SD-Tiny Knowledge Distillation Release

Segmind open-sourced the code and pretrained weights for SD‑Small and SD‑Tiny, two diffusion models that are 35% and 55% smaller than Stable Diffusion while delivering up to 2× faster inference.

611

Stable Diffusion XL on Mac with Advanced Core ML Quantization

Hugging Face and Apple have ported Stable Diffusion XL to Core ML, introducing mixed-bit palettization to reduce the UNet size by 71% while maintaining image quality on Apple Silicon Macs.

612

Agents.js Release: Give Tools to LLMs using JavaScript

Hugging Face has released Agents.js, a JavaScript library that enables LLMs to access and execute tools in the browser or on a server.

613

Hugging Face and Partners Outline Open ML Considerations for the EU AI Act

Hugging Face, in coalition with Creative Commons, Eleuther AI, GitHub, LAION, and Open Future, has proposed five key recommendations to ensure the EU AI Act supports open-source machine learning development.

614

Hugging Face Open Source AI Game Jam Results

Hugging Face hosted its first Open Source AI Game Jam, resulting in 88 game submissions that integrated open-source AI tools for assets, coding, and gameplay mechanics.

615

Hugging Face Diffusers First Anniversary Overview

Hugging Face celebrates the first anniversary of the Diffusers library, highlighting its evolution into a modular toolbox for text-to-image, video, 3D, and audio generation.

616

Llama 2 Release and Hugging Face Integration

Meta has released Llama 2, a family of open-access large language models available for commercial use, with full integration into the Hugging Face ecosystem.

617

Hugging Face AI WebTV: Building an Automated Video and Music Synthesis Stream

Hugging Face developed AI WebTV, an experimental demo that uses Zeroscope and MusicGen to automatically synthesize video and music streams from LLM-generated prompts.

618

Open-Source Text Generation & LLM Ecosystem at Hugging Face

Hugging Face’s 2023 blog post surveys the open‑source text generation and LLM ecosystem, covering model backgrounds, licensing, serving tools, and parameter‑efficient fine‑tuning.

619

Fine-tuning Stable Diffusion on Intel Sapphire Rapids CPUs using Hugging Face Diffusers

Hugging Face shows how to fine-tune a Stable Diffusion model on Intel Sapphire Rapids CPUs using textual inversion with just five example images, demonstrating CPU‑based fine‑tuning via Intel Extension for PyTorch and oneCCL.

620

Making ML-powered web games with Transformers.js

Hugging Face demonstrates how to create Doodle Dash, a real-time sketch detection game that runs entirely in the browser using Transformers.js and a finetuned MobileViT model.

621

Deploying LLMs with Hugging Face Inference Endpoints

Hugging Face Inference Endpoints is a managed SaaS solution that allows developers to deploy open-source LLMs as production-ready APIs with features like autoscaling, scale-to-zero, and enterprise-grade security.

622

Hugging Face: Making a Web App Generator with Open ML Models

Hugging Face demonstrates how to build a text-to-webapp generator using NodeJS, the WizardCoder-15B model, and the Hugging Face Inference Endpoints API.

623

Leveraging Hugging Face for Complex Generative AI Use Cases: Writer Case Study

Hugging Face highlights its partnership with Writer, demonstrating how the company evolved from a user to a customer and open-source contributor while utilizing the Hugging Face Expert Acceleration Program for scalable LLM production.

624

Accelerating Vision-Language Models: BridgeTower on Habana Gaudi2

Hugging Face demonstrates that fine‑tuning the BridgeTower vision‑language model on Habana Gaudi2 with Optimum Habana yields up to 2.5× speed‑over Nvidia A100 and 1.4× over H100 by using more dataloader workers and hardware‑accelerated image decoding.

625

Hugging Face Ethics and Society Newsletter #4: Bias in Text-to-Image Models

Hugging Face outlines the complex sources of bias in text-to-image models and proposes a multi-pronged approach using exploration tools, red-teaming, and documentation to detect and mitigate these biases.

626

Hugging Face Open LLM Leaderboard MMLU Evaluation Analysis

Hugging Face explains how different implementation details in the MMLU benchmark lead to significantly different performance scores and rankings for the same LLMs.

627

Panel Integration with Hugging Face Spaces

Hugging Face has integrated a Panel template into Hugging Face Spaces, allowing users to build and deploy Python-based dashboards and complex applications effortlessly.

628

Hugging Face Response to the U.S. NTIA Request for Comment on AI Accountability

On June 12, 2023, Hugging Face submitted a response to the U.S. NTIA’s request for comment on AI accountability, recommending that accountability mechanisms cover the full ML lifecycle, combine internal documentation with external transparency, and involve a broad range of stakeholders.

629

Fine-Tune MMS Adapter Models for Low-Resource ASR

Hugging Face announced that fine‑tuning adapter layers on Meta AI's Massive Multilingual Speech (MMS) models yields state‑of‑the‑art word error rates for low‑resource languages after only minutes of training, while being more memory‑efficient than full model fine‑tuning.

630

Autoformer – Transformers are effective for time series forecasting

Hugging Face announced that the Autoformer model is now available in the 🤗 Transformers library, showing that Transformer‑based models outperform simple linear baselines like DLinear on time‑series forecasting benchmarks.

631

Hugging Face Content Guidelines and Policy Update

Hugging Face has updated its Content Policy to address the unique challenges of moderating machine learning artifacts and to establish consent as a core value for protecting user rights and privacy.

632

Deploying Livebook Notebooks as Apps to Hugging Face Spaces

Hugging Face now supports the deployment of Livebook notebooks as interactive applications to Hugging Face Spaces, enabling Elixir-based machine learning apps to be shared easily.

633

Faster Stable Diffusion with Core ML on iPhone, iPad, and Mac

Hugging Face and Apple have introduced 6-bit palettization and updated attention layer optimizations in Core ML to significantly reduce memory usage and increase inference speed for Stable Diffusion on Apple devices.

634

Hugging Face and AMD Partnership for Model Acceleration

Hugging Face and AMD have partnered to optimize state-of-the-art transformer models for AMD CPUs, GPUs, and AI accelerators to improve cost-performance standards for training and inference.

635

The Hugging Face Hub for Galleries, Libraries, Archives and Museums

Hugging Face published a guide showing how galleries, libraries, archives, and museums can use its Hub to share models, datasets, and demos, lowering barriers to machine learning in the GLAM sector.

636

Can Foundation Models Label Data Like Humans? Hugging Face Analysis

Hugging Face investigated whether GPT-4 can reliably replace human labelers for LLM preference evaluation, finding significant positional and verbosity biases that limit its accuracy as a proxy for human judgment.

637

Hugging Face Hub and DuckDB Integration for Dataset Analysis

Hugging Face now allows users to run SQL queries via DuckDB on over 50,000 public datasets automatically converted to Parquet format on the Hub.

638

fastText Integration with Hugging Face Hub

Hugging Face now hosts official mirrors of fastText word vectors for 157 languages and a language identification model, simplifying model access and deployment.

639

Falcon models release and Hugging Face ecosystem integration

Hugging Face announced the Falcon family of open Apache‑2.0 language models, highlighting Falcon‑40B’s top ranking on the Open LLM Leaderboard and showing how to run, quantize, and fine‑tune them with Hugging Face tools.

640

AI Speech Recognition in Unity

Hugging Face provides a guide and API for implementing state-of-the-art Automatic Speech Recognition (ASR) within Unity games to enable voice commands and NPC interactions.

641

Hugging Face Open Source AI Game Jam Announcement

Hugging Face is hosting the Open Source AI Game Jam from July 7-9, 2023, to encourage game developers to integrate open-source generative AI tools into their development workflows and game features.

642

BERTopic Integration with the Hugging Face Hub

The Hugging Face blog post announcing BERTopic integration with the Hub does not provide readable details beyond its title.

643

Hugging Face LLM Inference Container for Amazon SageMaker

Hugging Face has introduced a purpose-built LLM Inference Container (DLC) for Amazon SageMaker, powered by Text Generation Inference (TGI) to enable high-performance deployment of open-source Large Language Models.

644

Optimizing Stable Diffusion for Intel CPUs with NNCF and 🤗 Optimum

Hugging Face announced a workflow using NNCF and Optimum to quantize Stable Diffusion and apply Token Merging, achieving up to 5.1x inference speedup and a 4x reduction in model footprint on Intel CPUs.

645

Hugging Face Model Catalog on Azure Machine Learning

Hugging Face and Microsoft have launched a native integration of the Hugging Face Hub Model Catalog within Azure Machine Learning Studio to simplify the deployment of open-source models on secure Azure infrastructure.

646

Hugging Face 4-bit Quantization and QLoRA Release

Hugging Face announced 4-bit quantization support via bitsandbytes and the QLoRA method, enabling inference and adapter fine‑tuning of large language models on consumer GPUs.

647

Instruction-tuning Stable Diffusion with InstructPix2Pix

Hugging Face explores extending InstructPix2Pix to teach Stable Diffusion to follow specific image translation and low-level processing instructions through a multi-task instruction-tuning approach.

648

Hugging Face Safetensors Security Audit and Default Adoption

Hugging Face, EleutherAI, and Stability AI are transitioning to safetensors as the default model saving format following a security audit by Trail of Bits that confirmed no critical flaws leading to arbitrary code execution.

649

Hugging Face and IBM Partnership for watsonx.ai

Hugging Face and IBM have partnered to integrate Hugging Face open-source libraries and models into watsonx.ai, an enterprise AI studio for training, tuning, and deploying foundation models.

650

Q8-Chat: Efficient Generative AI on Intel Xeon CPUs

Hugging Face and Intel demonstrate that using SmoothQuant to compress LLMs to 8-bit integers allows high-quality chat experiences to run efficiently on single-socket Intel Xeon CPUs.