loubnabnl HF staff commited on
Commit
b1e3d2c
1 Parent(s): 2c29590

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 **5 exiting languages** `[python, cpp, go, java, js]`. By default `python` is loaded.
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