Downloads · 30 days
7
7% of all-time downloads
AdapterHub/xmod-base-hr_HR
xmod-base-hr_HR is a machine learning model from AdapterHub. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for adapter-transformers. The card lists the license as mit.
An adapter for the AdapterHub/xmod-base model that was trained on the hr/cc100 dataset.
Downloads · 30 days
7
7% of all-time downloads
All-time downloads
97
Public
Repo size
28.4 MB
Likes
0
Public
Click a slice to open those files.
.bin28.4 MB · 100%
From the Hugging Face model README
AdapterHub/xmod-base-hr_HR for AdapterHub/xmod-baseAn adapter for the AdapterHub/xmod-base model that was trained on the hr/cc100 dataset.
This adapter was created for usage with the Adapters library.
First, install adapters:
pip install -U adapters
Now, the adapter can be loaded and activated like this:
from adapters import AutoAdapterModel
model = AutoAdapterModel.from_pretrained("AdapterHub/xmod-base")
adapter_name = model.load_adapter("AdapterHub/xmod-base-hr_HR", source="hf", set_active=True)
This adapter was extracted from the original model checkpoint facebook/xmod-base to allow loading it independently via the Adapters library. For more information on architecture and training, please refer to the original model card.
Lifting the Curse of Multilinguality by Pre-training Modular Transformers (Pfeiffer et al., 2022)
@inproceedings{pfeiffer-etal-2022-lifting,
title = "Lifting the Curse of Multilinguality by Pre-training Modular Transformers",
author = "Pfeiffer, Jonas and
Goyal, Naman and
Lin, Xi and
Li, Xian and
Cross, James and
Riedel, Sebastian and
Artetxe, Mikel",
booktitle = "Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
month = jul,
year = "2022",
address = "Seattle, United States",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2022.naacl-main.255",
doi = "10.18653/v1/2022.naacl-main.255",
pages = "3479--3495"
}