Update README.md
Browse files
README.md
CHANGED
@@ -39,8 +39,12 @@ ParaPhraser is a news headlines corpus annotated according to the following sche
|
|
39 |
```
|
40 |
The _Plus_ part is also available.
|
41 |
It contains clusters of news headline paraphrases labeled automatically by a fine-tuned paraphrase detection BERT model.
|
|
|
|
|
|
|
42 |
|
43 |
-
|
|
|
44 |
## Dataset Structure
|
45 |
|
46 |
```
|
|
|
39 |
```
|
40 |
The _Plus_ part is also available.
|
41 |
It contains clusters of news headline paraphrases labeled automatically by a fine-tuned paraphrase detection BERT model.
|
42 |
+
In order to load it:
|
43 |
+
```python
|
44 |
+
from datasets import load_dataset
|
45 |
|
46 |
+
corpus = load_dataset('merionum/ru_paraphraser', data_files='plus.jsonl')
|
47 |
+
```
|
48 |
## Dataset Structure
|
49 |
|
50 |
```
|