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
discussions and pull requests

Conversations for this repository live on Hugging Face.

CoolFace shows imported repositories read-only. Posting into someone else’s repository from here would need an authorised integration and the account holder’s consent, so the link goes to the source instead.

Open discussions on Hugging Face