espoir commited on
Commit
b851565
1 Parent(s): 75d1f08

Create the model cards

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - pubmed_qa
4
+ language:
5
+ - en
6
+ pipeline_tag: text-generation
7
+ ---
8
+ Fine-tuned BioGPT-Large for question-answering task on PubMedQA!
9
+
10
+ The base Model is [here](https://github.com/microsoft/BioGPT)
11
+
12
+
13
+ I will add example later, this still a work in progress as of now!