MCPcopy
hub / github.com/LAION-AI/Open-Assistant / data_augment.py

File data_augment.py

scripts/data_augment/data_augment.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Script for a variety of data augmentation techniques for generating Question answer pairs.
2Depending on the class used it takes in the input files and generates summaries from essays (which then will result in a "write a story about [summary]"-> essay pair),#
3buggs code (in order to have bugged code + "please fix" -> code), ...
4example usage:

Callers

nothing calls this directly

Calls 2

parse_argumentsFunction · 0.85
mainFunction · 0.70

Tested by

no test coverage detected