rajpurkar/squad
Viewer • Updated • 98.2k • 216k • 462
How to use spyobird/cs4248_albert-base-v2_bilstm_qa with Transformers:
# Load model directly
from transformers import AutoTokenizer, PreTrainedWithBiLSTM
tokenizer = AutoTokenizer.from_pretrained("spyobird/cs4248_albert-base-v2_bilstm_qa")
model = PreTrainedWithBiLSTM.from_pretrained("spyobird/cs4248_albert-base-v2_bilstm_qa", device_map="auto")This model is a fine-tuned version of albert-base-v2 on the squad dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 4.4082 | 1.0 | 500 | 4.4031 |
| 3.951 | 2.0 | 1000 | 4.3329 |
| 3.6099 | 3.0 | 1500 | 4.3608 |
| 3.3651 | 4.0 | 2000 | 4.4929 |
| 3.0356 | 5.0 | 2500 | 4.5390 |
| 2.8111 | 6.0 | 3000 | 4.7661 |
| 2.5587 | 7.0 | 3500 | 4.8550 |
| 2.4021 | 8.0 | 4000 | 4.9086 |
Base model
albert/albert-base-v2