We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f050e42 commit 2e7fa4dCopy full SHA for 2e7fa4d
docs/en/tutorials/quick_start.md
@@ -25,7 +25,7 @@ MindNLP includes a `load_dataset` API that loads any dataset from the Hugging Fa
25
26
27
```python
28
-from mindnlp import load_dataset
+from mindnlp.dataset import load_dataset
29
30
imdb_ds = load_dataset('imdb', split=['train', 'test'])
31
imdb_train = imdb_ds['train']
0 commit comments