1851

Training Decision Transformers for Offline Reinforcement Learning

Hugging Face provides a guide and implementation for training an offline Decision Transformer from scratch to solve the HalfCheetah environment using the transformers Trainer and a custom data collator.

1852

Training Language Models with Megatron-LM

Hugging Face provides a guide on using NVIDIA's Megatron-LM framework to efficiently pre-train large language models on GPUs, including integration with the Transformers library.

1853

DALL·E Outpainting Feature Release

OpenAI has introduced Outpainting for DALL·E, allowing users to extend images beyond their original borders using natural language descriptions while maintaining visual consistency.

1854

OpenRAIL: Towards open and responsible AI licensing frameworks

Hugging Face announced OpenRAIL, a set of AI‑specific licenses that combine open access with use‑based restrictions to promote responsible deployment of machine‑learning models.

1855

OpenAI Announces Alignment Strategy Using RL from Human Feedback and InstructGPT

OpenAI detailed its alignment approach, highlighting RL from human feedback and InstructGPT as effective, low‑cost methods for making language models follow human intent while acknowledging current limitations and future goals for AI‑driven alignment research.

1856

Visualize proteins on Hugging Face Spaces

Hugging Face provides a guide on integrating 3Dmol.js into Hugging Face Spaces via Gradio to enable 3D protein structure visualization in the browser.

1857

Pre-training BERT with Hugging Face Transformers and Habana Gaudi

Hugging Face demonstrates how to pre-train BERT-base from scratch using Habana Gaudi DL1 instances on AWS, achieving a 25% cost reduction compared to NVIDIA V100 GPU-based training.

1858

Stable Diffusion with Diffusers

Hugging Face announced how to run the text-to-image Stable Diffusion model using the Diffusers library, providing code, licensing details, and explanations of the model’s latent diffusion architecture.

1859

Deploying Hugging Face ViT on Vertex AI

Hugging Face demonstrates how to deploy a Vision Transformer (ViT) model on Google Cloud's Vertex AI platform to achieve Kubernetes-level scalability with significantly less code.

1860

Vision Transformers on Hugging Face Optimum Graphcore

Hugging Face and Graphcore enable the efficient fine-tuning of Vision Transformer (ViT) models on Intelligence Processing Units (IPUs) using the Optimum library, demonstrated through a multi-label chest X-ray classification task.

1861

Hugging Face integrates LLM.int8() 8-bit matrix multiplication into Transformers and Accelerate

Hugging Face released an integration of the LLM.int8() 8-bit quantization technique into the Transformers and Accelerate libraries, enabling inference of very large language models with no performance degradation and up to 2× memory savings.

1862

Hugging Face's TensorFlow Philosophy

Hugging Face outlines its technical approach to TensorFlow integration, emphasizing deep alignment with Keras and XLA to optimize performance and deployment for transformer models.

1863

Skops library enables scikit-learn model hosting, documentation, and collaboration on Hugging Face Hub

Hugging Face announced Skops, a library that lets users package, document, and push scikit-learn models to the Hub with automatic model cards and inference widgets.

1864

Deploying Hugging Face ViT on Kubernetes with TF Serving

Hugging Face provides a technical guide on scaling Vision Transformer (ViT) deployments using Docker and Kubernetes with TensorFlow Serving to enable production-grade autoscaling and resource management.

1865

OpenAI Moderation Endpoint Release

OpenAI has released a free Moderation endpoint providing GPT-based classifiers to help developers detect and block prohibited content in their applications.

1866

Hugging Face Sentence Transformers Training Guide (historical reference)

Hugging Face announced an outdated tutorial for training and fine-tuning Sentence Transformers models, explaining model architecture, dataset formats, loss functions, and how to upload models, while directing users to newer training APIs.

1867

Hugging Face Deep RL Class Unit 8: Proximal Policy Optimization (PPO) Explained

Hugging Face introduced a detailed walkthrough of Proximal Policy Optimization (PPO), showing how clipping the policy‑update ratio stabilizes training and providing a from‑scratch PyTorch implementation tested on CartPole‑v1 and LunarLander‑v2.

