We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To compare Turna with encoder-only models, Turna encoder and BERTurk, the implementation needs to be updated to support Question-Answering (QA):
Refer to the following link for the implementation process: https://github.com/huggingface/transformers/blob/f1185a4a73a03d238afce1b40456588d22520dd2/src/transformers/models/bert/modeling_bert.py#L1799.
You can check this guide for preprocessing, postprocessing, and custom training parameters required for QA: https://huggingface.co/docs/transformers/tasks/question_answering.
The text was updated successfully, but these errors were encountered:
zeynepyirmibes
furkanakkurt1335
No branches or pull requests
To compare Turna with encoder-only models, Turna encoder and BERTurk, the implementation needs to be updated to support Question-Answering (QA):
Refer to the following link for the implementation process: https://github.com/huggingface/transformers/blob/f1185a4a73a03d238afce1b40456588d22520dd2/src/transformers/models/bert/modeling_bert.py#L1799.
You can check this guide for preprocessing, postprocessing, and custom training parameters required for QA: https://huggingface.co/docs/transformers/tasks/question_answering.
The text was updated successfully, but these errors were encountered: