Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
sileod commited on
Commit
68d1e39
·
verified ·
1 Parent(s): 8fb2656

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1975,9 +1975,10 @@ configs:
1975
  It unifies discourse relation classification tasks (.rels) and discourse segmentation (.connlu) for many languages.
1976
 
1977
  ⚠️ This repo only contains the disrpt dataset when the underlying data is permissively licensed. Some datasets rely on corpora like the PTB.
1978
- To load these datasets, do the following:
1979
- `pip install disrpt-utils`
1980
 
 
 
1981
  ```python
1982
  from disrpt_utils import load_dataset
1983
 
 
1975
  It unifies discourse relation classification tasks (.rels) and discourse segmentation (.connlu) for many languages.
1976
 
1977
  ⚠️ This repo only contains the disrpt dataset when the underlying data is permissively licensed. Some datasets rely on corpora like the PTB.
1978
+ To load these datasets, run the following:
 
1979
 
1980
+ `pip install disrpt-utils`
1981
+ Then
1982
  ```python
1983
  from disrpt_utils import load_dataset
1984