rajpurkar/squad
Viewer • Updated • 98.2k • 216k • 462
How to use spyobird/cs4248_albert_bilstm_qa with Transformers:
# Load model directly
from transformers import AutoTokenizer, PreTrainedWithBiLSTM
tokenizer = AutoTokenizer.from_pretrained("spyobird/cs4248_albert_bilstm_qa")
model = PreTrainedWithBiLSTM.from_pretrained("spyobird/cs4248_albert_bilstm_qa", device_map="auto")This model is a fine-tuned version of albert-base-v1 on the squad dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
albert/albert-base-v1