Text Generation
Transformers
Safetensors
English
llama
smol_llama
llama2
Inference Endpoints
text-generation-inference
pszemraj commited on
Commit
8e97036
1 Parent(s): 33c9a03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -7,8 +7,9 @@ inference:
7
  parameters:
8
  max_new_tokens: 64
9
  do_sample: true
10
- repetition_penalty: 1.2
11
- no_repeat_ngram_size: 5
 
12
  eta_cutoff: 0.0006
13
  renormalize_logits: true
14
  widget:
 
7
  parameters:
8
  max_new_tokens: 64
9
  do_sample: true
10
+ temperature: 0.8
11
+ repetition_penalty: 1.1
12
+ no_repeat_ngram_size: 4
13
  eta_cutoff: 0.0006
14
  renormalize_logits: true
15
  widget: