Locutusque
commited on
Commit
•
76e1c46
1
Parent(s):
08cec46
Update README.md
Browse files
README.md
CHANGED
@@ -16,13 +16,6 @@ Upon personal testing, the model demonstrates excellent performance in mathemati
|
|
16 |
|
17 |
However, due to the model's requirement for the setting trust_remote_code=True, it cannot be submitted to the Open LLM Leaderboard. As a result, I will release a llama-fied version of this model that can be submitted to the Open LLM leaderboard.
|
18 |
|
19 |
-
# Recommended prompt format
|
20 |
-
```
|
21 |
-
<|im_start|>system message <|im_end|> <|im_start|>user message <|im_end|> <|im_start|>assistant message <|im_end|>
|
22 |
-
```
|
23 |
-
|
24 |
-
I recommend passing eos_token="<|im_end|>" when initializing the tokenizer.
|
25 |
-
|
26 |
# Recommended inference parameters
|
27 |
|
28 |
temperature=0.2, top_p=0.14, top_k=12, repetition_penalty=1.1
|
|
|
16 |
|
17 |
However, due to the model's requirement for the setting trust_remote_code=True, it cannot be submitted to the Open LLM Leaderboard. As a result, I will release a llama-fied version of this model that can be submitted to the Open LLM leaderboard.
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
# Recommended inference parameters
|
20 |
|
21 |
temperature=0.2, top_p=0.14, top_k=12, repetition_penalty=1.1
|