-
For better results on domain specific data, how to re-train the roberta-base-squad2 QA model using MLM technique on domain data and then do fine tune on QA data for domain.? |
Beta Was this translation helpful? Give feedback.
Answered by
mkkuemmel
Mar 7, 2022
Replies: 1 comment 4 replies
-
Hi @ashar1202! For the first step, I will point you towards huggingface's Github account. They have great examples on how to do language model training. For fine-tuning on your own QA data, there is a great tutorial on Haystack's end. Hope this was helpful! Have fun! |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
mkkuemmel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ashar1202!
For the first step, I will point you towards huggingface's Github account. They have great examples on how to do language model training.
For fine-tuning on your own QA data, there is a great tutorial on Haystack's end.
Hope this was helpful! Have fun!