How to use aiface/CafeBERT_massive with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("aiface/CafeBERT_massive", dtype="auto")
How to fix it?