gdiamos

↗ HN profile [ 63.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Here's what I'm observing about developing LLMs. What are others seeing? 1. Prompting a base model - very fast for prototyping - eventually hits an accuracy limit, e.g. after 100 iterations of prompts and around 4 hours…

  2. LLMs popularized zero-shot learning, or “prompt engineering” which is drastically easier to use and more effective than labeling data. You can also retrofit “prompt engineering” onto good old fashion ML like text…