hyunwoongko / openchat

OpenChat: Easy to use opensource chatting framework via neural networks
Apache License 2.0
437 stars 57 forks source link

The bot acting strange and buggy #8

Closed emarashliev closed 3 years ago

emarashliev commented 3 years ago
Python 3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:18:16) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from openchat import OpenChat
>>> OpenChat(model="blenderbot", size="large", device="cuda")

           ____   ____   ______ _   __   ______ __  __ ___   ______
          / __ \ / __ \ / ____// | / /  / ____// / / //   | /_  __/
         / / / // /_/ // __/  /  |/ /  / /    / /_/ // /| |  / /
        / /_/ // ____// /___ / /|  /  / /___ / __  // ___ | / /
        \____//_/    /_____//_/ |_/   \____//_/ /_//_/  |_|/_/

                             ... LOADING ...

Chat with facebook/blenderbot-1B-distill !
user: Hi, how are you today?
bot:  I am doing well. How are you? I am fine. How about you of to.
user: I'm fine as well. It's a nice day outside
bot:  I am good. I am is it is a. I the of you I. I.
user: I didn't get it, what did you say?
bot:  I am so glad you are, I, are,, aree.l.,,
user:
hyunwoongko commented 3 years ago

I think it's about Blender's problem. not Openchat.

ibivibiv commented 3 years ago

I saw this as well on Blender. It tends to repeat words often or just stutter and put random characters. If you wanted a better experience you would need to try a different model. Unlikelihood ConvAI2 modes seem very good at doing chats but require persona statments. Once you are past the point of the persona entries it does quite well at chatting.

hyunwoongko commented 3 years ago

I will close the issue as no further discussions have taken place.