File size: 888 Bytes
8bd833a
edfb97a
4016bed
 
 
 
 
 
c909d0b
225765e
 
 
4016bed
225765e
c909d0b
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

# PubMedBERT Abstract + Full Text Fine-Tuned on QNLI Task

Use case: You can use it to search through a document for a given question, to see if your question is answered in that document.

LABEL0 is "not entailment" meaning your question is not answered by the context and LABEL1 is "entailment" meaning your question is answered. 

> Example input: [CLS] Your question [SEP] The context to be searched in [SEP]


Link to the original model: https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext


Credits to the paper:

> @misc{pubmedbert,   author = {Yu Gu and Robert Tinn and Hao Cheng and
> Michael Lucas and Naoto Usuyama and Xiaodong Liu and Tristan Naumann
> and Jianfeng Gao and Hoifung Poon},   title = {Domain-Specific
> Language Model Pretraining for Biomedical Natural Language
> Processing},   year = {2020},   eprint = {arXiv:2007.15779}, }