How to use ishanarang/fine-tuned-model-without-context with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ishanarang/fine-tuned-model-without-context", dtype="auto")