From all the experimentation I've done, 7B parameter models just don't seem to be able to produce useful output reliably enough for my use cases. What use cases do people have for these smaller LLM's?
7B LLaMA is a terrible general purpose model, but the finetunes are pretty good at very specific roles, like dialogue/roleplay, a dungeon master bot or even code completion. The metrics are good though, perhaps placing this closer to 13B. And 8K context is huge . When you can stuff that much example text in, it gives the model more to "latch onto," and its also the point where you would start worrying about RAM/VRAM…
XGen-7B, a new 7B foundational model trained on up to 8K length for 1.5T tokens
51–60 of 96 posts
Re: XGen-7B, a new 7B foundational model trained on up to 8K length for 1.5T tokens
#52Earlier quoted context omitted.
would appreciate resources on fine tuning
https://huggingface.co/blog/stackllama You can easily finetune 7B or 15B LORA model with that on consumer GPUs.
It's a rabbithole, and unfortunately there's no good shortcuts.
Re: XGen-7B, a new 7B foundational model trained on up to 8K length for 1.5T tokens
#53Earlier quoted context omitted.
https://huggingface.co/blog/stackllama You can easily finetune 7B or 15B LORA model with that on consumer GPUs.
That blog post demonstrates that it's not "easily" finetuneable, just possible to finetune. There's many technical considerations even beyond hardware (dataset formatting, training hyperparameter nuances) that do not make it accessible to the newbie experimenting with LLMs. It's a rabbithole, and unfortunately there's no good shortcuts.
Re: XGen-7B, a new 7B foundational model trained on up to 8K length for 1.5T tokens
#54> The training recipe and model architecture follow LLaMA This is huge. MPT and Falcon are cool, but the inference runtimes and various tooling is mostly optimized for LLaMA. If this is a drop-in replacement for 7B, it's going to catch on much faster than any other small model.
It seems to use a different tokenizer than LLaMA, though the neural network architecture is the same.
Re: XGen-7B, a new 7B foundational model trained on up to 8K length for 1.5T tokens
#55Earlier quoted context omitted.
That blog post demonstrates that it's not "easily" finetuneable, just possible to finetune. There's many technical considerations even beyond hardware (dataset formatting, training hyperparameter nuances) that do not make it accessible to the newbie experimenting with LLMs. It's a rabbithole, and unfortunately there's no good shortcuts.
Why have there been thousands of overnight AI/GPT startups and products in the last few months and NOT a single simple intuitive "fine tuning wizard" app? That seems like such an obvious glaring gap.
There are startups that do finetuning on your own data, but with zero hints on how to preprocess your data and absurd costs (both upfront training and GPUs for serving inference) that's it's extremely difficult to argue from a customer business perspective compared to just using an API.
Re: XGen-7B, a new 7B foundational model trained on up to 8K length for 1.5T tokens
#56Re: XGen-7B, a new 7B foundational model trained on up to 8K length for 1.5T tokens
#57Earlier quoted context omitted.
Why not ask the AIs themselves? They are pretty good at explaining this type of thing.
But if you don't know a certain amount about a subject already you won't know when it's lying to you. That would probably be the case here.
Re: XGen-7B, a new 7B foundational model trained on up to 8K length for 1.5T tokens
#58Earlier quoted context omitted.
Why have there been thousands of overnight AI/GPT startups and products in the last few months and NOT a single simple intuitive "fine tuning wizard" app? That seems like such an obvious glaring gap.
Because the ChatGPT API (and analogous competitors) is cheap enough that it's both faster and more cost effective to just use it instead instead of using your own model, with maybe some shenanigans to handle its shortcomings without increasing cost much if at all.. And that was before gpt-3.5-turbo-0613, which dropped the price more and is about 2-3x faster. There are startups that do finetuning on your own data, but…
Re: XGen-7B, a new 7B foundational model trained on up to 8K length for 1.5T tokens
#59> The training recipe and model architecture follow LLaMA This is huge. MPT and Falcon are cool, but the inference runtimes and various tooling is mostly optimized for LLaMA. If this is a drop-in replacement for 7B, it's going to catch on much faster than any other small model.
It seems to use a different tokenizer than LLaMA, though the neural network architecture is the same.
Re: XGen-7B, a new 7B foundational model trained on up to 8K length for 1.5T tokens
#60Earlier quoted context omitted.
It seems to use a different tokenizer than LLaMA, though the neural network architecture is the same.
The tokenizer appears to be the original GPT-2 tokenizer, with some curious added tokens: https://huggingface.co/Salesforce/xgen-7b-8k-base/blob/5e1ad...