Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 4e621f8

Browse files
committed
Update transformers_and_llms.ipynb
1 parent 6724d19 commit 4e621f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Module 9 - GenAI (LLMs and Prompt Engineering)/2. Intro to Transformers and LLMs/transformers_and_llms.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
"1. By Google - Autoencoding Language Model\n",
232232
"2. **[Click Here](https://arxiv.org/pdf/1810.04805.pdf)** to read the original paper from Google - BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding.\n",
233233
"3. Individual NLP tasks have traditionally been solved by individual models created for each specific task. That is, until— BERT!\n",
234-
"4. Tasks - BERT can solve 11+ NLP tasks such as sentiment analysis, named entity recognition, etc...\n",
234+
"4. Tasks - BERT can solve 11+ NLP tasks such as sentiment analysis, named entity recognition, question answering, etc...\n",
235235
"5. Pretrained on: \n",
236236
" **a.** English Wikipedia - At the time 2.5 Billion words \n",
237237
" **b.** Book Corpus - 800 Million words \n",

0 commit comments

Comments
 (0)