How to use Relacosm/Judge-Lex-DialoGPT-v1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Relacosm/Judge-Lex-DialoGPT-v1", dtype="auto")
How to fix it?