tokenizer

Tag

Cards List
#tokenizer

@percyliang: ! Tokenization is the first thing you do in CS336 (language models from scratch). If Marcel can work his magic for the …

X AI KOLs Following · 5d ago Cached

Marcel Rød announces Gigatoken, a tokenizer implementation that is 500-1000x faster than HuggingFace and 100x faster than OpenAI's tiktoken, built in Rust.

0 favorites 0 likes
#tokenizer

Gigatoken (GitHub Repo)

TLDR AI · 5d ago Cached

Gigatoken is a drop-in replacement tokenizer claiming up to 1000x speedup over HuggingFace's tokenizers, supporting many common tokenizers and CPUs.

0 favorites 0 likes
#tokenizer

Gigatoken: A new open source tokenizer ~100x faster than Tiktoken, -500-1000x faster than Huggingface

Reddit r/LocalLLaMA · 5d ago Cached

Gigatoken is an open-source tokenizer that achieves up to 1000x speedup over HuggingFace tokenizers and 100x over Tiktoken, using SIMD and caching optimizations. It supports drop-in replacement for existing tokenizer APIs.

0 favorites 0 likes
#tokenizer

The real prices of frontier models. Tokens * Price, right?

Hacker News Top · 2026-07-13 Cached

The article reveals that the actual cost of using frontier models varies significantly due to tokenizer differences, with TypeScript costing up to 73% more tokens on Claude than GPT, hidden from pricing pages.

0 favorites 0 likes
#tokenizer

Qwen-Music Technical Report

Hugging Face Daily Papers · 2026-07-13 Cached

Qwen-Music is a music generation model that produces high-fidelity songs with vocals, supporting text-to-music and cover song generation. It uses a novel Melody-Chain-of-Thought mechanism and achieves state-of-the-art results on 13 of 16 objective metrics.

0 favorites 0 likes
#tokenizer

Can we reconstruct a closed-source LLM tokenizer using only two oracles from the chat API?

Reddit r/LocalLLaMA · 2026-07-11

This paper explores the feasibility of reconstructing the tokenizer of a closed-source large language model using only two oracle queries from its chat API, potentially revealing internal representation details.

0 favorites 0 likes
#tokenizer

Price per 1M tokens is meaningless

Hacker News Top · 2026-07-06 Cached

This article argues that comparing AI models by price per million tokens is misleading due to differences in tokenizers and token efficiency. It provides a benchmark cost analysis showing that models with higher per-token prices can be cheaper per completed task, with DeepSeek V4 Pro being a strong cost-efficiency outlier.

0 favorites 0 likes
#tokenizer

What's new in Claude Sonnet 5

Simon Willison's Blog · 2026-06-30 Cached

Anthropic released Claude Sonnet 5, a model with performance near Opus 4.8 at lower prices, but featuring a new tokenizer that increases token counts for English and code by ~30%, effectively raising costs.

0 favorites 0 likes
#tokenizer

Sonnet 5 - its updated tokenizer maps the same text to more tokens (roughly 1.0–1.35× depending on content), so cost per task can be higher.

Reddit r/ArtificialInteligence · 2026-06-30

Anthropic released Claude Sonnet 5 with improved reasoning, tool use, and coding, but its updated tokenizer maps text to more tokens (up to 1.35×), increasing effective cost per task despite the same listed price; introductory pricing applies until August 31, 2026.

0 favorites 0 likes
#tokenizer

Claude Sonnet 5 Could Be Released Later Today, But May Not Be Better Than Opus 4.8

Reddit r/singularity · 2026-06-30

Claude Sonnet 5 may be released later today, featuring a new tokenizer, high-resolution vision, and marketed as Sonnet-priced near-Opus performance, but it may not exceed Opus 4.8.

0 favorites 0 likes
#tokenizer

BrainG3N: A Dual-Purpose Tokenizer for Controllable 3D Brain MRI Generation

arXiv cs.AI · 2026-06-20 Cached

