rajpurkar/squad
Viewer • Updated • 98.2k • 216k • 462
How to use spyobird/cs4248_albert-base-v2_bilstm_qa_1 with Transformers:
# Load model directly
from transformers import AutoTokenizer, PreTrainedWithBiLSTM
tokenizer = AutoTokenizer.from_pretrained("spyobird/cs4248_albert-base-v2_bilstm_qa_1")
model = PreTrainedWithBiLSTM.from_pretrained("spyobird/cs4248_albert-base-v2_bilstm_qa_1", device_map="auto")This model is a fine-tuned version of albert-base-v2 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-v2