#transformers
11pages tagged with "transformers"
programming
- attention interfaceโ unified attentioninterface for centralized attention method management with runtime switching
- modular transformersโ modular transformers architecture for reduced code duplication and easier model contributions
- quantizationโ 18+ quantization methods as first-class citizens in transformers v5.0
- serving and continuous batchingโ transformers serve command and continuous batching with paged attention for efficient inference
- tokenizer backend changesโ unified tokenizer backend system eliminating the fast/slow distinction in transformers v5.0
- TokenizersBackend does not existโ how to fix the "Tokenizer class TokenizersBackend does not exist or is not currently imported" error when loading models
- tokenizing raw executables for malware analysis with bbpeโ pretrained huggingface-compatible bpe tokenizers for raw binaries โ use them for malware classification, binary similarity, and reverse engineering with transformers
- transformers v5.0โ hugging face transformers v5.0 release overview, features, and migration guide
- transformers v5.0 migration guideโ breaking changes and migration guide for upgrading from transformers v4.x to v5.0
- vllm and sglang integrationโ transformers as backend for vllm and sglang inference engines with near-native performance