AlekseyKorshuk
commited on
Commit
•
78aa5ce
1
Parent(s):
5f65f7f
update model card README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: mit
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
-
- short-jokes
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
model-index:
|
@@ -13,15 +13,15 @@ model-index:
|
|
13 |
name: Causal Language Modeling
|
14 |
type: text-generation
|
15 |
dataset:
|
16 |
-
name: short-jokes
|
17 |
-
type: short-jokes
|
18 |
config: default
|
19 |
split: train[:5%]
|
20 |
args: default
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,10 +29,10 @@ 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 short-jokes dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
- Loss: 0.6748
|
35 |
-
- Accuracy: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- Fraser/short-jokes
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
model-index:
|
|
|
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.8795507387461411
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# gpt2-jokes
|
31 |
|
32 |
+
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the Fraser/short-jokes dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
- Loss: 0.6748
|
35 |
+
- Accuracy: 0.8796
|
36 |
|
37 |
## Model description
|
38 |
|