Categories
Albert BERT data science DistilBert feature extraction Huggingface Machine learning NER ONNX python question answering sentiment seq to seq transformers zero shot classification

Faster transformer NLP pipeline using ONNX

See how ONNX can be used for faster CPU inference performance using the Huggingface transformer NLP pipeline with few changes.

Categories
Albert BERT data science DistilBert Huggingface Machine learning NLP paraphrase python question answering question generation sentiment sentiment span seq to seq Summary Text2TextGeneration transformers translation

Text2TextGeneration pipeline by Huggingface transformers

Text2TextGeneration is a single pipeline for all kinds of NLP tasks like Question answering, sentiment classification, question generation, translation, paraphrasing, summarization, etc.
Let’s see how the Text2TextGeneration pipeline by Huggingface transformers can be used for these tasks.

How to do semantic document similarity using BERT Zero-shot classification using Huggingface transformers