ibragim-bad
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,9 @@ dataset_info:
|
|
46 |
num_examples: 6411
|
47 |
download_size: 24592081
|
48 |
dataset_size: 88219540
|
|
|
|
|
|
|
49 |
---
|
50 |
|
51 |
# Dataset Summary
|
@@ -102,4 +105,7 @@ The dataset contains the following fields. It includes all fields from SWE-bench
|
|
102 |
| `meta` | str | A JSON dictionary indicating whether the instance is lite, along with a list of failed lite validators if it is not. |
|
103 |
| `license` | str | The type of license of the repository. |
|
104 |
|
105 |
-
To execute instances within SWE-bench, you need to provide a default recipe for dependency installation. The constants required for running these instances are described in this [constants.py](https://huggingface.co/datasets/nebius/SWE-bench-extra/blob/main/constants.py).
|
|
|
|
|
|
|
|
46 |
num_examples: 6411
|
47 |
download_size: 24592081
|
48 |
dataset_size: 88219540
|
49 |
+
license: cc-by-4.0
|
50 |
+
tags:
|
51 |
+
- code
|
52 |
---
|
53 |
|
54 |
# Dataset Summary
|
|
|
105 |
| `meta` | str | A JSON dictionary indicating whether the instance is lite, along with a list of failed lite validators if it is not. |
|
106 |
| `license` | str | The type of license of the repository. |
|
107 |
|
108 |
+
To execute instances within SWE-bench, you need to provide a default recipe for dependency installation. The constants required for running these instances are described in this [constants.py](https://huggingface.co/datasets/nebius/SWE-bench-extra/blob/main/constants.py).
|
109 |
+
|
110 |
+
# License
|
111 |
+
The dataset is licensed under the Creative Commons Attribution 4.0 license. However, please respect the license of each specific repository on which a particular instance is based. To facilitate this, the license of each repository at the time of the commit is provided for every instance.
|