| # nanochat EOS-chat (SFT) | |
| Nanochat SFT checkpoint and tokenizer for EOS-chat. | |
| ## Files | |
| - `chatsft_checkpoints/d26/model_000704.pt` – model state dict | |
| - `chatsft_checkpoints/d26/meta_000704.json` – config and metadata | |
| - `tokenizer/` – tokenizer files | |
| ## Load with nanochat | |
| Clone this repo and set it as the nanochat base directory: | |
| ```bash | |
| git clone https://huggingface.co/ksjpswaroop/nanochat-eos nanochat-eos | |
| export NANOCHAT_BASE_DIR=$(pwd)/nanochat-eos | |
| python -m scripts.chat_cli # use SFT model | |
| ``` | |