Update README.md
Browse files
README.md
CHANGED
@@ -1993,7 +1993,7 @@ load_dataset(config_name,'conllu',corpora_paths=corpora_paths)
|
|
1993 |
|
1994 |
Otherwise, most datasets are directly accessible:
|
1995 |
```python
|
1996 |
-
from
|
1997 |
load_dataset(/multilingual-discourse-hub/disrpt/'','eng.dep.scidtb.rels')
|
1998 |
```
|
1999 |
|
|
|
1993 |
|
1994 |
Otherwise, most datasets are directly accessible:
|
1995 |
```python
|
1996 |
+
from datasets import load_dataset
|
1997 |
load_dataset(/multilingual-discourse-hub/disrpt/'','eng.dep.scidtb.rels')
|
1998 |
```
|
1999 |
|