Skip to content

huggingface-based implementation of an open question answering model trained on the newsqa dataset.

License

Notifications You must be signed in to change notification settings

nunziati/bert-vs-t5-for-question-answering

Repository files navigation

Bert vs T5 for question answering

Comparison of the performances of two NLP models (BERT, extractive and T5, generative) for question answering.

Installation

Requirements: python 3.6.9

git clone https://github.com/nunziati/bert-vs-t5-for-question-answering/
cd bert-vs-t5-for-question-answering
python -m pip install -r requirements.txt

About

huggingface-based implementation of an open question answering model trained on the newsqa dataset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages