Skip to main content

Data Augmentation

(pull request welcome)

What is data augmentation

Data augmentation is a technique we can use to get better data faster. Using machine learning models to analyze long data (like an essay) and compress it into instructions.

How to contribute

To contribute to data augmentation you can write a short Python script that uses a model from HuggingFace to analyze the text. Here are examples of what you can do.

And here are example implementations: Idea 3, Idea 4

To contribute simply choose one of many ideas from the document above and implement it.