Downloads · 30 days
13
3% of all-time downloads
PhysiQuanty/Wiki-Test2
Wiki-Test2 is a machine learning model from PhysiQuanty. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
Downloads · 30 days
13
3% of all-time downloads
All-time downloads
420
Public
Parameters
79.7M
638 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors319 MB · 100%
From the Hugging Face model README
Tokenizer-free / base-N model export.
from transformers import AutoModelForCausalLM
m = AutoModelForCausalLM.from_pretrained("./hf_binaryllm_repo", trust_remote_code=True)