Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christakakis authored Apr 8, 2023
1 parent 7ddeb26 commit 7ee3e43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@

**(4) Training.** Training of the model on sentence pairs ([input, output]).

**(5) Testing - Inference.** A txt is provided with some test conversations with the chatbot.
**(5) Testing - Inference.** A txt as well as a gif are provided with some test conversations with the chatbot.

![](https://github.com/christakakis/chatbot/blob/main/test_conv.gif)

In general, the chat-bot behaved as expected without having exciting results. This was expected because we had limitations in RAM and the total training time of the model. Still from the results it was seen that the model didn’t overcome the problem of overfitting, especially for discussions that existed arbitrarily in the training data. Some examples are the chatbot's constant references to setting an alarm, in questions like what’s the number and what do you need help with.

Expand Down

0 comments on commit 7ee3e43

Please sign in to comment.