rwl4 commited on
Commit
e7cacab
1 Parent(s): 3faf9bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -7,8 +7,7 @@ datasets:
7
  pipeline_tag: text-generation
8
  inference:
9
  parameters:
10
- min_length: 20
11
- max_length: 200
12
  widget:
13
  - text: "<|im_start|>system\nYou are a helpful AI who answers questions for the user.<|im_end|>\n<|im_start|>user\nWho is the fastest runner?<|im_end|>\n<|im_start|>assistant\n"
14
  ---
 
7
  pipeline_tag: text-generation
8
  inference:
9
  parameters:
10
+ temperature: 0.7
 
11
  widget:
12
  - text: "<|im_start|>system\nYou are a helpful AI who answers questions for the user.<|im_end|>\n<|im_start|>user\nWho is the fastest runner?<|im_end|>\n<|im_start|>assistant\n"
13
  ---