Earlier quoted context omitted.
Fine-tuning is a much better proposition than you’re giving it credit for. Papers are coming out demonstrating that 7B parameter models can outperform GPT-4’s quality when trained on a limited set of tasks. Yet, a 7B model offers comparatively cheap and fast inference. Furthermore, for a lot of use cases, few-shot prompting is infeasible because you need to supply 2-3k tokens worth of few-shot examples with every pro…
What kind of tasks? Could you give some links to the papers you're referring to?
1. Goat: Fine-tuned LLaMA Outperforms GPT-4 on Arithmetic Tasks
https://huggingface.co/papers/2305.14201
2. Gorilla: Large Language Model Connected with Massive APIs
https://arxiv.org/abs/2305.15334
Consider also these 2 papers supporting the feasibility of fine-tuning:
3. LIMA: Less Is More for Alignment [showing that a very small number of high quality examples is sufficient to align a base model]
https://arxiv.org/abs/2305.11206
4. QLoRA: Efficient Finetuning of Quantized LLMs [showing that LLMs can now be fine-tuned quickly on consumer-grade GPUs]
https://arxiv.org/abs/2305.14314
—-
Adding up these developments (all of which occurred during the span of one week), I don’t see how huge, slow, general-purpose models maintain their relevance in the long term, when a lean, domain-focused model is right there within reach of every application developer.