Overview of Happy Transformer capabilities
masterHappy Transformer is a library designed to simplify fine-tuning and performing inference with NLP Transformer models. It provides high-level abstractions for several common NLP tasks, supporting both basic usage (inference) and training (fine-tuning) for most workflows.
Supported tasks include:
- Text Generation: Inference and Training
- Text Classification: Inference and Training
- Question Answering: Inference and Training
- Word Prediction: Inference and Training
- Text-to-Text: Inference and Training
- Token Classification: Inference only
- Next Sentence Prediction: Inference only