• Resolved fanisg

    (@fanisg)


    Following the guide for training https://meowapps.com/wordpress-chatbot-finetuned-model-ai/ i’m still getting blank answers (with tokens charge).

    My steps:
    1. Dataset builder: one row with prompt + completion (checkmarked format ok)
    2. Upload to OpenAI
    3. Model Finetune > Train Model (training completed) checked JSON file correct.
    4. Chatbot builder > Select my new trained bot from the dropdown menu
    5. Checked the “Casually Fine Tuned”
    6. Clear Cache
    7. Relog to site
    8. Test the chatbot with the exact prompt but getting a blank answer and also charged the tokens.

    The API i use is a paid version of OpenAI because the free version drops an error on JSON file.

    The tests are in English language (also Greek but i’ve created a new model with English only just to be sure for the language).

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi,

    Do you have an URL currently where I could try it? If it’s private, please send me the link through my contact form here: https://meowapps.com/contact

    I have exactly the same issue. Everything seems set up correctly too

    I am having the exact same issue, with a simple prompt and a simple “hello” in the chatbot:

    Error while calling OpenAI: This model’s maximum context length is 2049 tokens, however you requested 2101 tokens (53 in your prompt; 2048 for the completion). Please reduce your prompt; or completion length.

    Plugin Author Jordy Meow

    (@tigroumeow)

    To everyone with this issue; like @fanisg, make sure you really check everything.

    It’s really important to make sure your JSONL (the file sent to OpenAI) is correct. You can download it, and upload it (or a part of it) as a gist (https://gist.github.com/) so that someone here can check as well.

    Don’t hesitate to share an URL to your chatbot too.

    Hi All,
    I’m also facing the same issue.
    Website URL: https://connectresources.info/
    Followed all same steps mentioned by @fanisg and followed this tutorial too: https://meowapps.com/wordpress-chatbot-finetuned-model-ai/

    Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @prabhjas,

    Thanks for sharing the URL or your site. I can see that everything is set up correctly; I would avoid the context in your case, it’s normally not needed with a finetune model.

    I can see that the answer from the AI is simply:

    This is actually the reply actually coming from the model. In many cases I have seen, it’s when the dataset is not formatted correctly.

    Like I said above, could you:

    It’s really important to make sure your JSONL (the file sent to OpenAI) is correct. You can download it, and upload it (or a part of it) as a gist (https://gist.github.com/) so that someone here can check as well.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Fine Tuned Chatbot blank answer’ is closed to new replies.