2023-06-30 15:11:20 -04:00
|
|
|
{"flow": {"nodes": [{"width": 312, "height": 311, "id": "prompt-next-val-series", "type": "prompt", "data": {"prompt": "{prompt}", "n": 1, "llms": [{"key": "aa3c0f03-22bd-416e-af4d-4bf5c4278c99", "settings": {"system_msg": "Given a series of numbers, predict the next number in the sequence. The answer should contain only one number, which will be the predicted number.", "temperature": 1, "functions": [], "function_call": "", "top_p": 1, "stop": [], "presence_penalty": 0, "frequency_penalty": 0}, "name": "GPT3.5", "emoji": "\ud83d\ude42", "model": "gpt-3.5-turbo", "base_model": "gpt-3.5-turbo", "temp": 1, "formData": {"shortname": "GPT3.5", "model": "gpt-3.5-turbo", "system_msg": "Given a series of numbers, predict the next number in the sequence. The answer should contain only one number, which will be the predicted number.", "temperature": 1, "functions": "", "function_call": "", "top_p": 1, "stop": "", "presence_penalty": 0, "frequency_penalty": 0}}]}, "position": {"x": 448, "y": 224}, "selected": false, "positionAbsolute": {"x": 448, "y": 224}, "dragging": false}, {"width": 333, "height": 182, "id": "eval-next-val-series", "type": "evaluator", "data": {"code": "function evaluate(response) {\n\tlet ideal = response.meta['Ideal'];\n\treturn response.text.startsWith(ideal);\n}", "language": "javascript"}, "position": {"x": 820, "y": 150}, "positionAbsolute": {"x": 820, "y": 150}}, {"width": 228, "height": 196, "id": "vis-next-val-series", "type": "vis", "data": {"input": "eval-next-val-series"}, "position": {"x": 1200, "y": 250}, "positionAbsolute": {"x": 1200, "y": 250}}, {"width": 302, "height": 260, "id": "inspect-next-val-series", "type": "inspect", "data": {"input": "prompt-next-val-series"}, "position": {"x": 820, "y": 400}, "positionAbsolute": {"x": 820, "y": 400}}, {"width": 423, "height": 417, "id": "table-next-val-series", "type": "table", "data": {"rows": [{"prompt": "16 25 36 49 64 81 100 121 144 169", "ideal": "196"}, {"prompt": "23 32 41 50 59 68 77 86 95 104", "ideal": "113"}, {"prompt": "30 34 38 42 46 50 54 58 62 66", "ideal": "70"}, {"prompt": "21 20 19 18 17 16 15 14 13 12", "ideal": "11"}, {"prompt": "46 51 56 61 66 71 76 81 86 91", "ideal": "96"}, {"prompt": "2 3 5 8 13 21 34 55 89 144", "ideal": "233"}, {"prompt": "256 225 196 169 144 121 100 81 64 49", "ideal": "36"}, {"prompt": "4913 4096 3375 2744 2197 1728 1331 1000 729 512", "ideal": "343"}, {"prompt": "0.58 0.47 0.39 0.33 0.29 0.26 0.23 0.21 0.19 0.18", "ideal": "0.17"}, {"prompt": "0.33 0.25 0.2 0.17 0.14 0.12 0.11 0.1 0.09 0.08", "ideal": "0.08"}, {"prompt": "3 6 10 15 21 28 36 45 55 66", "ideal": "78"}, {"prompt": "289 256 225 196 169 144 121 100 81 64", "ideal": "49"}, {"prompt": "70 700 7000 70000 700000 7000000 70000000 700000000 7000000000 70000000000", "ideal": "700000000000"}, {"prompt": "190 171 153 136 120 105 91 78 66 55", "ideal": "45"}, {"prompt": "361 324 289 256 225 196 169 144 121 100", "ideal": "81"}, {"prompt": "105 91 78 66 55 45 36 28 21 15", "ideal": "10"}, {"prompt": "78 66 55 45 36 28 21 15 10 6", "ideal": "3"}, {"prompt": "0 0 0 0 0 0 0 0 0 0", "ideal": "0"}, {"prompt": "64 81 100 121 144 169 196 225 256 289", "ideal": "324"}, {"prompt": "118 108 98 88 78 68 58 48 38 28", "ideal": "18"}, {"prompt": "5 5 5 5 5 5 5 5 5 5", "ideal": "5"}, {"prompt": "0.3 0.2 0.15 0.12 0.1 0.09 0.07 0.07 0.06 0.05", "ideal": "0.05"}, {"prompt": "6973568802 774840978 86093442 9565938 1062882 118098 13122 1458 162 18", "ideal": "2"}, {"prompt": "1000 1331 1728 2197 2744 3375 4096 4913 5832 6859", "ideal": "8000"}, {"prompt": "64 125 216 343 512 729 1000 1331 1728 2197", "ideal": "2744"}, {"prompt": "144 89 55 34 21 13 8 5 3 2", "ideal": "1"}, {"prompt": "144 121 100 81 64 49 36 25 16 9", "ideal": "4"}, {"prompt": "78 73 68 63 58 53 48 43 38 33", "ideal": "28"}, {"prompt": "11 20 29 38 47 56 65 74 83 92", "ideal": "101"}, {"prompt": "6 11 16 21 26 31 36 41 46 51", "ideal": "56"}, {"prompt": "8 24 72 216 648 1944 5832 17496 52488 157464", "ideal": "472392"}, {"prompt": "13 21 34 55 89 144 233 377 610 987", "ideal": "1597"}, {"prompt": "1 1 2
|