| --- | |
| # 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) |
| --- | |
| # 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) |