Intent Slot Classification incorrect classname

Hello,

For intent classification, the model is cutting off the first 2 characters of the class name that it is identifying.


IN the above image, it is supposed to have the class name of time for the slot of 6 but instead the class name is “me”. Another example is for “detroit” it should have “place_name” but instead has the class name of “ace_name”.
Is there a fix for this issue?

Thanks,
sek2

Hi @sek2 ,
Can you please share with us the reproducible model and script ?

Thanks!

Hey @AakankshaS, the script and model are created using the intent-slot-classification notebook. The link to that tutorial is here. Intent Slot Classification Notebook | NVIDIA NGC

Thanks