AlekseyKorshuk commited on
Commit
dc5ad99
·
1 Parent(s): 0c6fd77

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -3,10 +3,25 @@ license: mit
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,7 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
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
 
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
+ - Fraser/short-jokes
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.8760281609284458
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.6851
35
+ - Accuracy: 0.8760
36
 
37
  ## Model description
38