Locutusque commited on
Commit
99a3adf
1 Parent(s): f5f9309

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -8,15 +8,12 @@ language:
8
  inference:
9
  parameters:
10
  do_sample: true
11
- renormalize_logits: false
12
  temperature: 0.8
13
- top_p: 0.14
14
- top_k: 12
15
  min_new_tokens: 2
16
- max_new_tokens: 96
17
- repetition_penalty: 1.15
18
- no_repeat_ngram_size: 5
19
- epsilon_cutoff: 0.002
20
  ---
21
  # NeuralReyna-Mini-1.8B-v0.2
22
  ![Reyna image](https://th.bing.com/th/id/OIG3.8IBxuT77hh6Y_r1DZ6WK?dpr=2.6&pid=ImgDetMain)
 
8
  inference:
9
  parameters:
10
  do_sample: true
 
11
  temperature: 0.8
12
+ top_p: 0.95
13
+ top_k: 40
14
  min_new_tokens: 2
15
+ max_new_tokens: 250
16
+ repetition_penalty: 1.1
 
 
17
  ---
18
  # NeuralReyna-Mini-1.8B-v0.2
19
  ![Reyna image](https://th.bing.com/th/id/OIG3.8IBxuT77hh6Y_r1DZ6WK?dpr=2.6&pid=ImgDetMain)