You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a data.csv file that has all the data points I collected to date. I need some classes to be aliased to another intent and I've added some entries for the alias dictionary present in the config.yaml file.
I used the below command to get a train.csv and test.csv
However, the intents that I wanted to alias were still present in the output files. Also, I observed no aliasing during runtime as I train the model.
I see that this piece of code is responsible for getting us a ready-to-use train.csv and test.csv, but there is no aliasing happening over there. My skip list (that I provided in the config.yaml) is being used correctly though.
Not sure if I'm missing any step in the workflow. If not, can this please be added @ltbringer
The text was updated successfully, but these errors were encountered:
I have a
data.csv
file that has all the data points I collected to date. I need some classes to be aliased to another intent and I've added some entries for thealias
dictionary present in theconfig.yaml
file.I used the below command to get a
train.csv
andtest.csv
However, the intents that I wanted to alias were still present in the output files. Also, I observed no aliasing during runtime as I train the model.
I see that this piece of code is responsible for getting us a ready-to-use
train.csv
andtest.csv
, but there is no aliasing happening over there. My skip list (that I provided in theconfig.yaml
) is being used correctly though.Not sure if I'm missing any step in the workflow. If not, can this please be added @ltbringer
The text was updated successfully, but these errors were encountered: