5.6 KiB
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