Tag: vocabulary
-
Hacker News: Sketch-of-Thought: Efficient LLM Reasoning
Source URL: https://arxiv.org/abs/2503.05179 Source: Hacker News Title: Sketch-of-Thought: Efficient LLM Reasoning Feedly Summary: Comments AI Summary and Description: Yes Summary: The provided text discusses a novel prompting framework called Sketch-of-Thought (SoT) aimed at optimizing large language models (LLMs) by minimizing token usage while maintaining or improving reasoning accuracy. This innovation is particularly relevant for AI…
-
Hacker News: I built a large language model "from scratch"
Source URL: https://brettgfitzgerald.com/posts/build-a-large-language-model/ Source: Hacker News Title: I built a large language model "from scratch" Feedly Summary: Comments AI Summary and Description: Yes Summary: The text provides a detailed account of the author’s experience learning about and building a Large Language Model (LLM) based on insights from Sebastian Raschka’s book. It emphasizes the technical processes…
-
Hacker News: A minimal PyTorch implementation for training your own small LLM from scratch
Source URL: https://github.com/Om-Alve/smolGPT Source: Hacker News Title: A minimal PyTorch implementation for training your own small LLM from scratch Feedly Summary: Comments AI Summary and Description: Yes **Summary:** This text describes a minimal PyTorch implementation for training a small Language Model (LLM) from scratch, intended primarily for educational purposes. It showcases modern techniques in LLM…
-
Simon Willison’s Weblog: Anomalous Tokens in DeepSeek-V3 and r1
Source URL: https://simonwillison.net/2025/Jan/26/anomalous-tokens-in-deepseek-v3-and-r1/#atom-everything Source: Simon Willison’s Weblog Title: Anomalous Tokens in DeepSeek-V3 and r1 Feedly Summary: Anomalous Tokens in DeepSeek-V3 and r1 Glitch tokens (previously) are tokens or strings that trigger strange behavior in LLMs, hinting at oddities in their tokenizers or model weights. Here’s a fun exploration of them across DeepSeek v3 and R1.…