Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,9 @@ language:
|
|
5 |
datasets:
|
6 |
- tatsu-lab/alpaca
|
7 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
8 |
widget:
|
9 |
- text: "<|im_start|>system\nYou give short answers.<|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 |
+
end_sequence: "<|im_end|>"
|
10 |
+
|
11 |
widget:
|
12 |
- text: "<|im_start|>system\nYou give short answers.<|im_end|>\n<|im_start|>user\nWho is the fastest runner?<|im_end|>\n<|im_start|>assistant\n"
|
13 |
---
|