from datasets import load_dataset
ds = load_dataset("Diorrock/python-typos-109k")
{"typo": "improt", "fix": "import"}
{"typo": "pirnnt", "fix": "print"}
{"typo": "returm", "fix": "return"}
{"typo":⦠See the full description on the dataset page:
https://huggingface.co/datasets/Diorrock/python-typos-109k.