"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "9aeacb58bab321bc21c24bbdf7a24efdccb1d426"
Unverified Commit 84e56669 authored by George Ho's avatar George Ho Committed by GitHub
Browse files

Fix typo in glossary (#5466)

parent c6a510c6
...@@ -11,7 +11,7 @@ General terms ...@@ -11,7 +11,7 @@ General terms
tokens at a certain timestep. tokens at a certain timestep.
- MLM: masked language modeling, a pretraining task where the model sees a corrupted version of the texts, usually done - 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. 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, - NLG: natural language generation, all tasks related to generating text ( for instance talk with transformers,
translation) translation)
- NLP: natural language processing, a generic way to say "deal with texts". - NLP: natural language processing, a generic way to say "deal with texts".
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment