Views
No views yet
bert-base-multilingual-cased_mlki_es_pfeiffer for bert-base-multilingual-casedadapters:pip install -U adapters1from adapters import AutoAdapterModel
2
3model = AutoAdapterModel.from_pretrained("bert-base-multilingual-cased")
4adapter_name = model.load_adapter("AdapterHub/bert-base-multilingual-cased_mlki_es_pfeiffer")
5model.set_active_adapters(adapter_name)@article{hou2022adapters, title={Adapters for Enhanced Modeling of Multilingual Knowledge and Text}, author={Hou, Yifan and Jiao, Wenxiang and Liu, Meizhen and Allen, Carl and Tu, Zhaopeng and Sachan, Mrinmaya}, journal={arXiv preprint arXiv:2210.13617}, year={2022} }