change generation parameters
Browse files
README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-generation
|
| 3 |
-
inference:
|
|
|
|
|
|
|
|
|
|
| 4 |
widget:
|
| 5 |
- text: 'def print_hello_world():'
|
| 6 |
example_title: Hello world
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-generation
|
| 3 |
+
inference:
|
| 4 |
+
parameters:
|
| 5 |
+
temperature: 0.2
|
| 6 |
+
top_p: 0.95
|
| 7 |
widget:
|
| 8 |
- text: 'def print_hello_world():'
|
| 9 |
example_title: Hello world
|