• DokPsy@infosec.pub
    ·
    10 months ago

    I don't mind the tool itself if you use it as such. I do mind when people use its output as the final product. See: the lawyer who used chatgpt for a legal brief

    • XEAL@lemm.ee
      ·
      10 months ago

      The lawyer fuck up is what happens when someone doesn't know or understand the limitations of a LLM.

      If you want a GPT model tailored and specialized for a specific task, you have to train it with custom data, fine tune it and tweak the model's parameters. You cannot do that from the ChatGPT web/app, you need a custom implementation coded in Python or some other language.

      • uralsolo
        ·
        edit-2
        8 months ago

        deleted by creator

        • XEAL@lemm.ee
          ·
          10 months ago

          Thanks. I have a quite powerful rig, but at the moment I work with OpenAI's API using GPT 3.5 Turbo using a custom (but shitty) Python script with a simple Gradio web interface. However, I mostly stopped improving or updating it months ago. As long as I don't use LlamaIndex, the cost is quite low.

          I already use Stable Diffusion WebUI, tho.

          Also the "fine tuning" I was talking about is this https://platform.openai.com/docs/guides/fine-tuning

          • TechieDamien@lemmy.ml
            ·
            10 months ago

            I am aware what fine tuning is. It is available from the train tab while the base checkpoint is loaded in both cases.

      • DokPsy@infosec.pub
        ·
        10 months ago

        I'm glad you understand my point. Chatgpt is not Google. It's a language model that will give you something that looks like the thing you asked for it to provide. It can and will pull facts out of its recycle bin if it fits the cadence of what it expects the answer to look like.

        • XEAL@lemm.ee
          ·
          edit-2
          10 months ago

          ChatGPT is not Google, but sometimes it can work as a glorified search engine or even compete with asking in forums.

          I've lost count of how many times ChatGPT has produced Bash or Python code for what I needed. Yes, sometimes the code is wrong and/or requires tweaking and sometimes I resorted to look into the documentation, but no one will answer faster and anytime of the day like ChatGPT does, at least not for free.

          • DokPsy@infosec.pub
            ·
            10 months ago

            It's a tool to aid in creating a product, not a tool that magics out a finished product. That's my point. Too many people use it as the latter instead of the former.

            • XEAL@lemm.ee
              ·
              10 months ago

              100% agree.

              Maybe, with lots of training, weaking and testing the latter could be achieved, but that's it.