How to replicate the QA work on another dataset? #78
Replies: 2 comments 4 replies
-
How big is your dataset? Also please check that the answer is correct in the data, and that the answer_start character is also correct I will be releasing a colab notebook for question answering on SQUAD datasets soon, which has better customizability than the official BERT one. |
Beta Was this translation helpful? Give feedback.
-
i facing similar problem, where i want to train poly-encoder model, for question-answering and i need to use arabert inside it, but i dont know what is the syntax for doing that. poly-encoder model syntax:- |
Beta Was this translation helpful? Give feedback.
-
I am trying to train the AraBERT on another Arabic question answering dataset which is a squad-like format. I am sure that I am doing something wrong but I do not have any idea what is it.
So, I want to ask the following which might be where I got wrong?
1)How exactly you pass the model name.
2) I took the checkpoint, config, vocab files from SOQAL.
This is the final result:
Note:
The prediction took a much longer time than the training which end in just 5 minutes or less.
Could you please walk me step by step to do this in the right way?
Beta Was this translation helpful? Give feedback.
All reactions