Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
**This is the first model I fine-tuned.**
|
2 |
It is GPT-NEO (125M) fine-tuned on around 36,000 of my tweets. It’s a generation model. Input -> output. It’s just okay, but it’s mine. :-)
|
3 |
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
thumbnail: "url to a thumbnail used in social sharing"
|
5 |
+
tags:
|
6 |
+
- text
|
7 |
+
- nlp
|
8 |
+
- generation
|
9 |
+
- beginner
|
10 |
+
license: "gpl"
|
11 |
+
datasets:
|
12 |
+
- dataset1
|
13 |
+
- dataset2
|
14 |
+
---
|
15 |
**This is the first model I fine-tuned.**
|
16 |
It is GPT-NEO (125M) fine-tuned on around 36,000 of my tweets. It’s a generation model. Input -> output. It’s just okay, but it’s mine. :-)
|
17 |
|