loubnabnl HF staff commited on
Commit
eb21a4e
1 Parent(s): 42df1e9

change generation parameters

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,6 +1,9 @@
1
  ---
2
  pipeline_tag: text-generation
3
- inference: true
 
 
 
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