Slide 6
Slide 6 text
What is … Huggingface Transformers?
© 2021 Optum, Inc. All rights reserved. Confidential property of Optum. Do not distribute or reproduce without express permission from Optum. 6
• APIs to download and use those pretrained models
on a given text, and fine-tune them on your own
datasets.
• Each module defining an architecture is fully
standalone and can be modified to enable research
experiments.
• Integration to Jax, PyTorch and TensorFlow.
Library that contains state-of-the-art
pretrained models for NLP to
perform tasks on texts such as:
• Feature Extraction
• Fill-Mask
• Named Entity Recognition
• Question Answering
• Sentiment Analysis
• Summarisation
• Text Generation
• Translation