1868

Hugging Face Private Hub Introduction

Hugging Face introduced the Private Hub (now Enterprise Hub), a secure, compliant environment for companies to collaborate on machine learning models, datasets, and spaces using a unified toolset.

1869

Nyströmformer: Approximating self-attention in linear time and memory via the Nyström method

Nyströmformer reduces the time and memory complexity of standard self-attention from O(n^2) to O(n) by using the Nyström method to approximate the softmax matrix via sampled landmarks.

1870

Hugging Face Recommendations for the U.S. National AI Research Resource

Hugging Face submitted a response to the White House and National Science Foundation advocating for the National AI Research Resource (NAIRR) to prioritize ethical expertise, standardized documentation, and accessible tooling to democratize AI research.

1871

OpenAI Announces Efficient Training of Language Models for Fill-in-the-Middle

OpenAI released a new training method that enables autoregressive language models to perform fill‑in‑the‑middle tasks without sacrificing left‑to‑right generation quality, offering a simple and efficient way to add infilling capability.

1872

Hugging Face Datasets Audio and Vision Documentation Update

Hugging Face has expanded the 🤗 Datasets library documentation to include dedicated guides and tools for audio and vision datasets, simplifying the process of loading and processing multi-modal data.

1873

Faster Text Generation with TensorFlow and XLA

Hugging Face has enabled XLA compilation for text generation in the transformers library using TensorFlow, resulting in speedups of up to 100x and performance that often exceeds PyTorch.

1874

A Hazard Analysis Framework for Code Synthesis Large Language Models

OpenAI has introduced a hazard analysis framework to identify and mitigate technical, social, political, and economic risks associated with the deployment of advanced code generation models like Codex.

1875

Deploying TensorFlow Vision Models in Hugging Face with TF Serving

Hugging Face provides a guide on deploying TensorFlow vision models, such as the Vision Transformer (ViT), using TensorFlow Serving to expose them as REST or gRPC endpoints.

1876

Advantage Actor Critic (A2C) Explained

Hugging Face explains Advantage Actor Critic (A2C), a hybrid reinforcement learning architecture that reduces variance in policy gradient estimation by combining policy-based and value-based methods.

1877

OpenAI DALL·E beta release

OpenAI announced that DALL·E is now available in beta for 1 million invited users, offering free monthly credits and commercial usage rights.

1878

Reducing Bias and Improving Safety in DALL·E 2

OpenAI has implemented a system-level technique for DALL·E 2 to increase the diversity of generated people and enhanced safety filters to prevent the creation of deceptive content.

1879

Dynamic Adversarial Data Collection (DADC) for MNIST – Hugging Face tutorial

Hugging Face announced a step‑by‑step tutorial for Dynamic Adversarial Data Collection (DADC) on MNIST, showing how to gather human‑generated adversarial examples and retrain models to improve robustness.

1880

DALL·E 2: Extending Creativity

OpenAI's DALL·E 2 research preview has been adopted by over 3,000 artists across 118 countries to integrate AI-generated imagery into diverse creative workflows ranging from medical support to high-end culinary arts.

1881

BLOOM 176B Training Technology Overview

Hugging Face released a detailed breakdown of how the 176‑billion‑parameter BLOOM model was trained using 384 A100 GPUs, Megatron‑DeepSpeed 3D parallelism, and BF16 mixed‑precision, highlighting the hardware, software stack, and engineering challenges.

1882

Building a Playlist Generator with Sentence Transformers

Hugging Face demonstrates how to create a semantic search-based playlist generator using Sentence Transformers for lyric embeddings and Gradio Blocks for the user interface.

1883

BLOOM: The World's Largest Open Multilingual Language Model

Hugging Face and the BigScience project have released BLOOM, a 176-billion parameter open-access multilingual language model trained in complete transparency across 46 natural languages and 13 programming languages.

1884

