Views
No views yet
main (chck_1000M); intermediate checkpoints (if present) on
chck_<N>M branches. Custom model — load with trust_remote_code=True.1from transformers import AutoModelForCausalLM, AutoTokenizer
2m = AutoModelForCausalLM.from_pretrained("PatrickHaller/hrm-rec-strict", trust_remote_code=True)
3t = AutoTokenizer.from_pretrained("PatrickHaller/hrm-rec-strict")