Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

AllenAI's scibert_scivocab_uncased fine-tuned on SQuAD 2.0 evaluated with F1 = 86.85

To load the model:

from transformers import BertTokenizerFast
from transformers import BertForQuestionAnswering
 
tokenizer = BertTokenizerFast.from_pretrained("LoudlySoft/scibert_scivocab_uncased_squad")
model = BertForQuestionAnswering.from_pretrained("LoudlySoft/scibert_scivocab_uncased_squad")
Downloads last month
20
Safetensors
Model size
109M params
Tensor type
I64
F32
Inference API
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.