Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 699 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 699 Bytes

COVID-Q&A-system

Two pretrained Q&A models are used to fine-tuned based on the newest COVID Q&A dataset:

  • Bert
  • Flan-T5

Tkinter is applied to design user interface so that people can use model for Q&A.

Model Inference

The models that have been fine-tuned in this project can be downloaded from Baidu Disk:

You should download the two \model folders and place them under \Bert and \Flan-T5-Lora folders respectively. Then you can simply run the main.py file and use the models for Q&A.