Getting Started with Sentiment Analysis on Twitter

Hugging Face provides a guide on using the Inference API to perform automated sentiment analysis on Twitter data for both developers and non-coders.

1885

Policy Gradient with PyTorch – Hugging Face Deep RL Class Unit 5

Hugging Face released a tutorial that walks through implementing the REINFORCE Monte‑Carlo policy‑gradient algorithm from scratch in PyTorch and evaluates it on CartPole‑v1, PixelCopter, and Pong.

1886

Getting Started with Machine Learning using Sentence Transformers

Hugging Face provides a guide for beginners to start their first ML project using the Sentence Transformers library to create embeddings and perform semantic search.

1887

DALL·E 2 Pre-training Mitigations

OpenAI implemented active learning for data filtering, a reweighting scheme to prevent bias amplification, and a clustering-based deduplication process to eliminate image regurgitation in DALL·E 2.

1888

Hugging Face Evaluation on the Hub

Hugging Face has introduced Evaluation on the Hub, a no-code tool powered by AutoTrain that allows users to evaluate any model on any dataset using any metric directly on the Hugging Face Hub.

1889

Accelerate Large Model Training using DeepSpeed

Hugging Face demonstrates how to use the Accelerate library to integrate DeepSpeed's ZeRO optimizations, enabling larger batch sizes and the training of models that would otherwise exceed GPU memory.

1890

OpenAI Video PreTraining (VPT) for Minecraft

OpenAI introduced Video PreTraining (VPT), a semi-supervised imitation learning method that enables agents to learn complex behaviors in Minecraft by training on massive unlabeled video datasets of human play.

1891

Getting Started With Embeddings – Hugging Face tutorial

Hugging Face announced a step‑by‑step guide for creating, hosting, and querying vector embeddings using the Sentence‑Transformers library and the Hugging Face Hub, demonstrating a searchable FAQ system.

1892

Convert Transformers to ONNX with Hugging Face Optimum

Hugging Face provides three methods to convert Transformers models to ONNX, ranging from the low-level torch.onnx API to the high-level Optimum library.

1893

OpenAI Evolution through Large Models (ELM) Research

OpenAI introduces Evolution through Large Models (ELM), a method that uses LLMs to improve genetic programming by approximating human-like code mutations to generate functional programs in novel domains.

1894

Intel and Hugging Face Partnership for Machine Learning Hardware Acceleration

Intel has joined the Hugging Face Hardware Partner Program to develop the Optimum Intel library, enabling streamlined hardware acceleration for training, fine-tuning, and inference of Transformer models on Intel platforms.

1895

Hugging Face Director of Machine Learning Insights: Finance Edition

Experts from U.S. Bank, RBC, and Moody's Analytics discuss how machine learning is transforming finance through fraud detection and personalized products while navigating challenges like legacy systems and regulatory requirements.

1896

AI-written critiques help humans notice flaws

OpenAI research demonstrates that AI-generated critiques help human evaluators identify significantly more flaws in summaries, suggesting a scalable path for human supervision of complex AI tasks.

1897

OpenAI Techniques for Training Large Neural Networks

OpenAI outlines the primary parallelism strategies—data, pipeline, tensor, and expert parallelism—and memory-saving techniques used to orchestrate GPU clusters for training massive AI models.

1898

Deep Q-Learning with Space Invaders

Hugging Face explains Deep Q-Learning (DQN), a reinforcement learning method that uses neural networks to approximate Q-values for high-dimensional state spaces like Atari games.

1899

Annotated Diffusion Model – detailed walkthrough of DDPM implementation

Hugging Face released an annotated, step‑by‑step PyTorch implementation of Denoising Diffusion Probabilistic Models (DDPM), showing how to build, train, and sample from a diffusion model for image generation.

1900

OpenAI, Cohere, and AI21 Labs Best Practices for Deploying Language Models

OpenAI, Cohere, and AI21 Labs have released a joint set of preliminary best practices for the responsible development and deployment of large language models to mitigate risks and prevent misuse.