Text Generation
Transformers
PyTorch
Safetensors
English
gpt2
alignment
instruction tuned
text generation
conversation
assistant
dpo
text-generation-inference
Inference Endpoints
nicholasKluge commited on
Commit
36deb84
·
verified ·
1 Parent(s): 7fc1dfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -32,11 +32,10 @@ widget:
32
  inference:
33
  parameters:
34
  repetition_penalty: 1.2
35
- temperature: 0.2
36
- top_k: 30
37
- top_p: 0.3
38
  max_new_tokens: 200
39
- length_penalty: 0.3
40
  early_stopping: true
41
  co2_eq_emissions:
42
  emissions: 150
 
32
  inference:
33
  parameters:
34
  repetition_penalty: 1.2
35
+ temperature: 0.1
36
+ top_k: 50
37
+ top_p: 1.0
38
  max_new_tokens: 200
 
39
  early_stopping: true
40
  co2_eq_emissions:
41
  emissions: 150