Why does this one have different tokenizer from the 32B model?

#1
by kz919 - opened

Curious what the difference is?

What makes you say they're different? The tokenizer.json files seem identical

Smaller models often use a slightly reduced vocabulary to save memory and compute on the embedding layers, while larger models like the 32B can afford the full, larger vocabulary for better text representation.

Sign up or log in to comment