nlile commited on
Commit
1f2118e
·
verified ·
1 Parent(s): deec2ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -26,6 +26,10 @@ dataset_info:
26
  num_examples: 1362
27
  download_size: 56526
28
  dataset_size: 142410
 
 
 
 
29
  ---
30
 
31
  # Math Twenty Four (24s Game) Dataset
@@ -85,4 +89,4 @@ Here are some example puzzles with varying difficulty levels:
85
  - Easy: `{1, 1, 1, 8}` with solution `"(1 + 1 + 1) × 8"`
86
  - Medium: `{4, 4, 10, 10}` with solution `"(10 × 10 - 4) / 4"`
87
  - Hard: `{3, 3, 8, 8}` with solution `"8/(3 - 8/3)"`
88
- - Unsolvable: `{1, 5, 11, 13}`
 
26
  num_examples: 1362
27
  download_size: 56526
28
  dataset_size: 142410
29
+ tags:
30
+ - math
31
+ - reasoning
32
+ - '24'
33
  ---
34
 
35
  # Math Twenty Four (24s Game) Dataset
 
89
  - Easy: `{1, 1, 1, 8}` with solution `"(1 + 1 + 1) × 8"`
90
  - Medium: `{4, 4, 10, 10}` with solution `"(10 × 10 - 4) / 4"`
91
  - Hard: `{3, 3, 8, 8}` with solution `"8/(3 - 8/3)"`
92
+ - Unsolvable: `{1, 5, 11, 13}`