duongttr commited on
Commit
e8ccd29
1 Parent(s): b304301

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ This is a pretrained `gpt2-medium` for Vietnamese language using casual language
27
  and first released at [this page](https://openai.com/blog/better-language-models/).
28
 
29
  ## Model Description
30
- GPT-2 is a transformers model pretrained on a very large corpus of English data in a self-supervised fashion. This means it was pretrained on the raw texts only, with no humans labelling them in any way (which is why it can use lots of publicly available data) with an automatic process to generate inputs and labels from those texts. More precisely, it was trained to guess the next word in sentences.
31
 
32
  This is the **medium version** of GPT-2, with 380M parameters.
33
 
 
27
  and first released at [this page](https://openai.com/blog/better-language-models/).
28
 
29
  ## Model Description
30
+ GPT-2 (*at first*) is a transformers model pretrained on a very large corpus of English data in a self-supervised fashion. This means it was pretrained on the raw texts only, with no humans labelling them in any way (which is why it can use lots of publicly available data) with an automatic process to generate inputs and labels from those texts. More precisely, it was trained to guess the next word in sentences.
31
 
32
  This is the **medium version** of GPT-2, with 380M parameters.
33