We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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.
read_multiclass_dataset_csv
csv.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran this for a project
I have mentioned the intent aliases in the config.yaml in this way:
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
incsv.py
which does this but it is not used anywhere in the project.The text was updated successfully, but these errors were encountered: