GPT Fine Tuning responses are terrible. Here's why...

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 7

  • @thedoctor5478
    @thedoctor5478 ปีที่แล้ว +4

    Their fine-tuning is only meant for formatting, not for injecting new data. However, I think you could use it to create an instruct or chat version of davinci

    • @NativeNotify
      @NativeNotify  ปีที่แล้ว +2

      This was very helpful information. Thanks!

  • @GregoryMcCarthy123
    @GregoryMcCarthy123 ปีที่แล้ว +1

    Fine-tuning works great, and like their documentation says, can result in much better output than zero shot prompt engineering. Their documentation says you need at least a few hundred examples. And also you need to choose a model that can actually handle the task you’re giving it. Finally, it is very important to choose the correct hyper parameters such as epoch and batch size during training. If you are getting gibberish back from your fine-tuned model, you did not do it correctly.

  • @malachigruenhagen2453
    @malachigruenhagen2453 ปีที่แล้ว +1

    Honestly, this is comparing apples and oranges. The very powerful models of GPT-3.5 and GPT-4 are being compared to GPT-3. And then on that comparison, we are saying that custom fine tuning (which is currently not available on GPT-3.5 and GPT-4) is inferior or not useful?? Definitely use prompt engineering, but it's too early to call custom fine tuning garbage.

  • @dunfor87
    @dunfor87 ปีที่แล้ว

    But if you have a huge pdf documentation that you want your model to be trained, you cannot do this just with prompting.

    • @NativeNotify
      @NativeNotify  ปีที่แล้ว

      GPT-4 allows up to 32k tokens in a prompt. 1k tokens is about 750 words. So you could have 20,000 words of documentation in a single chatbot.
      If you wanted to try fine tuning though, someone else said you basically have to say the same things hundreds of times before GPT-3 understands that it needs to respond in that way. So maybe that would work.
      I'm just being honest about my personal experience. Fine Tuning hasn't worked for me. But prompt engineering had worked incredibly well if the prompts are written in the right way

    • @sdmutuna
      @sdmutuna ปีที่แล้ว

      @@NativeNotify but isn't spending some several thousand tokens each time a user starts using gpt-4 an expensive way? Is there a way to train your gpt bot by prompt engineering beforehand and all users use that pre-trained bot and you don't need to teach it every time?