Duplicated from PhysiQuanty/Patent-Test-Radix-65536-AutoTokenizer_FineTune
6b76d72 efda231
1
2
3
4
5
6
7
8
9
10
--- # BinaryLLM (HF export) Tokenizer-free / base-N model export. ## Load ```python from transformers import AutoModelForCausalLM m = AutoModelForCausalLM.from_pretrained("./hf_binaryllm_repo", trust_remote_code=True)