From 84e56669af8a3398badc2a1fef19447a1cf8789d Mon Sep 17 00:00:00 2001 From: George Ho <19851673+eigenfoo@users.noreply.github.com> Date: Thu, 2 Jul 2020 09:19:33 -0400 Subject: [PATCH] Fix typo in glossary (#5466) --- docs/source/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/glossary.rst b/docs/source/glossary.rst index 79d554b43d..026467d2a8 100644 --- a/docs/source/glossary.rst +++ b/docs/source/glossary.rst @@ -11,7 +11,7 @@ General terms tokens at a certain timestep. - MLM: masked language modeling, a pretraining task where the model sees a corrupted version of the texts, usually done by masking some tokens randomly, and has to predict the original text. -- multimodal: a task taht combines texts with another kind of inputs (for instance images). +- multimodal: a task that combines texts with another kind of inputs (for instance images). - NLG: natural language generation, all tasks related to generating text ( for instance talk with transformers, translation) - NLP: natural language processing, a generic way to say "deal with texts".