How to use KISTI-AI/Scideberta-full with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="KISTI-AI/Scideberta-full")
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("KISTI-AI/Scideberta-full", dtype="auto")