Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
code
Size:
< 1K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ The dataset is currently used for two tasks: code generation and code translatio
|
|
31 |
The dataset contains coding problems in 5 programming languages: Python, C++, Java, JavaScript, and Go.
|
32 |
|
33 |
## Dataset Structure
|
34 |
-
To load the dataset you need to specify a subset among the
|
35 |
|
36 |
```python
|
37 |
from datasets import load_dataset
|
|
|
31 |
The dataset contains coding problems in 5 programming languages: Python, C++, Java, JavaScript, and Go.
|
32 |
|
33 |
## Dataset Structure
|
34 |
+
To load the dataset you need to specify a subset among the 5 exiting languages `[python, cpp, go, java, js]`. By default `python` is loaded.
|
35 |
|
36 |
```python
|
37 |
from datasets import load_dataset
|