ScalingIntelligence/swe-bench-verified-codebase-content-staging
SWE-Bench Verified import argparse from dataclasses import dataclass, asdict import datasets from pathlib import Path import subprocess from typing import Dict, List import tqdm from datasets import Dataset import hashlib from dataclasses import dataclass @dataclass class CodebaseFile: path: str content: str class SWEBenchProblem: def __init__(self, row): self._row = row @property def repo(self) -> str: return self._row["repo"]… See the full description on the dataset page: https://huggingface.co/datasets/ScalingIntelligence/swe-bench-verified-codebase-content-staging.
1493
Nothing at this path on main. The folder may be empty, or the revision may not exist.
