Datasets:

Modalities:
Text
Languages:
code
Size:
< 1K
Libraries:
Datasets
License:
loubnabnl HF staff commited on
Commit
bc20598
·
1 Parent(s): afdb989

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ DatasetDict({
46
  ```
47
 
48
  ```python
49
- next(iter(data["train"]))
50
  {'task_id': 'JavaScript/0',
51
  'prompt': '/* Check if in given list of numbers, are any two numbers closer to each other than\n given threshold.\n >>> hasCloseElements([1.0, 2.0, 3.0], 0.5)\n false\n >>> hasCloseElements([1.0, 2.8, 3.0, 4.0, 5.0, 2.0], 0.3)\n true\n */\nconst hasCloseElements = (numbers, threshold) => {\n',
52
  'declaration': '\nconst hasCloseElements = (numbers, threshold) => {\n',
 
46
  ```
47
 
48
  ```python
49
+ next(iter(data["test"]))
50
  {'task_id': 'JavaScript/0',
51
  'prompt': '/* Check if in given list of numbers, are any two numbers closer to each other than\n given threshold.\n >>> hasCloseElements([1.0, 2.0, 3.0], 0.5)\n false\n >>> hasCloseElements([1.0, 2.8, 3.0, 4.0, 5.0, 2.0], 0.3)\n true\n */\nconst hasCloseElements = (numbers, threshold) => {\n',
52
  'declaration': '\nconst hasCloseElements = (numbers, threshold) => {\n',