DAT-sa16-ra16-nr64-ns2048-sh8-nkvh8-1.27B

This is a Dual-Attention Transformer Language Model, trained on the fineweb-edu dataset. The model is 1.27B parameters.

Model Details

Size Training Tokens Layers Model Dimension Self-Attention Heads Relational Attention Heads Relation Dimension Context Length
1B 10B 24 2048 16 16 64 1024

Model Description

  • Developed by: Awni Altabaa, John Lafferty
  • Model type: Decoder-only Dual Attention Transformer
  • Tokenizer: GPT-2 BPE tokenizer
  • Language(s): English
  • Date: August, 2024

Model Sources

Model Usage

Use the code below to get started with the model. First, install the dual-attention python package hosted on PyPI via pip install dual-attention.

To load directly from huggingface hub, use the HFHub wrapper.

from dual_attention.hf import DualAttnTransformerLM_HFHub

DualAttnTransformerLM_HFHub.from_pretrained('awni00/DAT-sa16-ra16-nr64-ns2048-sh8-nkvh8-1.27B')

Training Details

The model was trained using the following setup:

  • Architecture: Decoder-only Dual Attention Transformer
  • Framework: PyTorch
  • Optimizer: AdamW
  • Learning Rate: 6e-4 (peak)
  • Weight Decay: 0.1
  • Batch Size: 524,288 Tokens
  • Sequence Length: 1024 tokens
  • Total Training Tokens: 10B Tokens

For more detailed training information, please refer to the paper.

Evaluation

See paper.

Model Interpretability Analysis

The DAT-LM-Visualization app is built to visualize the representations learned in a Dual Attention Transformer language model. It is hosted on Huggingface spaces using their free CPU resources. You can select a pre-trained DAT-LM model, enter a prompt, and visualize the internal representations in different parts of the model. You can also run the app locally (e.g., to use your own GPU) via the PyPI package.

Also, see paper.

Citation

@misc{altabaa2024disentanglingintegratingrelationalsensory,
      title={Disentangling and Integrating Relational and Sensory Information in Transformer Architectures}, 
      author={Awni Altabaa and John Lafferty},
      year={2024},
      eprint={2405.16727},
      archivePrefix={arXiv},
      primaryClass={cs.LG},
      url={https://arxiv.org/abs/2405.16727},
}
Downloads last month
7
Safetensors
Model size
1.28B params
Tensor type
F32
·
Inference Examples
Unable to determine this model's library. Check the docs .

Collection including awni00/DAT-sa16-ra16-nr64-ns2048-sh8-nkvh8-1.27B