Felladrin commited on
Commit
6d5c9b7
1 Parent(s): 84e2ccb

Update the inference parameters

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -22,8 +22,11 @@ widget:
22
  ### Assistant:
23
  inference:
24
  parameters:
25
- max_new_tokens: 64
26
- repetition_penalty: 1.18
 
 
 
27
  ---
28
 
29
  # ahxt's llama2_xs_460M_experimental trained on the Open-Platypus dataset
 
22
  ### Assistant:
23
  inference:
24
  parameters:
25
+ max_new_tokens: 32
26
+ repetition_penalty: 1.15
27
+ do_sample: true
28
+ temperature: 0.5
29
+ top_p: 0.5
30
  ---
31
 
32
  # ahxt's llama2_xs_460M_experimental trained on the Open-Platypus dataset