RNN 500/10 + RT09 LM (NIST RT05)
No estimate
No hardware requirements for this model
The weights for this model have not been published, so it cannot be downloaded or run on your own hardware at any size. It is reachable only through its provider, and no graphics card changes that.
On record
Full specification
Everything on record for this model. Most of it describes how it was trained rather than how it runs — useful context for judging how much work went into it, and how it compares with models built at a different scale.
Origin
Who built this model, where, and when it was published.
- Organisation
- Brno University of Technology,Johns Hopkins University
- Organisation type
- Academia,Academia
- Country
- Czechia, United States of America
- Published
- 26 September 2010
- Authors
- T. Mikolov, M. Karafiat, L. Burget, J. Cernocky, and S. Khudanpur
What it does
The problem areas the model was built for. A model can carry several of each.
- Domain
- Speech
- Task
- Transcription
Size
How large the model is and how much data it was trained on. Parameters are the figure that decides whether it fits on a given graphics card.
- Parameters
- 19.3M
- Training data
- 5,400,000 tokens
"The acoustic HMMs are based on cross-word tied-states triphones trained discriminatively using MPE criteria. Feature extraction use 13 Mel-PLP’s features with deltas, double and triple deltas reduced by HLDA to 39-dimension feature vector" RNN 500/10 indicates that the model has a 500 units in the hidden layer and merges words that occur less than 10 times in the training set. Section 4.2 in this paper appears to indicate that NIST RT05 has a vocabulary of 50k words: https://www.fit.vut.cz/pe…
"Table 4: Comparison of very large back-off LMs and RNN LMs trained only on limited in-domain data (5.4M words)."
Training compute
The arithmetic performed to train the model, measured in floating-point operations. It is a measure of what the training run cost, not of how fast the finished model answers you.
- Training compute
- 1.3 × 10¹⁶ FLOP
- How it was established
- Operation counting
"Convergence is usually achieved after 10-20 epochs." Assuming a backward-forward ratio of 2:1, since this is a shallow network 6 * 19250000 * 5.4M * 20 = 1.25e16
How it is classified
Labels the source dataset applies when tracking notable models, and how confident it is in the entry.
- Why it is tracked
- Highly cited
- Record confidence
- Confident
- Citations
- 6,038
Sources
Where this record came from and when it was last checked.
- Reference
- Recurrent neural network based language model
- Last updated
- 11 February 2026
What the numbers mean
What this model is
RNN 500/10 + RT09 LM (NIST RT05) was published by Brno University of Technology,Johns Hopkins University, in the country recorded as Czechia, during September 2010. The category the publisher falls under is academia,Academia.
It works in the domain of Speech, and is recorded as performing the task of transcription.
Because the weights are not available, none of the hardware figures elsewhere on this site apply to it.
What went into building it
The training run consumed about 1.3 × 10¹⁶ FLOP. That figure measures what producing the model cost, and has no bearing on how fast it answers.
It was trained on a corpus of about 5,400,000 tokens of text.
The reason it appears in this catalogue at all: highly cited.
Answers
RNN 500/10 + RT09 LM (NIST RT05) — common questions
RNN 500/10 + RT09 LM (NIST RT05)— how many parameters does it have?
It has a parameter count of 19.3M. "The acoustic HMMs are based on cross-word tied-states triphones trained discriminatively using MPE criteria. Feature extraction use 13 Mel-PLP’s features with deltas, double and triple deltas reduced by HLDA to 39-dimension feature vector" RNN 500/10 indicates that the model has a 500 units in the hidden layer and merges words that occur less than 10 times in the training set. Section 4.2 in this paper appears to indicate that NIST RT05 has a vocabulary of 50k words: https://www.fit.vut.cz/person/imikolov/public/rnnlm/char.pdf Using this dataset of english word frequencies ... https://www.kaggle.com/datasets/rtatman/english-word-frequency ... we can estimate that the number of words in the final vocabulary would have been around 19k when merging with threshold 5: https://colab.research.google.com/drive/1K5qH0EqXtFwTLESNtp4oelCM28GpGXt6?usp=sharing Thus the model in question would have: (500 + 19k) * 500 + 500 * 19k = 19250000 parameters The RT09 LM they interpolate with appears to be a 4-gram model. In one sense, n-gram models have parameters roughly equal to the number of unique n-grams in the training data. For comparison, the Google Web 1T 5-gram corpus has 1.3B unique 4-grams: https://catalog.ldc.upenn.edu/LDC2006T13 However, these aren't parameters in the same sense as neural networks as they are accessed as a lookup table, so on each forward pass only one parameter is active. I choose not to include these parameters in our count. That figure is the total, and it is what decides how much memory the model needs — roughly half a gigabyte per billion at the compression most people use.
RNN 500/10 + RT09 LM (NIST RT05)— who created it?
It was published by Brno University of Technology,Johns Hopkins University, based in Czechia, an organisation categorised as academia,Academia.
RNN 500/10 + RT09 LM (NIST RT05)— when was it released?
It was published in September 2010. Capability per parameter has improved considerably since, so a newer model of the same size is often the better use of the same hardware.
RNN 500/10 + RT09 LM (NIST RT05)— what is it used for?
It works in the domain of Speech, and is recorded as handling the task of transcription. A model can carry several of each, so these are the areas it was built for rather than a limit on what it will attempt.
RNN 500/10 + RT09 LM (NIST RT05)— how much compute was used to train it?
Training consumed around 1.3 × 10¹⁶ FLOP. That measures what producing the model cost and says nothing about how quickly it answers once trained — inference speed comes from memory bandwidth, not from the training budget.
RNN 500/10 + RT09 LM (NIST RT05)— what GPU do I need to run it?
None. This is a closed model — its weights were never published, so it cannot be downloaded or run on your own hardware at any price. It is reachable only through its provider.
RNN 500/10 + RT09 LM (NIST RT05)— is it open source?
The licensing was never recorded in our source data. We treat unstated licensing as closed, because an unrecorded licence is not one to rely on.
The other direction
Looking at it from the other side?
This page starts from the model. If you already own a card and want to know everything it will run, start from the hardware instead.