Question Answering
Transformers
Safetensors
English
distilbert
multiple-choice
neet
biology
exam
bio
Instructions to use Neural-Hacker/NEET_BioBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Neural-Hacker/NEET_BioBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Neural-Hacker/NEET_BioBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("Neural-Hacker/NEET_BioBERT") model = AutoModelForMultipleChoice.from_pretrained("Neural-Hacker/NEET_BioBERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f514e55 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7cb7fed93ff9cb3e11705c683cb858ca66bf27630dcc4521529c0b99a5de87b6
size 5777
|