kth8 commited on
Commit
32b0f9c
·
1 Parent(s): 8913f05
Files changed (2) hide show
  1. README.md +4 -4
  2. dataset.jsonl +0 -0
README.md CHANGED
@@ -14,14 +14,14 @@ Each instance follows this format:
14
  },
15
  {
16
  "role": "user",
17
- "content": "* * 17-26 * 0,1,4"
18
  },
19
  {
20
  "role": "assistant",
21
- "content": "Every minute, between day 17 and 26 of the month, only on Sunday, Monday, and Thursday"
22
  }
23
  ],
24
- "expression": "* * 17-26 * 0,1,4",
25
- "description": "Every minute, between day 17 and 26 of the month, only on Sunday, Monday, and Thursday"
26
  }
27
  ```
 
14
  },
15
  {
16
  "role": "user",
17
+ "content": "39-43 14-19 20-20 */6 *"
18
  },
19
  {
20
  "role": "assistant",
21
+ "content": "Minutes 39 through 43 past the hour, between 14:00 and 19:59, between day 20 and 20 of the month, every 6 months"
22
  }
23
  ],
24
+ "expression": "39-43 14-19 20-20 */6 *",
25
+ "description": "Minutes 39 through 43 past the hour, between 14:00 and 19:59, between day 20 and 20 of the month, every 6 months"
26
  }
27
  ```
dataset.jsonl CHANGED
The diff for this file is too large to render. See raw diff