Transformers How to use alielfilali01/LoRA-Land-TopicIdentificationAdapter with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("alielfilali01/LoRA-Land-TopicIdentificationAdapter", dtype="auto")