IBM's most downloaded model is not a chatbot — and it is five times ahead of the one that is
Published: 9/1/2026 · Source: Licznik pobrań i karty modeli konta ibm-granite na Hugging Face ↗
The most used model IBM publishes cannot answer a question, hold a conversation or write a line of code. It has 47 million parameters, reads text and returns a list of 384 numbers. In the thirty days to 1 September 2026 it was downloaded about 5.75 million times — five times more often than Granite 4.1 8B, the company's most popular chat model, and more than every Granite chat model put together.
The model is Granite Embedding Small English R2, published in August 2025. It is an embedding model: it converts a piece of text into a position in space, so that a search system can find the passages closest in meaning to a question. Nobody talks to it. It sits underneath the search box, under document retrieval, and under every setup that hands a language model the right paragraph before the model answers.
We wrote yesterday that Granite 4.1 8B was IBM's most used model. A scan of the company's entire Hugging Face account shows that is true only of the models that talk. The correction is worth making because the ranking says something about the industry: benchmark tables, launch events and press coverage are organised around chat models, while the counter of actual use is topped by infrastructure. The arithmetic is simple — a retrieval system calls its embedding model on every document it indexes and every query a user types, while a chat model is called once per conversation.
The same pattern repeats down IBM's list. Third place goes to a time-series forecaster, ahead of the flagship 30-billion-parameter chat model. Two more embedding models and a content guardian sit above most of the conversational catalogue.
There is a second detail in these model cards that deserves attention. IBM states outright that it did not train on MS MARCO, the retrieval dataset most open embedding models use, because its licence forbids commercial use. That choice costs measurable accuracy, and the company took it anyway — the same trade-off it documented last week, when it released a speech model in two versions and barred commercial use of the better one. Read together, the two decisions describe a company that would rather publish a slightly weaker model than one its customers cannot legally deploy.
The multilingual sibling released in April 2026 carries a detail with local weight: 52 languages received explicit training, Polish among them. Every Granite chat model lists twelve tested languages, and Polish is in none of them. For a Polish organisation wanting to search its own documents with an IBM model, the search encoder is not the second choice — it is the only one.