1 repo
Utilities for tokenizing, cleaning, and formatting raw datasets for machine learning model training.
Distinguishing note: Specifically tailored for preparing text and dialogue data for LLM training, distinct from general data ETL.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Data Preprocessing Pipelines. Refine with filters or upvote what's useful.
This project is a comprehensive framework for the entire lifecycle of transformer-based language models, supporting everything from foundational pretraining to specialized deployment. It provides a modular toolkit for defining neural network architectures, managing data preparation pipelines, and executing training routines across various scales. The framework is designed to handle the full model development process, including supervised fine-tuning, behavioral alignment, and the integration of agentic capabilities. What distinguishes this framework is its focus on efficient training and adva
A set of utilities for tokenizing, formatting, and structuring raw text and dialogue datasets for efficient model training.