New Suggested 2 days ago by Kamil Miškařík

1

votes

Export data for AI for training local model

Hi,

Will be possible add button for export data for train local offline chatbot ? 

something like: 

[

    {

        "instruction": "Summarize this document",

        "input": "The global economy has shown signs of recovery following the pandemic. Major industries such as technology and healthcare have experienced growth.",

        "output": "The global economy is recovering, with growth in tech and healthcare."

    },

    {

        "instruction": "Translate the following text into Spanish",

        "input": "Hello, how are you?",

        "output": "Hola, ¿cómo estás?"

    },

    {

        "instruction": "What is the capital of France?",

        "input": "",

        "output": "The capital of France is Paris."

    },

    {

        "instruction": "Analyze the following sales data and provide insights",

        "input": "Sales increased by 20% in Q1, with the highest growth in Europe and North America.",

        "output": "Sales grew by 20% in Q1, with Europe and North America leading growth."

    }

]

this should be able load into vector database, and use it for create local offline chatbot trained on data from helpdesk.


Best regards,

Kamil

 

Log in to comment...