Commit
·
5890cdd
1
Parent(s):
10080f4
update model card README.md
Browse files
README.md
CHANGED
@@ -3,25 +3,10 @@ license: mit
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
-
-
|
7 |
-
metrics:
|
8 |
-
- accuracy
|
9 |
model-index:
|
10 |
- name: gpt2-jokes
|
11 |
-
results:
|
12 |
-
- task:
|
13 |
-
name: Causal Language Modeling
|
14 |
-
type: text-generation
|
15 |
-
dataset:
|
16 |
-
name: Fraser/short-jokes
|
17 |
-
type: Fraser/short-jokes
|
18 |
-
config: default
|
19 |
-
split: train[:5%]
|
20 |
-
args: default
|
21 |
-
metrics:
|
22 |
-
- name: Accuracy
|
23 |
-
type: accuracy
|
24 |
-
value: 0.36584496431695074
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,10 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
# gpt2-jokes
|
31 |
|
32 |
-
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the
|
33 |
-
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 3.5666
|
35 |
-
- Accuracy: 0.3658
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- short-jokes
|
|
|
|
|
7 |
model-index:
|
8 |
- name: gpt2-jokes
|
9 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
14 |
|
15 |
# gpt2-jokes
|
16 |
|
17 |
+
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the short-jokes dataset.
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|