Transformers

Al about transformer models
Aug
09
Llama-2 Made Easy. Fine-tune and Perform Inference With a Transformer Model

Llama-2 Made Easy. Fine-tune and Perform Inference With a Transformer Model

Learn how to use Happy Transformer to train Llama-2 with only a few lines of Python code
6 min read
Aug
17
Keywords to Text With GPT-Neo

Keywords to Text With GPT-Neo

Learn how to produce original text from a set of keywords with GPT-Neo by using prompt engineering
4 min read
Aug
16
Three Text Classification Techniques That Require Little to no Data

Three Text Classification Techniques That Require Little to no Data

No data? No problem. Learn about three must know text classification techniques for NLP engineers.
6 min read
Jul
18
Keyword Extraction With KeyBERT

Keyword Extraction With KeyBERT

Learn how to identify the top keywords and phrases within a body of text with KeyBERT.
6 min read
Jun
10
Topic Modelling With BERTopic

Topic Modelling With BERTopic

Learn how to perform topic modelling to determine what topics are within unlabelled text data using BERTopic with Python.
6 min read
Jun
08
Semantic Similarity With Sentence Transformers

Semantic Similarity With Sentence Transformers

Learn how to use Sentence Transformers to compute the similarity between sentences
5 min read
Jun
03
Text Classification With Happy Transformer and Hugging Face's Evaluate Library

Text Classification With Happy Transformer and Hugging Face's Evaluate Library

Learn how to train and evaluate a sentiment analysis model using Happy Transformer and Hugging Face's brand new Evaluate library
5 min read
Jun
03
How to Use Hugging Face's New Evaluate Library

How to Use Hugging Face's New Evaluate Library

Learn how to leverage Hugging Face's brand new library called Evaluate to evaluate your AI models with just a few lines of code
3 min read
Oct
07
Text Classification With Hugging Face's API

Text Classification With Hugging Face's API

There's no need for expensive hardware or backend developers to deploy the latest and greatest text classification Transformer models
3 min read
Oct
02
GPT-Neo With Hugging Face's Transformers API

GPT-Neo With Hugging Face's Transformers API

Learn how to implement EleutherAI's 2.7 billion parameter open-source version of GPT-3 with Hugging Face's API
4 min read