Datasets:
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -42,12 +42,14 @@ tags:
|
|
| 42 |
- 📝 **Evaluation Scripts**: Ready-to-use verification scripts with exit code validation
|
| 43 |
- ⚡ **Efficient Verification**: Exit code-based validation (no complex log parsing required)
|
| 44 |
|
| 45 |
-
### Dataset
|
| 46 |
-
|
| 47 |
-
|
|
| 48 |
-
|
|
| 49 |
-
| **
|
| 50 |
-
| **
|
|
|
|
|
|
|
| 51 |
|
| 52 |
### 🐳 Docker Image Registry
|
| 53 |
|
|
@@ -75,7 +77,8 @@ All images are fully configured with:
|
|
| 75 |
MEnvData-SWE extends the standard SWE-Bench schema with **executable environment configurations**. Each instance contains the following fields:
|
| 76 |
|
| 77 |
| Field | Type | Description |
|
| 78 |
-
| :--- | :--- | :-
|
|
|
|
| 79 |
| **pull_number** | `int` | The pull request number associated with the fix. |
|
| 80 |
| **instance_id** | `str` | A unique identifier for the task instance. |
|
| 81 |
| **issue_numbers** | `list` | A list of linked issue numbers. |
|
|
|
|
| 42 |
- 📝 **Evaluation Scripts**: Ready-to-use verification scripts with exit code validation
|
| 43 |
- ⚡ **Efficient Verification**: Exit code-based validation (no complex log parsing required)
|
| 44 |
|
| 45 |
+
### Dataset
|
| 46 |
+
|
| 47 |
+
| Name | Value |
|
| 48 |
+
|--------------------|----------------------------|
|
| 49 |
+
| **Total Instances**| 3,005 |
|
| 50 |
+
| **Repositories** | 942 |
|
| 51 |
+
| **Languages** | 10 |
|
| 52 |
+
| **Docker Images** | 3,005 (one per instance) |
|
| 53 |
|
| 54 |
### 🐳 Docker Image Registry
|
| 55 |
|
|
|
|
| 77 |
MEnvData-SWE extends the standard SWE-Bench schema with **executable environment configurations**. Each instance contains the following fields:
|
| 78 |
|
| 79 |
| Field | Type | Description |
|
| 80 |
+
| :--- | :--- | :--- |
|
| 81 |
+
| **repo** | `str` | The full GitHub repository name (e.g., "home-assistant/core"). |
|
| 82 |
| **pull_number** | `int` | The pull request number associated with the fix. |
|
| 83 |
| **instance_id** | `str` | A unique identifier for the task instance. |
|
| 84 |
| **issue_numbers** | `list` | A list of linked issue numbers. |
|