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