Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
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("
|
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:
|