monologg / JointBERT

Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"
Apache License 2.0
662 stars 186 forks source link

how to handle multiword slot #14

Open ml-scouts opened 4 years ago

ml-scouts commented 4 years ago

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