Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# GPT-2 PyTorch
|
2 |
|
3 |
|
@@ -116,5 +125,4 @@ print(output)
|
|
116 |
Ever effort moves the needle.
|
117 |
|
118 |
The first step is to understand the difference between a "good" and a "bad" goal.
|
119 |
-
```
|
120 |
-
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- pytorch
|
7 |
+
- gpt
|
8 |
+
- gpt-2
|
9 |
+
---
|
10 |
# GPT-2 PyTorch
|
11 |
|
12 |
|
|
|
125 |
Ever effort moves the needle.
|
126 |
|
127 |
The first step is to understand the difference between a "good" and a "bad" goal.
|
128 |
+
```
|
|