ade-benchmark-corpus/ade_corpus_v2
Viewer • Updated • 30.6k • 4.04k • 35
How to use anindabitm/sagemaker-BioclinicalBERT-ADR with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="anindabitm/sagemaker-BioclinicalBERT-ADR") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("anindabitm/sagemaker-BioclinicalBERT-ADR")
model = AutoModelForQuestionAnswering.from_pretrained("anindabitm/sagemaker-BioclinicalBERT-ADR")This model is a fine-tuned version of emilyalsentzer/Bio_ClinicalBERT on the ade_corpus_v2 dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 1.0 | 171 | 0.9441 |