Skip to content

A robust, extensible Python data tagging framework for dynamic processing and intelligent filtering of pretraining corpora for AI models.

License

Notifications You must be signed in to change notification settings

brennenho/post-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Post-It

license PyPI checks

A robust, extensible Python data tagging framework for dynamic processing and intelligent filtering of pretraining corpora for AI models.

Getting Started

Install from PyPi:

pip install postit

To learn more about using Post-It, please visit the documentation.

Why Data Tagging?

Datasets form the backbone of modern machine learning. A high-quality dataset is vital to successfully train an AI model. Data tagging is the process of labeling raw data based on the content of the data and related metadata.

The labels created by data tagging can then be used to filter out low-quality data to create a final training corpus. Efficient data tagging is becoming increasingly important with the growing popularity of continued pretraining (pretraining an existing LLM, often to adapt the model to a specific domain).

Without data tagging, creating a high-quality dataset involves directly filtering out poor data. This makes iteration and testing of different types of filters difficult and inefficient.

Why Post-It?

  • Extensible: Designed for easy adaptation into any number of data processing workflows.
  • Fast: Built-in parallization enables efficient processing of large datasets.
  • Flexible: Supports local and remote cloud storage.
  • Capable: Packaged with a variety of popular taggers, ready to use out of the box.

Contributing

  • Clone this repo
  • Install Poetry
  • Activate Poetry: poetry shell
  • Install dependencies: poetry install

About

A robust, extensible Python data tagging framework for dynamic processing and intelligent filtering of pretraining corpora for AI models.

Topics

Resources

License

Stars

Watchers

Forks

Languages