|
|
|
|
|
by halflings
1034 days ago
|
|
Extractive tasks are part of where LLMs shine, and where you get the least amount of hallucination as long as you fine-tune your model. By fine-tuning the model to extract a specific desired output from the text you give it, it learns that the output always comes from the input, and so you get less random outputs than just by prompting an instruction-tuned model (which was fine-tuned to find the answer in its weights, instead of copying it from the input). |
|
It seems like llama2 is the biggest name on HN when it comes to self hosting but I have no idea how it actually performs.