Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -48,4 +48,34 @@ configs:
|
|
| 48 |
data_files:
|
| 49 |
- split: train
|
| 50 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
data_files:
|
| 49 |
- split: train
|
| 50 |
path: data/train-*
|
| 51 |
+
tags:
|
| 52 |
+
- code
|
| 53 |
+
- github
|
| 54 |
+
- pull-requests
|
| 55 |
+
- swe
|
| 56 |
+
- code-editing
|
| 57 |
+
- agents
|
| 58 |
+
license: other
|
| 59 |
+
language:
|
| 60 |
+
- code
|
| 61 |
+
- en
|
| 62 |
+
size_categories:
|
| 63 |
+
- 10K<n<100K
|
| 64 |
+
task_categories:
|
| 65 |
+
- text-generation
|
| 66 |
+
pretty_name: GitHub PR Resolution (issue/review -> patch)
|
| 67 |
---
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
## Description
|
| 71 |
+
|
| 72 |
+
Issue/PR-review -> resolving patch pairs from merged public GitHub PRs. Includes `issue_text`, `pr_title`/`pr_body`, `gold_diff`, `changed_files`, threaded `review_threads`, and base/head SHAs.
|
| 73 |
+
|
| 74 |
+
> Derived dataset. Source material retains its original per-item licence (see `source`/`repo` columns); treat as **other / mixed**. Provided as-is.
|
| 75 |
+
|
| 76 |
+
## Usage
|
| 77 |
+
|
| 78 |
+
```python
|
| 79 |
+
from datasets import load_dataset
|
| 80 |
+
ds = load_dataset("PotatoHD/github-pr-resolve")
|
| 81 |
+
```
|