Posts

ReAct - How GPT and Other Large Language Models Learn To Think and Act


Reading Time: 9 minutes
Learn how the ReAct method improves the capabilities of language models

Enhancing AI Accuracy with Reader-Retriever Models + Example Code


Reading Time: 13 minutes
HoLearn how reader-retriever models can improve the accuracy and credibility of AI-generated answers.

A Beginner’s Guide to Tokens, Vectors, and Embeddings in NLP


Reading Time: 15 minutes
Understand the core concepts of NLP with a deeper understanding of tokens, embeddings, and vectors.

Exploring Different Metrics For Natural Language Processing & Generation


Reading Time: 8 minutes
How to judge the quality of texts produced by artificial intelligence with commonly used metrics.

Creating Human-like Text with Contrastive Search and GPT-2


Reading Time: 15 minutes
How to implement contrastive search with the Huggingface Transformers library and improve your text generation performance.