monologg / JointBERT

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finetuning a trained JointBERT model on other dataset

sukannyapurkayastha opened this issue · comments

Hi,
Is there any way to take a trained JointBERT model on SNIPS and finetune it for some other task similar to snips with 7 classes? How can that be implemented in the present code?

Were you able to do it? How?