Views
No views yet
AutoModelForCausalLM and AutoTokenizer.[!NOTE] This base model was ported to Hugging Face format by Xiaoning Wang, based on the version automatically converted by Hugging Face's ML Intern at lewtun/talkie-1930-13b-it-hf — an AI agent for ML engineering tasks. Try it yourself via the CLI or the Demo.
transformers installed:pip install -U transformers torch| Component | Details |
|---|---|
| Parameters | 13B |
| Layers | 40 |
| Attention heads | 40 (MHA, no GQA) |
| Hidden size | 5120 |
| Head dimension | 128 |
| Intermediate size (MLP) | 13696 |
| Position encoding | RoPE (θ = 1,000,000) |
| Activation | SwiGLU |
| Normalization | RMSNorm (pre-norm) |
| Context length | 2048 |
| Vocabulary | 65,540 (65,535 BPE + 5 special tokens) |
| Precision | bfloat16 |
.pt state dict was remapped to a PreTrainedModel subclass (TalkieForCausalLM) and saved as safetensorsPreTrainedTokenizerFast with the HuggingFace TikTokenConverter, including all 5 special tokens (<|endoftext|>, <|end|>, <|user|>, <|assistant|>, <|system|>)trust_remote_code=True.