Siehe auch Transformer with Spacy

The 🤗 Ecosystem

HuggingFace Model Hub

A Tour of 🤗Transformer Applications

HuggingFace Spaces

HuggingFace Tutorials / Courses

Fine-Tuning your custom LLM

Huggingface Agent

🤗Transformers - Bridging the Gap

Transformer Basics

Applying a novel machine learning architecture to a new task can be a complex undertaking, and usually involves the following steps:

This is where a 🤗Transformers comes to the NLP practitioner's rescue! It provides a standardized interface to a wide range of transformer models as well as code and tools to adapt these models to new use cases. The library currently supports three major deep learning frameworks (PyTorch, TensorFlow, and JAX) and allows you to easily switch between them. In addition, it provides task-specific heads so you can easily fine-tune transformers on downstream tasks such as text classification, named entity recognition, and question answering. This reduces the time it takes a practitioner to train and test a handful of models from a week to a single afternoon!