Elfrino commited on
Commit
15ce423
·
verified ·
1 Parent(s): 9e89147

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -34,8 +34,28 @@ Repetition Penalty - 1.09
34
 
35
  Amount to Gen. - 512
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
- Prompt template: Alpaca or ChatML
39
 
40
 
41
  ##################################################################################################
 
34
 
35
  Amount to Gen. - 512
36
 
37
+ Temperature - 1.3
38
+
39
+ Max Ctx. Tokens - 4096
40
+
41
+ Top p Sampling - 0.99
42
+
43
+ Repetition Penalty - 1.09
44
+
45
+ Amount to Gen. - 512
46
+
47
+
48
+ Also all models seem to work good with:
49
+
50
+ * around 47 layers offloaded to GPU
51
+
52
+ * Smartcontext enabled
53
+
54
+ * Custom RoPe Config enabled (but left as default)
55
+
56
+
57
 
58
+ Prompt template: Alpaca
59
 
60
 
61
  ##################################################################################################