Loading tools/openwebtext/cleanup_fix_dataset.py +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ def process_doc(json_line, args): except Exception as e: print('Error: *************************\n{}\ntext: {}'.format(e, \ text), flush=True) return output, text, True return output, text, document, True # don't remove return output, text, document, False Loading Loading
tools/openwebtext/cleanup_fix_dataset.py +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ def process_doc(json_line, args): except Exception as e: print('Error: *************************\n{}\ntext: {}'.format(e, \ text), flush=True) return output, text, True return output, text, document, True # don't remove return output, text, document, False Loading