MarCognity-AI / src /models /model_scibert.py
elly99's picture
Create models/model_scibert.py
14c3e95 verified
raw
history blame contribute delete
257 Bytes
# © 2025 Elena Marziali — Code released under Apache 2.0 license.
# See LICENSE in the repository for details.
# Removal of this copyright is prohibited.
qa_pipeline = pipeline("question-answering", model="ktrapeznikov/scibert_scivocab_uncased_squad_v2")