Update README.md
Browse filesadded inference parameters
README.md
CHANGED
@@ -103,6 +103,14 @@ The score are attributed as follow:\
|
|
103 |
5 = outstanding\
|
104 |
6 = exceptional answer worthy of an oscar, grammy award, or nobel prize (so far only 1/720 replies obtained it)
|
105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
# Other useful benchmarks
|
107 |
|
108 |
- [Emotional Intelligence Benchmark for LLMs](https://eqbench.com/)
|
|
|
103 |
5 = outstanding\
|
104 |
6 = exceptional answer worthy of an oscar, grammy award, or nobel prize (so far only 1/720 replies obtained it)
|
105 |
|
106 |
+
## Deterministic inference parameters
|
107 |
+
|
108 |
+
temp = 0.1\
|
109 |
+
top_k = 1\
|
110 |
+
repeat_penalty = 1.12\
|
111 |
+
min_p = 0.05\
|
112 |
+
top_p = 0.1
|
113 |
+
|
114 |
# Other useful benchmarks
|
115 |
|
116 |
- [Emotional Intelligence Benchmark for LLMs](https://eqbench.com/)
|