#how to run LM

1 messages · Page 1 of 1 (latest)

sterile basalt
#

Hello, I'm trying to run https://huggingface.co/openchat/openchat/tree/main but i couldn't find a guide explaining exactly how to operate it. My plan is to write a script that will allow me to chat until I can do additional functionality and fine-tuning. It is especially important for me that openchat works, because it can understand Turkish. I have not come across any other model that is open source and can understand Turkish.

half garden
#

I can help you

sterile basalt
half garden
#

How much can you pay?

sterile basalt
#

a chewed gum

#

Just tell me where to look

hallow kraken
#

Use a pipeline as a high-level helper

from transformers import pipeline

pipe = pipeline("text-generation", model="openchat/openchat")

#

You can use huggingface pipeline