Introduces BrainG3N, a dual-purpose tokenizer for 3D brain MRI latent diffusion using a frozen masked autoencoder encoder for clinically informative embeddings and a CNN decoder for reconstruction, achieving state-of-the-art performance on a 23-task benchmark and enabling controllable generation and longitudinal forecasting.

0 favorites 0 likes
#tokenizer

quicktok: a faster tokenizer (exact and byte-identical with tiktoken) [P]

Reddit r/MachineLearning · 2026-06-16

quicktok is a fast and exact BPE tokenizer in C++ that is byte-identical with tiktoken, achieving 2–11x speedup over existing alternatives. It supports cl100k, o200k, GPT-OSS, Llama-3, and Qwen2.5/3 encoders.

0 favorites 0 likes
#tokenizer

@PierceZhang34: Train a Small Model in 10 Seconds! First Look at the LLM Training Tool: http://llm.istanbul Recently discovered a super fun open-source style tool website — http://llm.istanbul, which claims to be a WebGPU LLM Workbench, meaning it fully...

X AI KOLs Timeline · 2026-06-12 Cached

Introduces llm.istanbul, a WebGPU LLM workbench that lets you train small models, train tokenizers, and generate text entirely in the browser, no server required, fully local.

0 favorites 0 likes
#tokenizer

Time Series as Language: A Universal Tokenizer for General-Purpose Time Series Foundation Models

arXiv cs.LG · 2026-06-10 Cached

Introduces UniTok, a universal tokenizer that transforms continuous time series into discrete tokens, and UniTok-FM, a foundation model pretrained via next-token prediction that enables zero-shot and prompt-boosted forecasting as well as few-shot generation and classification through training-free in-context inference.

0 favorites 0 likes
#tokenizer

MiniCPM5 1B - what is it?

Reddit r/LocalLLaMA · 2026-06-01

MiniCPM5-1B is a new small language model from OpenBMB, apparently built from scratch with its own tokenizer and distinct behavior, generating excitement as a capable 1B model.

0 favorites 0 likes
#tokenizer

Add MiniCPM5 tokenizer support by zhangtao2-1 · Pull Request #23384 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-05-27 Cached

This pull request adds tokenizer support for MiniCPM5 to llama.cpp, extending the tool's compatibility with the MiniCPM family of models.

0 favorites 0 likes
#tokenizer

[NEW] Supra-50M Released!

Reddit r/LocalLLaMA · 2026-05-22

SupraLabs released Supra-50M, a compact 50M-parameter causal language model with base and instruct versions, trained on 20B tokens from fineweb-edu, achieving competitive benchmarks against larger models like GPT-2 and SmolLM.

0 favorites 0 likes
#tokenizer

ztok — a fast multithreaded tokenizer in Zig that loads tiktoken / HF / SentencePiece and is 2–5× faster

Reddit r/LocalLLaMA · 2026-05-22

ztok 是一个用 Zig 编写的高性能多线程分词器库,支持多种格式(tiktoken、HF、SentencePiece 等),速度比现有方案快 2–5 倍,适用于 RAG 分块和数据集分词。

0 favorites 0 likes
#tokenizer

@lvwerra: We are releasing Carbon: a crazy fast DNA model Carbon is 275x faster than the next best model. So fast you can process…

X AI KOLs Following · 2026-05-19 Cached

HuggingFace releases Carbon, a DNA model that is 275x faster than the previous state-of-the-art (Evo2), enabling processing of the entire human genome on a single GPU in under two days. The model uses a unique tokenizer that splits sequences into 6-base chunks while maintaining single-base resolution, and comes with an interactive demo.

0 favorites 0 likes
#tokenizer

Number-aware embeddings

Reddit r/LocalLLaMA · 2026-05-19

A technique to make embedding models aware of number ordering by overriding tokenizer and MLM fine-tuning, achieving 59% accuracy on number sorting benchmarks.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback