Almanac
← Events
5Hugging Face Blog·1mo ago

Introducing the Synthetic Data Generator - Build Datasets with Natural Language

Hugging Face has launched a Synthetic Data Generator tool that allows users to create datasets using natural language descriptions. The tool is designed to lower the barrier for dataset creation, enabling practitioners to generate training data without writing code. This is relevant to the broader trend of synthetic data as a scalable alternative to manual data collection and annotation.

Related guides (3)

Related events (8)

4Hugging Face Blog·1mo ago·source ↗

Synthetic Data: Save Money, Time and Carbon with Open Source

A Hugging Face blog post advocates for using synthetic data generation with open-source tools as a cost-effective, time-efficient, and environmentally friendlier alternative to real data collection and labeling. The post likely covers techniques and tooling available in the open-source ecosystem for generating synthetic training data. This is relevant to the broader trend of reducing dependency on expensive human-labeled datasets in ML pipelines.

6Hugging Face Blog·1mo ago·source ↗

Cosmopedia: Creating Large-Scale Synthetic Data for Pre-training LLMs

Hugging Face introduces Cosmopedia, a large-scale synthetic dataset designed for pre-training large language models. The blog post details the methodology for generating diverse, high-quality synthetic text at scale using existing LLMs as data generators. The work addresses the growing challenge of data scarcity and quality in LLM pre-training pipelines.

4Hugging Face Blog·1mo ago·source ↗

Build Awesome Datasets for Video Generation

Hugging Face published a blog post on constructing high-quality datasets for video generation models. The post likely covers data collection, preprocessing, and curation pipelines relevant to training video diffusion or generation systems. This is a practical tooling and methodology guide aimed at practitioners working on video AI.

4Hugging Face Blog·1mo ago·source ↗

SyGra: The One-Stop Framework for Building Data for LLMs and SLMs

ServiceNow AI introduces SyGra, a framework designed to streamline synthetic and curated data generation for training large and small language models. The framework aims to provide a unified pipeline covering data synthesis, filtering, and quality control for LLM/SLM development. The blog post appears on Hugging Face, positioning SyGra as a practical tooling contribution to the data preparation ecosystem.

4arXiv · cs.CL·5d ago·source ↗

Synthetic data generation method enables small LLMs to match large models on Text-To-Cypher tasks

A new arXiv paper presents an automatic synthetic data generation method for fine-tuning small LLMs on Text-To-Cypher (Text2Cypher) parsing, enabling natural language interfaces to property graph databases. Experiments across major Text-To-Cypher benchmarks show that small fine-tuned models can compete with much larger proprietary models. The approach is positioned as a solution for local deployment scenarios requiring data sovereignty without expensive annotation.

4Hugging Face Blog·1mo ago·source ↗

Hugging Face Introduces AI Sheets: Dataset Manipulation via Open AI Models

Hugging Face has launched AI Sheets, a tool that enables users to work with datasets using open AI models directly within a spreadsheet-like interface. The product appears to integrate open-weight models for data transformation, annotation, or enrichment tasks on tabular datasets. This is a tooling addition to the Hugging Face ecosystem aimed at lowering the barrier for dataset curation and processing workflows.

5Hugging Face Blog·1mo ago·source ↗

Assisted Generation: a new direction toward low-latency text generation

Hugging Face introduces assisted generation (speculative decoding) as a practical technique for reducing LLM inference latency. The approach uses a smaller draft model to propose token candidates that a larger model then verifies in parallel, enabling multiple tokens to be accepted per forward pass. The blog post explains the mechanism and demonstrates integration into the Hugging Face Transformers library.

3Hugging Face Blog·1mo ago·source ↗

Making a Web App Generator with Open ML Models

A Hugging Face blog post demonstrates how to build a web application generator using open-source ML models. The tutorial covers using language models to generate functional web app code from natural language descriptions. This represents an early practical example of code generation pipelines built on open-weights models for end-to-end application development.