Siehe auch Transformer with Spacy
A Tour of 🤗Transformer Applications
HuggingFace Tutorials / Courses
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!