r/LetsTalkLLMs

▲ 234 r/LetsTalkLLMs+3 crossposts

I built Reinforcement Learning Map

I built a free handbook where the entire field is laid out as an interactive map — ~25 algorithms grouped into branches (value-based, policy-based, model-based, planning), and clicking any node takes you to a full chapter with the intuition, math, and runnable code.

Site: rl-handbook.com
Code: github.com/lubludrova/rl-handbook

Would really appreciate feedback — especially where explanations are unclear or where you'd want more depth. What topics should I prioritize next?

u/Savings-Shoulder-976 — 5 days ago
▲ 97 r/LetsTalkLLMs+1 crossposts

DeepSpec - a deepseek-ai Collection

DeepSpec

DeepSpec is a full-stack codebase for training and evaluating draft models for speculative decoding. It contains data preparation utilities, draft model implementations, training code, and evaluation scripts.

Released Checkpoints

The checkpoints below are the ones used for Table 1 in the paper. Each checkpoint was trained on open-perfectblend data generated by its corresponding target model in non-thinking mode, and is the direct output of the corresponding training configuration under config/.

Algorithm Qwen/Qwen3-4B Qwen/Qwen3-8B Qwen/Qwen3-14B google/gemma-4-12B-it
Eagle3 deepseek-ai/eagle3_qwen3_4b_ttt7 deepseek-ai/eagle3_qwen3_8b_ttt7 deepseek-ai/eagle3_qwen3_14b_ttt7 deepseek-ai/eagle3_gemma4_12b_ttt7
DFlash deepseek-ai/dflash_qwen3_4b_block7 deepseek-ai/dflash_qwen3_8b_block7 deepseek-ai/dflash_qwen3_14b_block7 deepseek-ai/dflash_gemma4_12b_block7
DSpark deepseek-ai/dspark_qwen3_4b_block7 deepseek-ai/dspark_qwen3_8b_block7 deepseek-ai/dspark_qwen3_14b_block7 deepseek-ai/dspark_gemma4_12b_block7

>Important

If you cite these results in a new paper, align your setup with the training settings in this repository; otherwise, the comparison is not meaningful. For domain-specific use, fine-tune the draft model again for better results, especially if the target model is expected to run in thinking mode.

Supported Algorithms

Currently, DeepSpec includes three draft models: DSparkDFlash and Eagle3.

HuggingFace : https://huggingface.co/collections/deepseek-ai/deepspec

GitHub : https://github.com/deepseek-ai/DeepSpec

huggingface.co
u/Specter_Origin — 8 days ago