Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Sub-tasks:
document-retrieval
Languages:
code
Size:
100K - 1M
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -57,9 +57,11 @@ For example, if you want to load the `test` `cross_file_first` `python` dataset
|
|
57 |
```python
|
58 |
from datasets import load_dataset
|
59 |
|
60 |
-
dataset = load_dataset("tianyang/repobench-r", "python_cff", "test_easy")
|
61 |
```
|
62 |
|
|
|
|
|
63 |
## Dataset Structure
|
64 |
|
65 |
```json
|
|
|
57 |
```python
|
58 |
from datasets import load_dataset
|
59 |
|
60 |
+
dataset = load_dataset("tianyang/repobench-r", "python_cff", split="test_easy")
|
61 |
```
|
62 |
|
63 |
+
> Note: The `split` argument is optional. If not provided, the entire dataset (including, train and test data with easy and hard level) will be loaded.
|
64 |
+
|
65 |
## Dataset Structure
|
66 |
|
67 |
```json
|