DeepSpeedExamples icon indicating copy to clipboard operation
DeepSpeedExamples copied to clipboard

Does the model in this framework have to be trained to have conversations?

Open code-isnot-cold opened this issue 2 years ago • 1 comments

I am new to using LLM, and is it possible to just download the open source LM and have multiple conversations without fine-tuning?

code-isnot-cold avatar Apr 15 '23 02:04 code-isnot-cold

Of course you can. The finetuning aims to adjust the actor-model for better performance. If the DeepSpeed team opensource the model parameters, you can just download the model and use it without training.

Trace2333 avatar Apr 15 '23 02:04 Trace2333