monologg / JointBERT

Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to handle multiword slot

ml-scouts opened this issue · comments

Hi team, I have trained JointBERT on my dataset. I haveone doubt is odel handling multiwords slot values . such as deprt.city = los angles or depart.time = 7:00 am ? how to deal to create slot type for each word separated by space. please help