Upload watermelon/20240219_203452_294140.jsonl with huggingface_hub
Browse files
watermelon/20240219_203452_294140.jsonl
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"command": "set timer as 2", "result": ["set", "timer", {"args": 2}], "desc": ["set duration of timer"]}
|
| 2 |
+
{"command": "set fruit A's odds to 20%", "result": ["add", "fruit", "odd", {"fruit": "A", "args": 0.2}], "desc": ["set the odds of some type of fruit"]}
|
| 3 |
+
{"command": "add fruit a", "result": ["delete", "fruit", {"args": "A"}], "desc": ["add a type of fruit"]}
|
| 4 |
+
{"command": "delete 3 prop", "result": ["delete", "prop", {"args": 3}], "desc": ["delete some number of prop"]}
|
| 5 |
+
{"command": "remove all lightnings", "result": ["delete", "lightning", {"args": "all"}], "desc": ["delete all of lightning"]}
|
| 6 |
+
{"command": "set the number of bomb as 5", "result": ["set", "bomb", {"args": 5}], "desc": ["set number of bomb"]}
|
| 7 |
+
{"command": "restart", "result": ["reset", "game", {}], "desc": ["reset game"]}
|
| 8 |
+
{"command": "what should i do", "result": ["help", {}], "desc": ["help"]}
|