Datasets:

Languages:
English
ArXiv:
License:
skgouda commited on
Commit
675846c
1 Parent(s): 32e710e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -62,8 +62,8 @@ The programming problems are written in multiple programming languages and conta
62
  ## Dataset Structure
63
  To lookup currently supported datasets
64
  ```python
65
- get_dataset_config_names("amazon/mbxp")
66
- ['python', 'csharp', 'go', 'java', 'javascript', 'kotlin', 'perl', 'php', 'ruby', 'scala', 'swift', 'typescript']
67
  ```
68
  To load a specific dataset and language
69
  ```python
 
62
  ## Dataset Structure
63
  To lookup currently supported datasets
64
  ```python
65
+ get_dataset_config_names("mxeval/mathqa-x")
66
+ ['python', 'java', 'javascript']
67
  ```
68
  To load a specific dataset and language
69
  ```python