roholazandie / EmpTransfo

27 stars 3 forks source link

dialog act classification #4

Closed D4sh12 closed 2 years ago

D4sh12 commented 2 years ago

Hello. I'm trying to fine-tune the model with new dataset, I'm searching for dialog act classification for "candidates_acts", would you recommending a good model. thanks for help!

roholazandie commented 2 years ago

Hi, If you want to use classification for dialog acts your best bet is using huggingface text classification. This is a good start https://colab.research.google.com/github/huggingface/notebooks/blob/master/examples/multiple_choice.ipynb let me know if that works for you and I understood your question properly

D4sh12 commented 2 years ago

Hi, If you want to use classification for dialog acts your best bet is using huggingface text classification. This is a good start https://colab.research.google.com/github/huggingface/notebooks/blob/master/examples/multiple_choice.ipynb let me know if that works for you and I understood your question properly

Yep! I read it, and trained BERT text classification model using a Dialog Act Dataset. Thank you for helping me Out