nicholasKluge commited on
Commit
9beabc7
·
verified ·
1 Parent(s): 5c0d0e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -25,9 +25,9 @@ widget:
25
  inference:
26
  parameters:
27
  repetition_penalty: 1.2
28
- temperature: 0.2
29
- top_k: 20
30
- top_p: 0.2
31
  max_new_tokens: 150
32
  co2_eq_emissions:
33
  emissions: 21890
@@ -365,9 +365,9 @@ generation_config = GenerationConfig(
365
  "max_new_tokens": 2048,
366
  "renormalize_logits": True,
367
  "repetition_penalty": 1.2,
368
- "temperature": 0.3,
369
- "top_k": 30,
370
- "top_p": 0.3,
371
  "use_cache": True,
372
  }
373
  )
 
25
  inference:
26
  parameters:
27
  repetition_penalty: 1.2
28
+ temperature: 0.1
29
+ top_k: 50
30
+ top_p: 1.0
31
  max_new_tokens: 150
32
  co2_eq_emissions:
33
  emissions: 21890
 
365
  "max_new_tokens": 2048,
366
  "renormalize_logits": True,
367
  "repetition_penalty": 1.2,
368
+ "temperature": 0.1,
369
+ "top_k": 50,
370
+ "top_p": 1.0,
371
  "use_cache": True,
372
  }
373
  )