Datasets:

Languages:
code
Multilinguality:
multilingual
Language Creators:
found
Source Datasets:
original
ArXiv:
Tags:
code
License:
tianyang commited on
Commit
5fb96b4
1 Parent(s): f6a3c6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-c", "python", split="cff")
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.