wjmcat commited on
Commit
edfaa7b
·
verified ·
1 Parent(s): 2f2c5ef

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -7
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 Setric | Value |
46
- |--------|-------|
47
- | **Total Instances** | 3,005 |
48
- | **Repositories** | 942 |
49
- | **Languages** | 10 |
50
- | **Docker Images** | 3,005 (one per instance) |
 
 
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
- | :--- | :--- | :- **repo** | `str` | The full GitHub repository name (e.g., "home-assistant/core"). |
 
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. |