Datasets:

Modalities:
Text
Formats:
json
Libraries:
Datasets
pandas
License:
JiyangZhang commited on
Commit
ceecf73
·
verified ·
1 Parent(s): 671ad4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,5 +33,5 @@ There are 9 subsets:
33
  ```python
34
  from datasets import load_dataset
35
  # load the pep dataset with standard semantics
36
- pep_uk = load_dataset("EngineeringSoftware/Neurips25", "pep-k")
37
  ```
 
33
  ```python
34
  from datasets import load_dataset
35
  # load the pep dataset with standard semantics
36
+ pep_uk = load_dataset("EngineeringSoftware/PLSemanticsBench", "pep-k")
37
  ```