Skip to content

Commit

Permalink
Fixed typo in task page about text generation (#606)
Browse files Browse the repository at this point in the history
(This is an editorial change)
  • Loading branch information
FremyCompany authored Jan 19, 2022
1 parent 3135779 commit c29b33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/src/text-generation/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The most popular models for this task are GPT-based models (such as [GPT-2](http

### Text-to-Text Generation Models

These models are trained to learn the mapping between a pair of texts (e.g. translation from one language to another). The most popular variants of these models are [T5](https://huggingface.co/docs/transformers/model_doc/t5), [T0](https://huggingface.co/bigscience/T0pp) and [BART](https://huggingface.co/docs/transformers/model_doc/bart). Text-to-Text models are trained with multi-tasking capabilities, they can accomplish a wide range of tasks, including ummarization, translation, and text classification.
These models are trained to learn the mapping between a pair of texts (e.g. translation from one language to another). The most popular variants of these models are [T5](https://huggingface.co/docs/transformers/model_doc/t5), [T0](https://huggingface.co/bigscience/T0pp) and [BART](https://huggingface.co/docs/transformers/model_doc/bart). Text-to-Text models are trained with multi-tasking capabilities, they can accomplish a wide range of tasks, including summarization, translation, and text classification.

## Inference

Expand Down

0 comments on commit c29b33d

Please sign in to comment.