Views
No views yet
jeongyoun/mathbridge_adapter for bert-base-uncasedbert-base-uncased model that was trained on the mathbridge-bert-adapter-seq dataset and includes a prediction head for tagging.adapters:pip install -U adapters1from adapters import AutoAdapterModel
2
3model = AutoAdapterModel.from_pretrained("bert-base-uncased")
4adapter_name = model.load_adapter("jeongyoun/mathbridge_adapter", set_active=True)