Update README.md
Browse files
README.md
CHANGED
@@ -7,8 +7,7 @@ datasets:
|
|
7 |
pipeline_tag: text-generation
|
8 |
inference:
|
9 |
parameters:
|
10 |
-
|
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 |
---
|