Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,12 @@ language:
|
|
7 |
pipeline_tag: text2text-generation
|
8 |
tags:
|
9 |
- code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
|
|
7 |
pipeline_tag: text2text-generation
|
8 |
tags:
|
9 |
- code
|
10 |
+
inference:
|
11 |
+
parameters:
|
12 |
+
max_new_tokens: 100
|
13 |
+
do_sample: false
|
14 |
+
pad_token_id: tokenizer.eos_token_id
|
15 |
+
|
16 |
+
widget:
|
17 |
+
- text: '<start_of_turn>user based on given instruction create a solution\n\nhere are the instruction Generate a Python program to reverse the order of words in a sentence but keep the order of the characters in each word the same.<end_of_turn>\n<start_of_turn>model'
|
18 |
---
|