Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ For example, to load the `python` dataset, and you can provide the `split` argum
|
|
| 49 |
```python
|
| 50 |
from datasets import load_dataset
|
| 51 |
|
| 52 |
-
dataset = load_dataset("tianyang/repobench-
|
| 53 |
```
|
| 54 |
|
| 55 |
> Note: The `split` argument is optional. If not provided, the entire dataset will be loaded.
|
|
|
|
| 49 |
```python
|
| 50 |
from datasets import load_dataset
|
| 51 |
|
| 52 |
+
dataset = load_dataset("tianyang/repobench-p", "python", split="cff")
|
| 53 |
```
|
| 54 |
|
| 55 |
> Note: The `split` argument is optional. If not provided, the entire dataset will be loaded.
|