Views
No views yet
uladzislauk/microsoft-deberta-v3-large-glasdoor-cls-40k for microsoft/deberta-v3-largemicrosoft/deberta-v3-large 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("microsoft/deberta-v3-large")
4adapter_name = model.load_adapter("uladzislauk/microsoft-deberta-v3-large-glasdoor-cls-40k", set_active=True)