Introduction to Transformers for NLP: With the Hugging Face Library and Models to Solve Problems
Autor Shashank Mohan Jainen Limba Engleză Paperback – 21 oct 2022
Get a hands-on introduction to Transformer architecture using the Hugging Face library. This book explains how Transformers are changing the AI domain, particularly in the area of natural language processing.
This book covers Transformer architecture and its relevance in natural language processing (NLP). It starts with an introduction to NLP and a progression of language models from n-grams to a Transformer-based architecture. Next, it offers some basic Transformers examples using the Google colab engine. Then, it introduces the Hugging Face ecosystem and the different libraries and models provided by it. Moving forward, it explains language models such as Google BERT with some examples before providing a deep dive into Hugging Face API using different language models to address tasks such as sentence classification, sentiment analysis, summarization, and text generation.
After completing Introduction to Transformers for NLP, you will understand Transformer concepts and be able to solve problems using the Hugging Face library.
This book covers Transformer architecture and its relevance in natural language processing (NLP). It starts with an introduction to NLP and a progression of language models from n-grams to a Transformer-based architecture. Next, it offers some basic Transformers examples using the Google colab engine. Then, it introduces the Hugging Face ecosystem and the different libraries and models provided by it. Moving forward, it explains language models such as Google BERT with some examples before providing a deep dive into Hugging Face API using different language models to address tasks such as sentence classification, sentiment analysis, summarization, and text generation.
After completing Introduction to Transformers for NLP, you will understand Transformer concepts and be able to solve problems using the Hugging Face library.
What You Will Learn
- Understand language models and their importance in NLP and NLU (Natural Language Understanding)
- Master Transformer architecture through practical examples
- Use the Hugging Face library in Transformer-based language models
- Create a simple code generator in Python based on Transformer architecture
Who This Book Is For
Data Scientists and software developers interested in developing their skills in NLP and NLU (Natural Language Understanding)
Preț: 152.57 lei
Preț vechi: 190.71 lei
-20% Nou
Puncte Express: 229
Preț estimativ în valută:
29.20€ • 30.40$ • 24.68£
29.20€ • 30.40$ • 24.68£
Carte disponibilă
Livrare economică 18 februarie-04 martie
Livrare express 01-07 februarie pentru 54.17 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484288436
ISBN-10: 1484288432
Pagini: 165
Ilustrații: XI, 165 p. 80 illus.
Dimensiuni: 155 x 235 x 12 mm
Greutate: 0.26 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484288432
Pagini: 165
Ilustrații: XI, 165 p. 80 illus.
Dimensiuni: 155 x 235 x 12 mm
Greutate: 0.26 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
Chapter 1: Introduction to Language Models.- Chapter 2: Introduction to Transformers.- Chapter 3: BERT.- Chapter 4: Hugging Face.- Chapter 5: Tasks Using the Huggingface Library.- Chapter 6: Fine-Tuning Pre-Trained Models.- Appendix A: Vision Transformers.
Notă biografică
Shashank Mohan Jain has been working in the IT industry for around 20 years mainly in the areas of cloud computing, machine learning and distributed systems. He has keen interests in virtualization techniques, security, and complex systems. Shashank has software patents to his name in the area of cloud computing, IoT, and machine learning. He is a speaker at multiple reputed cloud conferences. Shashank holds Sun, Microsoft, and Linux kernel certifications.
Textul de pe ultima copertă
Get a hands-on introduction to Transformer architecture using the Hugging Face library. This book explains how Transformers are changing the AI domain, particularly in the area of natural language processing.
This book covers Transformer architecture and its relevance in natural language processing (NLP). It starts with an introduction to NLP and a progression of language models from n-grams to a Transformer-based architecture. Next, it offers some basic Transformers examples using the Google colab engine. Then, it introduces the Hugging Face ecosystem and the different libraries and models provided by it. Moving forward, it explains language models such as Google BERT with some examples before providing a deep dive into Hugging Face API using different language models to address tasks such as sentence classification, sentiment analysis, summarization, and text generation.
After completing Introduction to Transformers for NLP, you will understand Transformer concepts and be able to solve problems using the Hugging Face library.
After completing Introduction to Transformers for NLP, you will understand Transformer concepts and be able to solve problems using the Hugging Face library.
You will:
- Understand language models and their importance in NLP and NLU (Natural Language Understanding)
- Master Transformer architecture through practical examples
- Use the Hugging Face library in Transformer-based language models
- Create a simple code generator in Python based on Transformer architecture
Caracteristici
Explains how to create Hugging Face applications for NLP tasks like sentiment analysis and sentence masking Covers code generator examples using Transformers Explains the language models such as Google BERT, Open AI GPT2, and other open-source models with examples