Create the model cards
Browse files
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!
|