pszemraj commited on
Commit
e16ad26
1 Parent(s): 5f8f910

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -2
README.md CHANGED
@@ -2,11 +2,38 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
5
  metrics:
6
  - accuracy
7
  model-index:
8
  - name: distilgpt2-HC3
9
  results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -14,7 +41,8 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # distilgpt2-HC3
16
 
17
- This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
 
18
  It achieves the following results on the evaluation set:
19
  - Loss: 1.9983
20
  - Accuracy: 0.5441
@@ -65,4 +93,4 @@ The following hyperparameters were used during training:
65
  - Transformers 4.27.0.dev0
66
  - Pytorch 1.11.0+cu113
67
  - Datasets 2.6.1
68
- - Tokenizers 0.12.1
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ - chatgpt
6
  metrics:
7
  - accuracy
8
  model-index:
9
  - name: distilgpt2-HC3
10
  results: []
11
+ widget:
12
+ - text: >-
13
+ Is this review positive or negative? Review: Best cast iron skillet you will
14
+ ever buy. <answer>
15
+ example_title: Sentiment analysis
16
+ - text: >-
17
+ Barack Obama nominated Hilary Clinton as his secretary of state on Monday.
18
+ He chose her because she had <answer>
19
+ example_title: Coreference resolution
20
+ - text: >-
21
+ On a shelf, there are five books: a gray book, a red book, a purple book, a
22
+ blue book, and a black book <answer>
23
+ example_title: Logic puzzles
24
+ - text: >-
25
+ The two men running to become New York City's next mayor will face off in
26
+ their first debate Wednesday night <answer>
27
+ example_title: Reading comprehension
28
+ - text: >-
29
+ Is it true that if I have five 5-hour energy drinks in a single 24-hour
30
+ period, I get 25 hours of energy and spontaneously explode? <answer>
31
+ example_title: 5 hour energy
32
+ datasets:
33
+ - Hello-SimpleAI/HC3
34
+ language:
35
+ - en
36
+ library_name: transformers
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
41
 
42
  # distilgpt2-HC3
43
 
44
+ This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the "chatgpt answers" column of the `Hello-SimpleAI/HC3` dataset.
45
+
46
  It achieves the following results on the evaluation set:
47
  - Loss: 1.9983
48
  - Accuracy: 0.5441
 
93
  - Transformers 4.27.0.dev0
94
  - Pytorch 1.11.0+cu113
95
  - Datasets 2.6.1
96
+ - Tokenizers 0.12.1