update dataset name in the readme (#1)
Browse files- update dataset name in the readme (0ade4d809f1a9a3b2539effa0c90dd9df02f7297)
Co-authored-by: loubna ben allal <[email protected]>
README.md
CHANGED
@@ -33,7 +33,7 @@ To load the dataset you need to specify a subset among the 5 exiting languages
|
|
33 |
|
34 |
```python
|
35 |
from datasets import load_dataset
|
36 |
-
load_dataset("
|
37 |
|
38 |
DatasetDict({
|
39 |
test: Dataset({
|
|
|
33 |
|
34 |
```python
|
35 |
from datasets import load_dataset
|
36 |
+
load_dataset("THUDM/humaneval-x", "js")
|
37 |
|
38 |
DatasetDict({
|
39 |
test: Dataset({
|