How to use gistarrr7/roberta-large_Explainable with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("gistarrr7/roberta-large_Explainable") model = AutoModel.from_pretrained("gistarrr7/roberta-large_Explainable")
No model card