nicholasKluge commited on
Commit
bbe3c71
·
verified ·
1 Parent(s): b785859

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -20,9 +20,9 @@ widget:
20
  inference:
21
  parameters:
22
  repetition_penalty: 1.2
23
- temperature: 0.2
24
- top_k: 20
25
- top_p: 0.2
26
  max_new_tokens: 150
27
  co2_eq_emissions:
28
  emissions: 4475000
@@ -336,9 +336,9 @@ generation_config = GenerationConfig(
336
  "max_new_tokens": 2048,
337
  "renormalize_logits": True,
338
  "repetition_penalty": 1.2,
339
- "temperature": 0.3,
340
- "top_k": 30,
341
- "top_p": 0.3,
342
  "use_cache": True,
343
  }
344
  )
 
20
  inference:
21
  parameters:
22
  repetition_penalty: 1.2
23
+ temperature: 0.1
24
+ top_k: 50
25
+ top_p: 1.0
26
  max_new_tokens: 150
27
  co2_eq_emissions:
28
  emissions: 4475000
 
336
  "max_new_tokens": 2048,
337
  "renormalize_logits": True,
338
  "repetition_penalty": 1.2,
339
+ "temperature": 0.1,
340
+ "top_k": 50,
341
+ "top_p": 1.0,
342
  "use_cache": True,
343
  }
344
  )