Datasets:

Modalities:
Text
Languages:
code
ArXiv:
Tags:
License:
tianyang commited on
Commit
578c19d
1 Parent(s): 8fd6e57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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