Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,10 @@ language:
|
|
5 |
datasets:
|
6 |
- tatsu-lab/alpaca
|
7 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
8 |
widget:
|
9 |
- 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"
|
10 |
---
|
|
|
5 |
datasets:
|
6 |
- tatsu-lab/alpaca
|
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 |
---
|