2023-06-30 15:11:20 -04:00
|
|
|
{"flow": {"nodes": [{"width": 312, "height": 311, "id": "prompt-hebrew-rhyme", "type": "prompt", "data": {"prompt": "{prompt}", "n": 1, "llms": [{"key": "aa3c0f03-22bd-416e-af4d-4bf5c4278c99", "settings": {"system_msg": "For each pair of words, determine whether their Hebrew translations rhyme. If they do, output the pair of rhyming words in Hebrew. If not, output NONE.", "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": "For each pair of words, determine whether their Hebrew translations rhyme. If they do, output the pair of rhyming words in Hebrew. If not, output NONE.", "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-hebrew-rhyme", "type": "evaluator", "data": {"code": "function evaluate(response) {\n\tlet txt = response.text;\n\tlet ideals = JSON.parse(response.meta['Ideal']);\n\treturn ideals.some(i => (i.includes(txt) || txt.includes(i)));\n}", "language": "javascript"}, "position": {"x": 820, "y": 150}, "positionAbsolute": {"x": 820, "y": 150}}, {"width": 228, "height": 196, "id": "vis-hebrew-rhyme", "type": "vis", "data": {"input": "eval-hebrew-rhyme"}, "position": {"x": 1200, "y": 250}, "positionAbsolute": {"x": 1200, "y": 250}}, {"width": 302, "height": 260, "id": "inspect-hebrew-rhyme", "type": "inspect", "data": {"input": "prompt-hebrew-rhyme"}, "position": {"x": 820, "y": 400}, "positionAbsolute": {"x": 820, "y": 400}}, {"width": 423, "height": 417, "id": "table-hebrew-rhyme", "type": "table", "data": {"rows": [{"prompt": "honey, detective", "ideal": "[\"\\u05d3\\u05d1\\u05e9, \\u05d1\\u05dc\\u05e9\", \"\\u05d1\\u05dc\\u05e9, \\u05d3\\u05d1\\u05e9\"]"}, {"prompt": "power, flight", "ideal": "[\"NONE\"]"}, {"prompt": "melody, reaction", "ideal": "[\"NONE\"]"}, {"prompt": "heart, breath", "ideal": "[\"NONE\"]"}, {"prompt": "tool, without", "ideal": "[\"\\u05db\\u05dc\\u05d9, \\u05d1\\u05dc\\u05d9\", \"\\u05d1\\u05dc\\u05d9, \\u05db\\u05dc\\u05d9\"]"}, {"prompt": "opened, laughter", "ideal": "[\"NONE\"]"}, {"prompt": "sees, brain", "ideal": "[\"NONE\"]"}, {"prompt": "ice cream, thank you", "ideal": "[\"\\u05d2\\u05dc\\u05d9\\u05d3\\u05d4, \\u05ea\\u05d5\\u05d3\\u05d4\", \"\\u05ea\\u05d5\\u05d3\\u05d4, \\u05d2\\u05dc\\u05d9\\u05d3\\u05d4\"]"}, {"prompt": "child, skeleton", "ideal": "[\"\\u05d9\\u05dc\\u05d3, \\u05e9\\u05dc\\u05d3\", \"\\u05e9\\u05dc\\u05d3, \\u05d9\\u05dc\\u05d3\"]"}, {"prompt": "gift, blessing", "ideal": "[\"NONE\"]"}, {"prompt": "model, reward", "ideal": "[\"NONE\"]"}, {"prompt": "window, balloon", "ideal": "[\"\\u05d7\\u05dc\\u05d5\\u05df, \\u05d1\\u05dc\\u05d5\\u05df\", \"\\u05d1\\u05dc\\u05d5\\u05df, \\u05d7\\u05dc\\u05d5\\u05df\"]"}, {"prompt": "chest of drawers, thank you", "ideal": "[\"\\u05e9\\u05d9\\u05d3\\u05d4, \\u05ea\\u05d5\\u05d3\\u05d4\", \"\\u05ea\\u05d5\\u05d3\\u05d4, \\u05e9\\u05d9\\u05d3\\u05d4\"]"}, {"prompt": "service, painting", "ideal": "[\"NONE\"]"}, {"prompt": "beach, angel", "ideal": "[\"NONE\"]"}, {"prompt": "tool, lighter", "ideal": "[\"NONE\"]"}, {"prompt": "to solve, to finish", "ideal": "[\"\\u05dc\\u05e4\\u05ea\\u05d5\\u05e8, \\u05dc\\u05d2\\u05de\\u05d5\\u05e8\", \"\\u05dc\\u05d2\\u05de\\u05d5\\u05e8, \\u05dc\\u05e4\\u05ea\\u05d5\\u05e8\"]"}, {"prompt": "closed, ball", "ideal": "[\"\\u05e1\\u05d2\\u05d5\\u05e8, \\u05db\\u05d3\\u05d5\\u05e8\", \"\\u05db\\u05d3\\u05d5\\u05e8, \\u05e1\\u05d2\\u05d5\\u05e8\"]"}, {"prompt": "space, crawling", "ideal": "[\"NONE\"]"}, {"prompt": "lesson, light", "ideal": "[\"NONE\"]"}, {"prompt": "light, generation", "ideal": "[\"\\u05d0\\u05d5\\u05e8, \\u05d3\\u05d5\\u05e8\", \"\\u05d3\\u05d5\\u05e8, \\u05d0\\u05d5\\u05e8\"]"}, {"prompt":
|