Views
No views yet
Blue7Bird/my-English_Translated-xlmr-adapter1 for xlm-roberta-basexlm-roberta-base model that was trained on the None dataset and includes a prediction head for classification.adapters:pip install -U adapters1from adapters import AutoAdapterModel
2
3model = AutoAdapterModel.from_pretrained("xlm-roberta-base")
4adapter_name = model.load_adapter("Blue7Bird/my-English_Translated-xlmr-adapter1", set_active=True)