Wiki-Test2 / README.md
PhysiQuanty's picture
Update README.md
cc817b1 verified
---
# 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)