Skip to content

wangbei1/Nativetok

Repository files navigation

NativeTok

📌 Model Checkpoints

These weights are trained based on the MaskGIT architecture with OrderTok tokenization strategies.

File Name Description Resolution Link
maskgit128_ordertok.bin MaskGIT 256x256 Download
Nativetok_128_300000_stage2.bin Nativetok_128 checkpoint 256x256 Download

🚀 Quick Start

Download Weights

You can use huggingface_hub to download the weights directly:

from huggingface_hub import hf_hub_download

# Download the main weight
checkpoint_path = hf_hub_download(
    repo_id="wangbei1/Nativetok", 
    filename="maskgit128_ordertok.bin"
)

print(f"Model downloaded to: {checkpoint_path}")

Related Resources

Base Framework (1D-Tokenizer): 1D-Tokenizer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published