Locutusque commited on
Commit
2e3cfb0
·
verified ·
1 Parent(s): dc465fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -2,6 +2,14 @@
2
  license: other
3
  language:
4
  - en
 
 
 
 
 
 
 
 
5
  ---
6
  # tau-instruct-0.5B
7
 
 
2
  license: other
3
  language:
4
  - en
5
+ inference:
6
+ parameters:
7
+ do_sample: true
8
+ temperature: 0.8
9
+ top_p: 0.95
10
+ top_k: 40
11
+ max_new_tokens: 250
12
+ repetition_penalty: 1.1
13
  ---
14
  # tau-instruct-0.5B
15