Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,28 @@ language:
|
|
5 |
base_model:
|
6 |
- openai-community/gpt2
|
7 |
pipeline_tag: text-generation
|
8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
base_model:
|
6 |
- openai-community/gpt2
|
7 |
pipeline_tag: text-generation
|
8 |
+
---
|
9 |
+
# Model Card for Model ID
|
10 |
+
|
11 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
12 |
+
|
13 |
+
TrumpGPT is a LLM based on GPT-2, trained on Donald Trump's tweets.
|
14 |
+
|
15 |
+
## Model Details
|
16 |
+
|
17 |
+
### Model Description
|
18 |
+
|
19 |
+
<!-- Provide a longer summary of what this model is. -->
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
- **Developed by:** [programORdie](https://github.com/programordie2)
|
24 |
+
- **Language:** English
|
25 |
+
- **License:** MIT
|
26 |
+
- **Finetuned from model:** GPT2
|
27 |
+
|
28 |
+
### Model Sources
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Demo:** [https://huggingface.co/spaces/programORdie2/TrumpGPT](https://huggingface.co/spaces/programORdie2/TrumpGPT)
|