abhijithneilabraham commited on
Commit
46bda60
1 Parent(s): cf362a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,6 +1,8 @@
 
1
  Covid 19 question answering data obtained from [covid_qa_deepset](https://huggingface.co/datasets/covid_qa_deepset).
 
2
  Repository for the fine tuning, inference and evaluation scripts can be found [here](https://github.com/abhijithneilabraham/Covid-QA).
3
-
4
  ```
5
  import torch
6
  from transformers import AutoTokenizer, AutoModelForQuestionAnswering
 
1
+ # Dataset
2
  Covid 19 question answering data obtained from [covid_qa_deepset](https://huggingface.co/datasets/covid_qa_deepset).
3
+ # Original Repository
4
  Repository for the fine tuning, inference and evaluation scripts can be found [here](https://github.com/abhijithneilabraham/Covid-QA).
5
+ # Model in action
6
  ```
7
  import torch
8
  from transformers import AutoTokenizer, AutoModelForQuestionAnswering