• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: October 30th, 2023

help-circle

  • +1, when in doubt, LLM it out.

    You could also ask for explanations so when it gets it wrong, you can work on modifying your prompts/examples to get better performance.

    Potentially you wouldn’t want to do this if:

    • Your classification problem is very unusual/cannot be explained by a prompt
    • You want to be able to run this extremely fast or on a ton of data
    • You want to learn non-LLM deep learning/NLP (in which case I would’ve suggested basically some form of finetuning BERT)