Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intent aliasing absent while training/testing the model #52

Open
nvinayvarma189 opened this issue Oct 8, 2021 · 0 comments
Open

intent aliasing absent while training/testing the model #52

nvinayvarma189 opened this issue Oct 8, 2021 · 0 comments

Comments

@nvinayvarma189
Copy link
Contributor

I ran this for a project

slu train --lang id --version 0.1.1

I have mentioned the intent aliases in the config.yaml in this way:

tasks:
  classification:
    alias:
      new_intent_1: _oos_
      new_intent_2: _oos_
      new_intent_3: _oos_

After we are reading the training file here, we are not mapping the aliases present in config.yaml.

Possible Solution:

We do have a function read_multiclass_dataset_csv in csv.py which does this but it is not used anywhere in the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant