transformers/docs/source/en/model_doc/blt.md
2025-07-03 13:58:57 +00:00

5.6 KiB

PyTorch Flax FlashAttention SDPA

BLT

BLT

Overview

The BLT model was proposed in by .

The abstract from the paper is the following:

Tips:

This model was contributed by [INSERT YOUR HF USERNAME HERE](https://huggingface.co/). The original code can be found here.

BLTConfig

autodoc BLTConfig

BLTTokenizer

autodoc BLTTokenizer - build_inputs_with_special_tokens - get_special_tokens_mask - create_token_type_ids_from_sequences - save_vocabulary

BLTTokenizerFast

autodoc BLTTokenizerFast - build_inputs_with_special_tokens - get_special_tokens_mask - create_token_type_ids_from_sequences - update_post_processor - save_vocabulary

BLTModel

autodoc BLTModel - forward

BLTForCausalLM

autodoc BLTForCausalLM - forward

BLTForSequenceClassification

autodoc BLTForSequenceClassification - forward

BLTForQuestionAnswering

autodoc BLTForQuestionAnswering - forward

BLTForTokenClassification

autodoc BLTForTokenClassification - forward

FlaxBLTModel

autodoc FlaxBLTModel - call

FlaxBLTForCausalLM

autodoc FlaxBLTForCausalLM - call