{"library":"ossdata","title":"OSSDatasets","description":"OSSDatasets provides scalable access to Software Engineering datasets such as SWE-bench and GitHub issue data. It downloads and caches datasets locally for reproducible ML experiments. Current version 0.3.7, release cadence irregular.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install ossdata"],"cli":null},"imports":["from ossdata import load_dataset"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom ossdata import load_dataset\n\n# Load SWE-bench dataset (cached automatically)\ndataset = load_dataset('swe-bench', split='train')\nprint(dataset[:2])","lang":"python","description":"Load a dataset by name (e.g., 'swe-bench') with automatic caching. Returns a list of dicts.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}