| 1 | """Script for a variety of data augmentation techniques for generating Question answer pairs. |
| 2 | Depending 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),# |
| 3 | buggs code (in order to have bugged code + "please fix" -> code), ... |
| 4 | example usage: |
nothing calls this directly
no test coverage detected