Transformers How to use nogae/deberta-v3-base-financial-question-classification-adapters with Transformers:
# Load model directly
from transformers import AutoTokenizer, Adapter
tokenizer = AutoTokenizer.from_pretrained("nogae/deberta-v3-base-financial-question-classification-adapters")
model = Adapter.from_pretrained("nogae/deberta-v3-base-financial-question-classification-adapters")