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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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
  ---