Is the fine tuned model unable to use ?

#2
by AshBlanc - opened

Is the fine tuned model not allowed to use via transformers or any other (hf) library currently ?

Fixed. Thanks for your kind reminder.
You can now load directly load the model by

from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("QizhiPei/DeepSeekMath-7B-MathFusion")
model = AutoModelForCausalLM.from_pretrained("QizhiPei/DeepSeekMath-7B-MathFusion")
QizhiPei changed discussion status to closed
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment