How to use Interplay-LM-Reasoning/extrapolation_rl with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Interplay-LM-Reasoning/extrapolation_rl", dtype="auto")