gmonsoon commited on
Commit
a880960
1 Parent(s): 1ca262b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -45,8 +45,10 @@ widget:
45
  inference:
46
  parameters:
47
  max_new_tokens: 256
48
- penalty_alpha: 0.5
49
- top_k: 4
 
 
50
  base_model:
51
  - TinyLlama/TinyLlama-1.1B-Chat-v1.0
52
  license: apache-2.0
 
45
  inference:
46
  parameters:
47
  max_new_tokens: 256
48
+ temperature: 0.6
49
+ top_p: 0.95
50
+ top_k: 50
51
+ repetition_penalty: 1.2
52
  base_model:
53
  - TinyLlama/TinyLlama-1.1B-Chat-v1.0
54
  license: apache-2.0