Views
No views yet
BigTMiami/first_test_adapter for roberta-baseroberta-base model that was trained on the BigTMiami/small_amazon_2_500_condensed dataset and includes a prediction head for masked lm.adapters:pip install -U adapters1from adapters import AutoAdapterModel
2
3model = AutoAdapterModel.from_pretrained("roberta-base")
4adapter_name = model.load_adapter("BigTMiami/first_test_adapter", source="hf", set_active=True)