Update README.md
Browse files
README.md
CHANGED
@@ -29,6 +29,12 @@ widget:
|
|
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:
|
@@ -36,8 +42,6 @@ language:
|
|
36 |
library_name: transformers
|
37 |
---
|
38 |
|
39 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
40 |
-
should probably proofread and complete it, then remove this comment. -->
|
41 |
|
42 |
# distilgpt2-HC3
|
43 |
|
|
|
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 |
+
inference:
|
33 |
+
parameters:
|
34 |
+
temperature: 0.6
|
35 |
+
max_length: 96
|
36 |
+
no_repeat_ngram_size: 2
|
37 |
+
|
38 |
datasets:
|
39 |
- Hello-SimpleAI/HC3
|
40 |
language:
|
|
|
42 |
library_name: transformers
|
43 |
---
|
44 |
|
|
|
|
|
45 |
|
46 |
# distilgpt2-HC3
|
47 |
|