Furlat
Furlat
Going more specific for https://github.com/LAION-AI/Open-Assistant/issues/279, the general idea is writing a small package that can bug working python methods to generate an instruction dataset for debugging, with these types of...
Added an example for OpenBugger that can bug python code either in string or from a imported class to generate training samples for interactive code debugging. The code will clone...
Like title, should help up people using it: CodeBugger added some disclaimer on the pip install and added a new notebook with big copypasta no need to install
Concrete Syntax Tree are lossless and we can guarantee script == bugger.debug(bugger.bug(script)) https://github.com/Instagram/LibCST
https://github.com/infinitylogesh/mutate
https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/index.rst https://jedi.readthedocs.io/en/latest/
https://github.com/github/CodeSearchNet
https://github.com/furlat/OpenBugger/blob/main/notebooks/doc_string_extraction.ipynb does not work with def multiline_str(): """ Returns a multiline string """ s = """This is a multiline string! """ a = """Another multiline string!" """ return s +...