Views
No views yet
BigTMiami/n_par_bn_v_1_e_20_pre_adapter for roberta-baseroberta-base model that was trained on the BigTMiami/amazon_MICRO_helpfulness_dataset_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/n_par_bn_v_1_e_20_pre_adapter", source="hf", set_active=True)