ai-forever / ru-gpts

Russian GPT3 models.
Apache License 2.0
2.07k stars 447 forks source link

Ru-gpts for chit-chat bot #106

Open LEv145 opened 1 year ago

LEv145 commented 1 year ago

I have seen this service: https://sbercloud.ru/ru/datahub/rugpt3family/demo-boltalka

How it can be implemented through Ru-gpts? Are there code snippets or implementation examples?

Thank you in advance

TatianaShavrina commented 1 year ago

Hey @LEv145 ,

The demo-boltalka model is a fine-tuned version of ruGPT-3 large model that can be accessed via API.

If you have your own chit-chat dataset, you can fine-tune the model as shown here

LEv145 commented 1 year ago

Hey @LEv145 ,

The demo-boltalka model is a fine-tuned version of ruGPT-3 large model that can be accessed via API.

If you have your own chit-chat dataset, you can fine-tune the model as shown here

OK, thanks. But how can I make the rugpl not complement the input text, but it creates a dialog like boltalka?