CoolFace
Datasetpublic

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.

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes493downloads
settings

This repository belongs to ScalingIntelligence on Hugging Face.

CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.

nameswe-bench-verified-codebase-content-staging
visibilitypublic
licencenot set
gatedno
ownerScalingIntelligence
Account settings
ScalingIntelligence/swe-bench-verified-codebase-content-staging · CoolFace