-
-
Notifications
You must be signed in to change notification settings - Fork 355
Model Training not working #54
Comments
You need to add your intents in {
"tag": "your tag",
"patterns": ["Hey", "Hello", "Hi", "Good morning"],
"responses": ["hello how are you"],
"context": ""
} Then delete the training save in |
I tried but sometimes it works and sometimes it fails. Not sure how to debug it. |
And what do you try to send to Olivia to trigger this intent? |
I am sending the entire pattern |
Moreover after I deploy the olivia in our private cloud server , now even for existing models its failing. what could be the reason? please help.
|
Yes I know this I am actually working on it in the develop branch |
Oh cool , Thanks. Do I have to update to latest version? |
Sure. :) |
After I updated to latest master branch and when I try to access olivia end up in this error , please help
|
Did you reproduce all the steps? |
Yes , I pulled master and did dep ensure and end up this problem? Can you please let me know what could be the issue ? |
Hi , Is there something I am missing ? or did you get a chance to look into it? |
I really don't know this is working perfectly for me, sorry :/ |
I have added like 25 new intents in res/intents.json. I removed training.json and restarted the server. Out of 25 only 3 or 4 is working rest I am getting
{"content":"I'm trying to do my best but I don't understand","tag":"don't understand"}
What could be the reason? How to train the model with our new intents? Do we have to remove training.json if we add new intents ?
The text was updated successfully, but these errors were encountered: