examples=[ [ "images/example0.jpg", "Beschreibe den Prozess der Kernspaltung anhand des Diagramms.", """``` - Schritt 1: - Schritt 2: - Schritt 3: ```""".strip(), ],[ "images/example1.jpg", "What was the amount offered, and was it deemed sufficient?", """```yaml offer: amount: sufficient: ```""".strip(), ],[ "images/example2.jpg", "Are there more cars on the road in the first or in the second picture?", """```json { "moreCars": "" } ```""".strip(), ],[ "images/example3.jpg", "Welche Produkte wurden in welcher Menge bestellt?", """``` Produkt: Menge: Produkt: Menge: ```""" ],[ "images/example4.jpg", "Provide the location ties in a CSV format?", """Direction,Degrees,Minutes,Cardinal Direction,Distance""" ],[ "images/example5.jpg", "Give me all items with the corresponding major categories in a YAML format.", """```yaml items: - item: "value of first item" major_category: "value of first major category" - item: "value of second item" major_category: "value of second major category" ```""" ],[ "images/example6.jpg", "Welche Auswirkung hat eine Erhöhung der Lichtintensität auf den Kurzschlussstrom? Beschreibe die Änderung in Worten und gib die Art der Korrelation an.", """{ "description": "", "correlation": "" }""" ],[ "images/example7.jpg", "What is the seven-digit number visible on the front of the red train engine?", """The answer should be a JSON string containing the number. ```json { "number": 123 456-7 } ```""" ],[ "images/example8.jpg", "Welches Nummernschild hat welches Fahrzeug und wo befindet es sich im Bild?", """```json { "BMW": { "Nummernschild":"", "Position":"", }, "Audi": { "Nummernschild":"", "Position":"", }, "Mercedes": { "Nummernschild":"", "Position":"", } } ```""" ] ]