Update README.md
Browse files
README.md
CHANGED
@@ -5,30 +5,16 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: DistilGPT2-Beatles-Lyrics-finetuned
|
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
|
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: 2.0571
|
18 |
-
|
19 |
-
## Model description
|
20 |
-
|
21 |
-
More information needed
|
22 |
-
|
23 |
-
## Intended uses & limitations
|
24 |
-
|
25 |
-
More information needed
|
26 |
-
|
27 |
-
## Training and evaluation data
|
28 |
-
|
29 |
-
More information needed
|
30 |
-
|
31 |
-
## Training procedure
|
32 |
|
33 |
### Training hyperparameters
|
34 |
|
|
|
5 |
model-index:
|
6 |
- name: DistilGPT2-Beatles-Lyrics-finetuned
|
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
|
16 |
|
17 |
+
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the [Huggingartists - beatles](https://huggingface.co/datasets/huggingartists/the-beatles) dataset. It will complete an input prompt with Beatles-like text.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
### Training hyperparameters
|
20 |
|