• Resolved finzer

    (@finzer)


    Hi folks,

    i tried to fine tune a davinci model to get better results. so i generated about 75 promts with information about my site. but if i use this model the answers seem to be correct but then GPT repeats over and over. 20 to 40 times the same sentence. Did i something wrong?

    LG

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author senols

    (@senols)

    Hi @finzer

    While training a model with a new dataset can be effective, it often requires a large and well-designed dataset for optimal results. If these conditions aren’t met, the output might not be as satisfactory as expected.

    Alternatively, we’d like to suggest the use of ‘Embeddings‘ instead of fine-tuning your AI. Embeddings convert your data into numerical vectors that can be understood by the AI model. It’s a more simplified, cost-effective, and speedy method to feed your content to the bot.

    Here are the key differences between fine-tuning and embeddings:

    1. Fine-tuning: It involves training the entire model on your data. This requires a large and diverse dataset and considerable computational resources, making it a slow and expensive process.
    2. Embeddings: It involves creating numerical representations (vectors) of your data that can be easily understood and processed by the AI. This doesn’t require retraining the model, making it faster, cheaper, and easier.

    With just a few clicks, you can use a vector database, like Pinecone, to input all your content to your bot. The chatbot then uses these embeddings to generate responses, allowing it to understand and answer a broader range of queries based on your data.

    OpenAI itself recommends using embeddings for most applications, for the same reasons outlined above. The trade-off between the time, cost, and complexity of fine-tuning often doesn’t yield substantially better results compared to the use of embeddings.

    I would strongly suggest giving embeddings a try for your chatbot. If you need assistance with this process, please don’t hesitate to ask. We’re here to help you make the most out of our AI tools.

    Here are some documentation:

    https://docs.aipower.org/docs/embeddings

    Best regards,

    Thread Starter finzer

    (@finzer)

    Hi Senol,

    That sounds great! I have never heard of this possibility but this is exactly what I need. I will definitely try this out and see how the bot behaves with it. If I have any questions I will surely come back here ??

    Thank you a lot for this Tipp ??

    LG finzer

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ChatGPT repeats his sentence over and over after finde tuning a model’ is closed to new replies.