diff options
Diffstat (limited to 'misc/py-transformers/pkg-descr')
-rw-r--r-- | misc/py-transformers/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/py-transformers/pkg-descr b/misc/py-transformers/pkg-descr new file mode 100644 index 000000000000..df86f100b696 --- /dev/null +++ b/misc/py-transformers/pkg-descr @@ -0,0 +1,10 @@ +Transformers acts as the model-definition framework for state-of-the-art machine +learning models in text, computer vision, audio, video, and multimodal model, +for both inference and training. + +It centralizes the model definition so that this definition is agreed upon +across the ecosystem. transformers is the pivot across frameworks: if a model +definition is supported, it will be compatible with the majority of training +frameworks (Axolotl, Unsloth, DeepSpeed, FSDP, PyTorch-Lightning, ...), +inference engines (vLLM, SGLang, TGI, ...), and adjacent modeling libraries +(llama.cpp, mlx, ...) which leverage the model definition from transformers. |