Ochiroo commited on
Commit
46e2d28
·
1 Parent(s): 2b6b733
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -5,11 +5,9 @@
5
 
6
  ## Model description
7
 
8
- You can embed local or remote images using `![](...)`
9
 
10
- ## Intended uses & limitations
11
-
12
- #### How to use
13
 
14
  ```python
15
  import tensorflow as tf
 
5
 
6
  ## Model description
7
 
8
+ GPT-2 is a transformers model pretrained on a very small corpus of Mongolian news 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.
9
 
10
+ ## How to use
 
 
11
 
12
  ```python
13
  import tensorflow as tf