Configuration for the transformer model.
More...
#include <TinyLLMAsset.h>
Configuration for the transformer model.
◆ dim
| int32_t TinyLLMConfig::dim = 0 |
◆ hidden_dim
| int32_t TinyLLMConfig::hidden_dim = 0 |
◆ n_heads
| int32_t TinyLLMConfig::n_heads = 0 |
◆ n_kv_heads
| int32_t TinyLLMConfig::n_kv_heads = 0 |
◆ n_layers
| int32_t TinyLLMConfig::n_layers = 0 |
◆ seq_len
| int32_t TinyLLMConfig::seq_len = 0 |
◆ vocab_size
| int32_t TinyLLMConfig::vocab_size = 0 |
The documentation for this struct was generated from the following file: