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.
The models that have been fine-tuned in this project can be downloaded from Baidu Disk:
- Bert:
链接: https://pan.baidu.com/s/1NR14jdw2Fsj6xQFWgqPjGA?pwd=3nmf 提取码: 3nmf
- Flan-T5:
链接: https://pan.baidu.com/s/17sqhhw7TBf4biZLHCzEhWw?pwd=wbe4 提取码: wbe4
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.