LuKrO commited on
Commit
6bcfd33
·
1 Parent(s): 748367f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ You can download the dataset using Hugging Face:
45
 
46
  ```python
47
  from datasets import load_dataset
48
- ds = load_dataset("LuKrO/krod")
49
  ```
50
 
51
  The snippets are **not** split into train and test (and validation) set. Thus, the whole dataset is in the **train** set:
 
45
 
46
  ```python
47
  from datasets import load_dataset
48
+ ds = load_dataset("se2p/code-readability-krod")
49
  ```
50
 
51
  The snippets are **not** split into train and test (and validation) set. Thus, the whole dataset is in the **train** set: