Orca 2: Teaching Small Language Models How to Reason
1–10 of 82 posts
Re: Orca 2: Teaching Small Language Models How to Reason
#2Re: Orca 2: Teaching Small Language Models How to Reason
#3(There is some doubts about the validity of the comparaison in the comments)
Re: Orca 2: Teaching Small Language Models How to Reason
#4[1]: with https://github.com/David-Kunz/gen.nvim
Re: Orca 2: Teaching Small Language Models How to Reason
#5For smaller models, I'm impressed by Mistral-7b or fine-tuned variants like Zephyr. I use it regularly in Neovim[1] for mundane tasks (grammar correction, summaries, ...). I'm curious how Orca 2 performs, downloading it right now. [1]: with https://github.com/David-Kunz/gen.nvim
Re: Orca 2: Teaching Small Language Models How to Reason
#6For smaller models, I'm impressed by Mistral-7b or fine-tuned variants like Zephyr. I use it regularly in Neovim[1] for mundane tasks (grammar correction, summaries, ...). I'm curious how Orca 2 performs, downloading it right now. [1]: with https://github.com/David-Kunz/gen.nvim
I'd love to see some demo of that!
Re: Orca 2: Teaching Small Language Models How to Reason
#7For smaller models, I'm impressed by Mistral-7b or fine-tuned variants like Zephyr. I use it regularly in Neovim[1] for mundane tasks (grammar correction, summaries, ...). I'm curious how Orca 2 performs, downloading it right now. [1]: with https://github.com/David-Kunz/gen.nvim
Re: Orca 2: Teaching Small Language Models How to Reason
#8However at this point - benchmark success is about as effective as results from someone who has been “taught the test”
If say… Merck wanted to use this same model to reason out a logistics issue, or apply it to some business problem at scale - you’d have to deal with hallucinations all over the place.
The best analogy I have right now is that improved results on benchmarks are like better acting from Hugh Laurie as House.
If you want to watch a show - great (generative work)
If you want to get a prescription - then not so much.
Re: Orca 2: Teaching Small Language Models How to Reason
#9I really really want this to work. However at this point - benchmark success is about as effective as results from someone who has been “taught the test” If say… Merck wanted to use this same model to reason out a logistics issue, or apply it to some business problem at scale - you’d have to deal with hallucinations all over the place. The best analogy I have right now is that improved results on benchmarks are like…
Re: Orca 2: Teaching Small Language Models How to Reason
#10I wonder if the way forward is to train smaller models with different sets of "skills" or "neural affinities". One for reasoning, one for summarization, one for math, one for code, etc - then combining them into full-fledged solutions. Perhaps smaller models can be "better" at their specific domains/tasks than the giant generalist models can be at any of them.