The i3 Model is designed to optimize pretraining efficiency while retaining core language modeling capabilities. Its architecture allows training on memory-constrained hardware, including CPU-only setups, without sacrificing sequence modeling performance. > [!Note] > The i3 architecture is present within the model for highly efficient pretraining. It is designed to reduce memory usage, speed up training, and allow pretraining from scratch on tiny hardware. Internal details are abstracted for simplicity. Vocabulary Size: 4,466 (variable-length chunks) Hidden Dimension: 512 Number of Layers: 12 Max Sequence Length: 256 Total Parameters: 12,691,186 Tokenization: Memory-efficient variable-length chunking (2–3 characters) The i3 model targets CPU-friendly, memory-constrained pretraining, emphasizing: Long-range sequence modeling Low-rank weight updates for memory savings Efficient factorized attention 4-bit weights and microbatching for minimal memory footprint > Key idea Sequence length: 128–512 tokens Model size: ~12M parameters…
Модальности:
Генерация текста
Области применения:
Диалог / чат
Задача: Генерация текста
Автор: i3-lab
Теги: i3, conversational, efficient, i3-architecture, custom_code, en
Лайков: 4 | Загрузок: 80
Описание основано на материалах HuggingFace. Перевод выполнен автоматически.