Update README.md
Browse files
README.md
CHANGED
@@ -5,14 +5,17 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: DistilGPT2-Beatles-Lyrics-finetuned-newlyrics
|
7 |
results: []
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
-
should probably proofread and complete it, then remove this comment. -->
|
12 |
-
|
13 |
# DistilGPT2-Beatles-Lyrics-finetuned-newlyrics
|
14 |
|
15 |
-
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the
|
|
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 1.8711
|
18 |
|
|
|
5 |
model-index:
|
6 |
- name: DistilGPT2-Beatles-Lyrics-finetuned-newlyrics
|
7 |
results: []
|
8 |
+
widget:
|
9 |
+
- text: "Last night in Kiev the"
|
10 |
+
example_title: "Kiev"
|
11 |
+
- text: "It hasn't rained in weeks"
|
12 |
+
example_title: "Rain"
|
13 |
---
|
14 |
|
|
|
|
|
|
|
15 |
# DistilGPT2-Beatles-Lyrics-finetuned-newlyrics
|
16 |
|
17 |
+
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the [Beatles lyrics dataset](https://huggingface.co/datasets/cmotions/Beatles_lyrics). It will complete an input prompt with Beatles-like text.
|
18 |
+
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 1.8711
|
21 |
|