read me
Browse files
README.md
CHANGED
@@ -5,11 +5,9 @@
|
|
5 |
|
6 |
## Model description
|
7 |
|
8 |
-
|
9 |
|
10 |
-
##
|
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
|