Datasets:
aglazkova
commited on
Commit
•
23c89f5
1
Parent(s):
14100e3
Update README.md
Browse files
README.md
CHANGED
@@ -22,8 +22,8 @@ To load the dataset, install the library datasets with ```pip install datasets``
|
|
22 |
|
23 |
```python
|
24 |
from datasets import load_dataset
|
25 |
-
|
26 |
-
dataset = load_dataset(
|
27 |
```
|
28 |
|
29 |
to download train and test sets.
|
|
|
22 |
|
23 |
```python
|
24 |
from datasets import load_dataset
|
25 |
+
|
26 |
+
dataset = load_dataset("beogradjanka/GreenRu")
|
27 |
```
|
28 |
|
29 |
to download train and test sets.
|