Update README.md
Browse files
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/
|
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 |
```
|