Skip to content

Commit cb70383

Browse files
committed
fix typo in gpt-3 page
1 parent efc7e4f commit cb70383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/pages/10-working/00-gpt-3.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ person to whether the output was written by a human or GPT-3.
3737

3838

3939
## How does GPT-3 work?
40-
To generate output, GPT-3 has a very large vocabulary, consisting of 2,500
41-
words, which it can combine to generate sentences. These words are sorted
40+
To generate output, GPT-3 has a very large vocabulary, which it can
41+
combine to generate sentences. These words are sorted
4242
into different categories (nouns, verbs, adjectives, etc.), and for each
4343
category, there is a “production rule”, which can be used to generate a
4444
sentence. The production rules can be modified with different parameters.

0 commit comments

Comments
 (0)