How to use Subi003/GPT-Neo-125m-MathInstruct with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Subi003/GPT-Neo-125m-MathInstruct", dtype="auto")