Views
No views yet
talkie-lm/talkie-1930-13b-it — a 13B language model trained on pre-1931 English text — for use on Apple Silicon (M1/M2/M3/M4) via MLX.1git clone https://github.com/joseluissaorin/talkie-mlx.git
2cd talkie-mlx
3pip install -r requirements.txt
4
5hf download joseluissaorin/talkie-1930-13b-it-mlx-q8 \
6 --local-dir ~/models/talkie-1930-13b-it-mlx-q8
7
8python run.py generate \
9 --model ~/models/talkie-1930-13b-it-mlx-q8 \
10 --prompt "Write a brief letter from London, dated July 1925, describing the weather and news of the day." \
11 --max-tokens 200 --temperature 0.7 --top-p 0.9Dear Friend, It is raining to-day, and the roads are heavy. The weather is very unsettled. The news of the day is the report that the King is ill, and that his life is in danger. Believe me, Yours sincerely, JOHN BROWN.
python run.py chat --model ~/models/talkie-1930-13b-it-mlx-q8mx.quantize, group size 64.nn.Linear (attn_query, attn_key, attn_value, attn_resid, mlp_gate, mlp_linear, mlp_resid) and the token embedding.lm_head (kept in bf16, ~700 MB), per-head/-layer scalar gains, and the lm_head_gain scalar.model.safetensors.index.json.config.json # architecture + quantization params
vocab.txt # tiktoken BPE merges
model.safetensors.index.json # shard map
model-00001-of-00007.safetensors # ~2.4 GB (embedding + first blocks)
model-0000{2..6}-of-00007.safetensors # ~2.1 GB each
model-00007-of-00007.safetensors # ~0.5 GB1_000_000, NeoX split-half rotation (with the upstream's specific sign convention).q.n_mlp = 13696.attn_gain / mlp_gain (init (2·n_layer)^−0.5), global lm_head_gain.talkie-lm/talkie-1930-13b-it is also Apache 2.0.