Android Bench Validator commited on
Commit ·
ce750f6
1
Parent(s): 63a026d
Upload dataset
Browse files- README.md +12 -20
- data/test.jsonl +3 -0
README.md
CHANGED
|
@@ -18,15 +18,11 @@ tags:
|
|
| 18 |
pretty_name: MobileDev-Bench
|
| 19 |
size_categories:
|
| 20 |
- n<1K
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
# - config_name: supplementary
|
| 27 |
-
# data_files:
|
| 28 |
-
# - split: train
|
| 29 |
-
# path: data/supplementary.jsonl
|
| 30 |
---
|
| 31 |
|
| 32 |
# MobileDev-Bench
|
|
@@ -88,14 +84,12 @@ Each instance was derived from a merged GitHub pull request that resolves at lea
|
|
| 88 |
|
| 89 |
| Split | Instances | Description |
|
| 90 |
|---|---|---|
|
| 91 |
-
| `
|
| 92 |
-
<!-- | `supplementary` | 384 | Additional collected instances that do not meet all verification criteria; evaluation fields are omitted | -->
|
| 93 |
|
| 94 |
---
|
| 95 |
|
| 96 |
## 🗂️ Field Descriptions
|
| 97 |
|
| 98 |
-
|
| 99 |
| Field | Type | Description |
|
| 100 |
|---|---|---|
|
| 101 |
| `instance_id` | string | Unique identifier: `{org}__{repo}-{number}` |
|
|
@@ -124,10 +118,6 @@ Each instance was derived from a merged GitHub pull request that resolves at lea
|
|
| 124 |
| `test_patch_result` | string | Outcome with test patch only (no fix) |
|
| 125 |
| `fix_patch_result` | string | Outcome with both test patch and fix applied |
|
| 126 |
|
| 127 |
-
<!-- ### `supplementary` split
|
| 128 |
-
|
| 129 |
-
Same fields as `test` except that `fix_patch`, `test_patch`, `test_command`, `run_result`, `test_patch_result`, `fix_patch_result`, and all `*_tests` fields are **omitted** (these instances were not fully verified through test execution). -->
|
| 130 |
-
|
| 131 |
---
|
| 132 |
|
| 133 |
## 🏠 Source Repositories
|
|
@@ -161,11 +151,13 @@ Same fields as `test` except that `fix_patch`, `test_patch`, `test_command`, `ru
|
|
| 161 |
```python
|
| 162 |
from datasets import load_dataset
|
| 163 |
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
|
|
|
|
|
|
|
| 169 |
```
|
| 170 |
|
| 171 |
<!-- ### Running Evaluation
|
|
|
|
| 18 |
pretty_name: MobileDev-Bench
|
| 19 |
size_categories:
|
| 20 |
- n<1K
|
| 21 |
+
configs:
|
| 22 |
+
- config_name: default
|
| 23 |
+
data_files:
|
| 24 |
+
- split: test
|
| 25 |
+
path: data/test.jsonl
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
---
|
| 27 |
|
| 28 |
# MobileDev-Bench
|
|
|
|
| 84 |
|
| 85 |
| Split | Instances | Description |
|
| 86 |
|---|---|---|
|
| 87 |
+
| `test` | 415 | Verified benchmark instances with full evaluation metadata (`fix_patch`, `test_patch`, `test_command`, test results) |
|
|
|
|
| 88 |
|
| 89 |
---
|
| 90 |
|
| 91 |
## 🗂️ Field Descriptions
|
| 92 |
|
|
|
|
| 93 |
| Field | Type | Description |
|
| 94 |
|---|---|---|
|
| 95 |
| `instance_id` | string | Unique identifier: `{org}__{repo}-{number}` |
|
|
|
|
| 118 |
| `test_patch_result` | string | Outcome with test patch only (no fix) |
|
| 119 |
| `fix_patch_result` | string | Outcome with both test patch and fix applied |
|
| 120 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
---
|
| 122 |
|
| 123 |
## 🏠 Source Repositories
|
|
|
|
| 151 |
```python
|
| 152 |
from datasets import load_dataset
|
| 153 |
|
| 154 |
+
ds = load_dataset("MobileDev-Bench/mobiledev-bench", split="test")
|
| 155 |
+
```
|
| 156 |
+
|
| 157 |
+
Or clone the repository directly:
|
| 158 |
|
| 159 |
+
```bash
|
| 160 |
+
git clone https://huggingface.co/datasets/MobileDev-Bench/mobiledev-bench
|
| 161 |
```
|
| 162 |
|
| 163 |
<!-- ### Running Evaluation
|
data/test.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0e4c0cd80a91fc132f60b7ea06019b0dc7088bd6a7e7650b431b29575270244
|
| 3 |
+
size 32697783
|