Locutusque commited on
Commit
3f4f249
1 Parent(s): b39929a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -12,6 +12,13 @@ metrics:
12
  - reward
13
  - penalty
14
  pipeline_tag: text-generation
 
 
 
 
 
 
 
15
  ---
16
  # Model Card
17
  * this model is deprecated, please see https://huggingface.co/Locutusque/gpt2-large-conversational-retrain for a better performing model.
 
12
  - reward
13
  - penalty
14
  pipeline_tag: text-generation
15
+ inference:
16
+ parameters:
17
+ temperature: 0.8
18
+ top_p: 0.14
19
+ top_k: 41
20
+ max_new_tokens: 250
21
+ repetition_penalty: 1.176
22
  ---
23
  # Model Card
24
  * this model is deprecated, please see https://huggingface.co/Locutusque/gpt2-large-conversational-retrain for a better performing model.