aglazkova commited on
Commit
23c89f5
1 Parent(s): 14100e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- base_url = "https://huggingface.co/datasets/beogradjanka/GreenRu/raw/main/"
26
- dataset = load_dataset('csv', data_files={'train': base_url + "GreenRu_train.csv",'test': base_url + "GreenRu_test.csv"})
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.